Logos 1.6.0 improves everyday navigation, change review, and debugging while tightening workspace security boundaries.
Highlights
- Multi-file Git Diff preview: review uncommitted changes in one scrollable tab, with separate staged and working-tree sections, collapsible file headers, refresh, and links back to source files.
- Interactive breadcrumbs: reveal files and folders in the Explorer, with improved path handling across workspace roots and Windows paths.
- Cleaner debugging and terminal UX: strip ANSI control sequences from Debug Console output, keep long terminal names and large terminal lists contained, and prevent Agent log entries from shrinking.
- Stronger workspace boundaries: restrict DAP source access and path-bearing debug requests, allowlist Agent debug commands, and harden MCP and extension paths and cleanup.
The multi-file Diff is an initial preview. Unified editing across buffers, cross-file undo, and hunk-level staging are not included yet.
What's Changed
- Bind DAP source reads to the workspace and harden MCP/extension paths by @Amiya167 in #18
- Add multibuffer diff MVP and interactive breadcrumbs by @Amiya167 in #19
- Fix debug console ANSI output and terminal sidebar overflow by @Amiya167 in #20
Full Changelog: v1.5.1...v1.6.0