What's Changed
- fix: replace spawn shell option with explicit shell args to avoid Node.js DEP0190 warning by @afarber in #1234
- feat(cli): use dim colors for YOLO/auto-accept mode borders by @afarber in #1476
- chore(release): bump version to 0.8.0 by @tanzhenxin in #1556
- chore: remove tiktoken dependency and use API-reported token counts by @tanzhenxin in #1526
- Add /bug command to non-interactive mode by @Mingholy in #1552
- feat: Redesign CLI welcome screen and settings dialog by @tanzhenxin in #1513
- fix: skip non-existent file imports instead of warning (ENOENT) by @LaZzyMan in #1563
- Feat/extension by @LaZzyMan in #1534
- fix dependences of core pkg by @LaZzyMan in #1574
- fix github pkg dependence by @LaZzyMan in #1576
- fix prompts denpendence by @LaZzyMan in #1578
- feat(extensions): add detail command and improve extension validation by @LaZzyMan in #1580
- docs: add Trendshift badge to README by @pomelo-nwu in #1553
- Add VSCode IDE Companion Release Workflow by @yiliang114 in #1542
- Update command usage in add.ts to reflect new name by @weiyuanke in #1572
- feat: add runtime-aware fetch options for Anthropic and OpenAI providers by @Mingholy in #1516
- Security: Fix awk/sed Command Injection in READ_ONLY_ROOT_COMMANDS by @pomelo-nwu in #1601
- feat(extensions): add plugin selection UI for Claude marketplace by @LaZzyMan in #1592
- feat: make DiffRenderer respect ui.showLineNumbers setting by @BlockHand in #1561
- fix: correct schema field name for context.loadFromIncludeDirectories by @LaZzyMan in #1609
- feat: Implement temporary dismissal for feedback dialogs with persistent prompting by @DragonnZhang in #1590
- Simplify permission response handling and fix edit failure and VSCode diff issues by @yiliang114 in #1581
- fix(vscode-ide-companion): platform-specific builds with optimized VSIX packaging by @tanzhenxin in #1586
- fix(cli): pass paths to read_many_files in ACP by @tanzhenxin in #1614
- Fix: Add toolName metadata for ACP tool call messages by @Mingholy in #1615
New Contributors
- @weiyuanke made their first contribution in #1572
Full Changelog: v0.7.2...v0.8.0-preview.3