You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates CLI runtime detection across the status API, batch cache, shared runtime service, and dashboard hook. The previous cached detection could report stale or incomplete tool state; this change refreshes and propagates runtime status consistently and adds unit/integration coverage for the affected paths. Validation note: the branch contains targeted tests, but the full omniroute-patch test gate was not rerun during this publication step.
Thanks for this — verified locally: gh pr diff shows this is byte-identical to #7505 except for the changelog fragment filename, and this PR already targets the correct base (release/v3.8.49), so we'll merge this one and close #7505 as a duplicate/subsumed by this PR (crediting you the same either way).
Ran the full test surface in an isolated probe worktree against the release tip: tests/unit/cli-runtime-detection.test.ts + tests/unit/batch-status-cache.test.ts (28/28), tests/integration/all-statuses-route.test.ts (9/9, including your new refresh=true case), and tests/unit/ui/useToolBatchStatuses.test.tsx via vitest (7/7) — all green, no lint issues on the touched files. The checkRunnable() version field and the .continue/config.yaml path already existed elsewhere in the codebase (tool-detector.ts), which corroborates the Continue-detection fix. Looks solid — merging as-is.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates CLI runtime detection across the status API, batch cache, shared runtime service, and dashboard hook. The previous cached detection could report stale or incomplete tool state; this change refreshes and propagates runtime status consistently and adds unit/integration coverage for the affected paths. Validation note: the branch contains targeted tests, but the full omniroute-patch test gate was not rerun during this publication step.