chore(release): sdk-typescript v0.1.3 by @qwen-code-ci-bot in https://github.com/QwenLM/qwen-code/pull/1483
fix: docs errors and add community contacts by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/1484
fix: docs by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/1485
Reduce slow quit by trimming skills watchers by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1489
Fix timing issue in LoggingContentGenerator initialization by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1492
chore: bump version to 0.7.1 by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1494
fix: include --acp flag in tool exclusion check by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/1499
fix(vscode-ide-companion): simplify ELECTRON_RUN_AS_NODE detection and improve README by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/1496
feat(cli): add settings support for experimental skills by @Antovex in https://github.com/QwenLM/qwen-code/pull/1497
fix: mistranslation of token by @PJ-568 in https://github.com/QwenLM/qwen-code/pull/1508
fix: unable to remove MCP server when only one element exists by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1490
docs(auth): add Coding Plan documentation by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/1509
fix(core): parse skills frontmatter with CRLF/BOM by @liqiongyu in https://github.com/QwenLM/qwen-code/pull/1528
feat: Improve QWEN. md file loading by filtering system files and limiting scope by @BlockHand in https://github.com/QwenLM/qwen-code/pull/1486
fix(cli): relocate skills setting to experimental namespace by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1538
fix(acp): implement session/set_model method for JetBrains compatibility by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1521
Fix credential management and authentication flows with improved generation config preservation by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1510
fix: resolve arrow key navigation conflict between history and completion by @afarber in https://github.com/QwenLM/qwen-code/pull/1519
feat: add user feedback dialog by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/1465
fix(cli): isolate modelConfigUtils tests from system env vars by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1545
fix(acp): propagate ENOENT errors correctly and centralize error codes by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1550
Fix: Update Qwen OAuth model information by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1548
fix: replace spawn shell option with explicit shell args to avoid Node.js DEP0190 warning by @afarber in https://github.com/QwenLM/qwen-code/pull/1234
feat(cli): use dim colors for YOLO/auto-accept mode borders by @afarber in https://github.com/QwenLM/qwen-code/pull/1476
chore(release): bump version to 0.8.0 by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1556
chore: remove tiktoken dependency and use API-reported token counts by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1526
Add /bug command to non-interactive mode by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1552
feat: Redesign CLI welcome screen and settings dialog by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1513
fix: skip non-existent file imports instead of warning (ENOENT) by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1563
Feat/extension by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1534
fix dependences of core pkg by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1574
fix github pkg dependence by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1576
fix prompts denpendence by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1578
feat(extensions): add detail command and improve extension validation by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1580
docs: add Trendshift badge to README by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/1553
Add VSCode IDE Companion Release Workflow by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/1542
Update command usage in add.ts to reflect new name by @weiyuanke in https://github.com/QwenLM/qwen-code/pull/1572
feat: add runtime-aware fetch options for Anthropic and OpenAI providers by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1516
Security: Fix awk/sed Command Injection in READ_ONLY_ROOT_COMMANDS by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/1601
feat(extensions): add plugin selection UI for Claude marketplace by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1592
feat: make DiffRenderer respect ui.showLineNumbers setting by @BlockHand in https://github.com/QwenLM/qwen-code/pull/1561
fix: correct schema field name for context.loadFromIncludeDirectories by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1609
feat: Implement temporary dismissal for feedback dialogs with persistent prompting by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/1590
Simplify permission response handling and fix edit failure and VSCode diff issues by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/1581
fix(vscode-ide-companion): platform-specific builds with optimized VSIX packaging by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1586
fix(cli): pass paths to read_many_files in ACP by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/1614
Fix: Add toolName metadata for ACP tool call messages by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1615
feat(i18n): Add Japanese language support and fix menu labels in other languages by @k-kanade in https://github.com/QwenLM/qwen-code/pull/1392
fix: cli input stream handling and error management by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1588
fix: replace EnvHttpProxyAgent with ProxyAgent to suppress experimental warning by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1624
test: improve SDK integration test reliability with createResultWaiter and ProcessTransport error handling by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1627
feat: Add Portuguese (pt-BR) language support with complete translations and refactor i18n architecture for better language management. by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/1616
feat: add skills and agents display to extension list with i18n support by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/1629
chore: bump version to 0.8.1 by @Mingholy in https://github.com/QwenLM/qwen-code/pull/1631
New Contributors
@Antovex made their first contribution in https://github.com/QwenLM/qwen-code/pull/1497
@PJ-568 made their first contribution in https://github.com/QwenLM/qwen-code/pull/1508
@weiyuanke made their first contribution in https://github.com/QwenLM/qwen-code/pull/1572
@k-kanade made their first contribution in https://github.com/QwenLM/qwen-code/pull/1392
Full Changelog: https://github.com/QwenLM/qwen-code/compare/sdk-typescript-v0.1.3...sdk-typescript-v0.1.4