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-rc189.

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

Changes

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

🤖 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-rc189

Summary

This PR updates the @probelabs/probe dependency from version 0.6.0-rc173 to 0.6.0-rc189, a minor version bump within the release candidate series. This is an automated dependency update triggered by the probelabs/probe release workflow.

Files Changed

  • package.json: Updated @probelabs/probe version constraint from ^0.6.0-rc173 to ^0.6.0-rc189
  • package-lock.json: Updated locked version and associated dependency @probelabs/maid from 0.0.21 to 0.0.22

Architecture & Impact Assessment

What This PR Accomplishes

This is a dependency maintenance update that brings in the latest probe SDK release candidate. The update includes:

  1. Probe SDK Update: Core AI agent framework upgraded from rc173 to rc189
  2. Maid Library Update: Supporting library @probelabs/maid bumped from 0.0.21 to 0.0.22

Key Technical Changes

  • Version Bump: rc173 → rc189 (16 release candidate iterations)
  • Dependency Chain: probe update pulls in newer maid version
  • No Breaking Changes: Same major/minor version (0.6.0-rc)

Affected System Components

The probe SDK is deeply integrated throughout the codebase:

  1. AI Review Service (src/ai-review-service.ts): Uses ProbeAgent for code review and analysis
  2. Diff Processing (src/utils/diff-processor.ts): Uses probe's extract function for outline-diff format
  3. Tracer Initialization (src/utils/tracer-init.ts): Imports SimpleTelemetry classes from probe
  4. MCP Integration: E2E tests use probe MCP stdio transport
  5. Test Mocks: Multiple test files```mermaid
    graph TD
    A[Visor Application] --> B[AI Review Service]
    A --> C[Diff Processor]
    A --> D[Tracer Init]
    B --> E[

Powered by Visor from Probelabs

Last updated: 2026-01-16T19:02:08.543Z | Triggered by: pr_opened | Commit: dae6519

💡 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 Issues (2)

Severity Location Issue
🟡 Warning PROBE_API_INVESTIGATION.md:1-263
This investigation document is outdated. It documents missing features (systemPrompt, disableTools, allowedTools) that were added to @probelabs/probe in rc168+. The codebase comments indicate these features are 'native in rc168+', and this PR updates from rc173 to rc189. This document should be updated to reflect the current state or removed to avoid misleading developers.
💡 SuggestionUpdate the document to reflect that the requested features have been implemented in rc168+, or remove it entirely if no longer relevant. Consider adding a note at the top indicating when the features were added.
🟡 Warning PROBE_FEATURE_REQUEST.md:1-137
This feature request document is outdated. The requested features (disableTools, allowedTools, systemPrompt) have been implemented in @probelabs/probe rc168+. The codebase already uses these features (see src/ai-review-service.ts:1615-1665 comments). This document should be updated to reflect the current state or removed.
💡 SuggestionUpdate the document to indicate that these features have been implemented, or remove it if no longer relevant. Consider documenting when the features were added (rc168+) and how they're now used in the codebase.

✅ 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-16T19:02:11.654Z | Triggered by: pr_opened | Commit: dae6519

💡 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