Skip to content

Conversation

@probelabs
Copy link
Contributor

@probelabs probelabs bot commented Jan 16, 2026

This PR updates @probelabs/probe to version v0.6.0-rc187.

Triggered by release: probelabs/probe@v0.6.0-rc187

Changes

  • Updates @probelabs/probe dependency to v0.6.0-rc187

🤖 Auto-generated by release workflow

@probelabs
Copy link
Contributor Author

probelabs bot commented Jan 16, 2026

PR Overview: Update @probelabs/probe to v0.6.0-rc187

Summary

This PR updates the @probelabs/probe dependency from version 0.6.0-rc173 to 0.6.0-rc187, bringing in the latest release candidate changes from the Probe SDK. This is a dependency-only update with no code changes required in the Visor codebase.

Files Changed

  • package.json: Updated @probelabs/probe version constraint from ^0.6.0-rc173 to ^0.6.0-rc187
  • package-lock.json: Updated lock file with new dependency versions including @probelabs/probe and its transitive dependency @probelabs/maid (updated from 0.0.21 to 0.0.22)

Architecture & Impact Assessment

What This PR Accomplishes

This is a routine dependency update that:

  • Upgrades the core Probe SDK to the latest release candidate (rc187)
  • Includes an update to the @probelabs/maid library (a Probe dependency)
  • Maintains full backward compatibility - no API changes detected in the codebase

Key Technical Changes

Dependency Updates:

  • @probelabs/probe: 0.6.0-rc1730.6.0-rc187
  • @probelabs/maid: 0.0.210.0.22 (transitive dependency)

No Code Changes Required:

  • All imports and usage patterns remain unchanged
  • The Visor codebase uses stable Probe APIs that have maintained compatibility across rc versions
  • Key integration points verified:
    • src/ai-review-service.ts: Uses ProbeAgent class and ProbeAgentOptions interface
    • src/session-registry.ts: Uses ProbeAgent for session management
    • src/utils/tracer-init.ts: Uses Probe telemetry classes

Affected System Components

The update affects:

  • AI Review Service: Core service that uses ProbeAgent for AI-powered code review
  • Session Registry: Manages ProbeAgent instances for session reuse
  • Tracer Initialization: Uses Probe's telemetry/tracing capabilities
  • Test Suites: Multiple test files mock Probe```mermaid
    graph TD
    A[Visor Codebase] --> B[AI Review Service]
    A --> C[Session Registry]
    A --> D[Tracer Init]
    B --> E[

Powered by Visor from Probelabs

Last updated: 2026-01-16T15:54:50.041Z | Triggered by: pr_opened | Commit: fb49c8b

💡 TIP: You can chat with Visor using /visor ask <your question>

@probelabs
Copy link
Contributor Author

probelabs bot commented Jan 16, 2026

✅ Security Check Passed

No security issues found – changes LGTM.

✅ Architecture Check Passed

No architecture issues found – changes LGTM.

✅ Performance Check Passed

No performance issues found – changes LGTM.

✅ Quality Check Passed

No quality issues found – changes LGTM.


Powered by Visor from Probelabs

Last updated: 2026-01-16T15:54:53.104Z | Triggered by: pr_opened | Commit: fb49c8b

💡 TIP: You can chat with Visor using /visor ask <your question>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants