Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@octokit/auth-app": "^8.1.0",
"@octokit/core": "^7.0.3",
"@octokit/rest": "^22.0.0",
"@probelabs/probe": "^0.6.0-rc173",
"@probelabs/probe": "^0.6.0-rc175",

Check warning on line 99 in package.json

View check run for this annotation

probelabs / Visor: quality

architecture Issue

Dependency update from @probelabs/probe@0.6.0-rc173 to v0.6.0-rc175 without corresponding test updates or validation. The codebase has extensive integration with ProbeAgent but lacks comprehensive unit tests to detect API breaking changes.
Raw output
Add integration tests to validate ProbeAgent API compatibility after dependency updates. Test core functionality including session management, diff processing, and tracing initialization.

Check warning on line 99 in package.json

View check run for this annotation

probelabs / Visor: architecture

architecture Issue

Dependency update within RC series may introduce breaking changes to ProbeAgent API workarounds. The codebase has multiple workarounds for missing features (disableTools, allowedTools) that could be affected by API changes.
Raw output
Verify that existing workarounds in ai-review-service.ts still function correctly with the new probe version. Consider adding integration tests to validate ProbeAgent behavior after dependency updates.
"@types/commander": "^2.12.0",
"@types/uuid": "^10.0.0",
"ajv": "^8.17.1",
Expand Down
Loading