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
Improved Claude provider execution so authenticated sessions and sidecar
lifecycle handling remain reliable across command launches and resumptions.
Made file mentions and Quick Open search more resilient, keeping the composer
focused on the intended file while results update.
Expanded the Git conflict resolver with safer agent-assisted suggestions and
clearer controls for reviewing, applying, and saving resolutions.
Added visible Git-refresh feedback after commit, push, pull-request, merge,
and sync actions, so changed-file updates never appear to vanish silently.
Claude Provider Reliability
Strengthened the Claude sidecar protocol handling for streamed events,
commands, and session continuation.
Improved recovery and diagnostics around sidecar startup and provider output so
failures can be surfaced without losing the active workspace context.
Composer File Navigation
Fixed file mention matching and selection behavior when filtering composer
suggestions.
Improved Quick Open result filtering and keyboard navigation so searches keep
the selected file stable as their result set changes.
Added regression coverage for mention search and file navigation behavior.
Conflict Resolution and Git Feedback
Improved agent-assisted conflict resolution with more reliable turn tracking,
cancellation, and safeguards around proposed file content.
Added clearer conflict-resolution feedback and protections before saving a
result that could unintentionally discard content.
Git actions now show a compact loading indicator while the changed-file tree
refreshes; existing file-tree animations remain visible.
When Git state is initially unavailable, the Inspector now explicitly reports
that changed files are being read instead of leaving the area unexplained.
Validation Before Publishing
Run desktop type checks: yarn workspace @dcc/desktop typecheck
Run the complete desktop test suite: yarn workspace @dcc/desktop test
Run the Rust workspace tests: cargo test --workspace
Check the Tauri crate: cargo check --manifest-path src-tauri/Cargo.toml
Confirm release metadata is 0.1.27 in package.json, sidecar/package.json, sidecar/src/index.mjs, src-tauri/Cargo.toml, and src-tauri/tauri.conf.json.