Skip to content

v0.1.174

Choose a tag to compare

@github-actions github-actions released this 06 Sep 08:12
· 6 commits to main since this release

Install

CLI (npm)

npm i -g @leyen/coder
coder --help

Desktop

  • macOS: download the .dmg below
  • Windows: download the .exe installer below

Changelog

81de9be Merge pull request #5 from leyen-me/refactor/remove-ask-plan-modes
893ab9e chore: remove dead context estimator and fix unused import warning
724605f refactor(compact): replace tail-keeping compaction with user handoff model
0306c16 feat(slash): show skill slug with slash prefix to match command rows
589f300 feat(slash): show skill description in slash popover, unified with commands
510f213 i18n(slash): localize builtin slash command descriptions
ea72a2a refactor(settings): use a select for session title source
1816a7c feat(sessions): make LLM title generation opt-in via setting
3959c95 refactor: remove Ask/Plan modes, keep single Agent mode