v1.46.1
This release introduces an alternative F1 shortcut for the command palette, a complete visual redesign of the website and documentation using a modern blue color palette, and key bug fixes for path expansion.
Bug Fixes
- Path Expansion: Fixed path expansion logic to correctly preserve literal tilde paths (such as
~other/worktrees) while still expanding home directory prefixes (~/). - Website and Docs Tweaks: Renamed the install header to "Installation", reformatted long HTML figure captions, and fixed minor typos in the README.
Maintenance
- New Keybinding: Added
F1as an alternative shortcut to open the command palette alongside the existing:andCtrl+Pbindings. - Visual Redesign: Migrated the landing website and documentation interface from warm earthy tones to a modern blue-based design system, utilizing the Space Grotesk typeface for improved readability.
- Configuration Documentation: Enhanced the configuration reference with precise types and descriptive details for
agent_sessions,layout_sizes, andworktree_note_typekeys. - CI Workflow Consolidation: Combined the nightly coverage badge generation into the weekly maintenance workflow, reducing redundant GitHub Actions runs.
- Documentation Refinement: Standardized callout phrasing across all documentation pages to use "Refer to this page when:" instead of "Use this page when:" for improved clarity.
- Script Update: Updated the internal release notes generator script to target the
gemini-3.5-flashmodel.
Dependencies
- Updated Go dependencies, including
golang.org/x/sys,github.com/mattn/go-runewidth, andgithub.com/charmbracelet/ultraviolet(#62).
Breaking Changes
None.