tanzhenxin
9653dc90d5
Add skills command with completion support
2026-01-08 14:23:13 +08:00
mingholy.lmh
15f4c1ebd6
chore: add i18n
2026-01-07 22:58:10 +08:00
mingholy.lmh
db12796df5
refactor: update authentication handling and model configuration
...
- Enhanced authentication method validation in `auth.ts` and `auth.test.ts`.
- Introduced new model provider configuration logic
- Updated environment variable handling for various auth types.
- Removed deprecated utility functions and tests related to fallback mechanisms.
2026-01-07 22:58:09 +08:00
liqoingyu
0a0ab64da0
test(cli): make memoryCommand path assertions cross-platform
2026-01-07 20:28:28 +08:00
liqoingyu
8a15017593
fix(cli): /memory show respects context.fileName
2026-01-07 20:07:41 +08:00
tanzhenxin
570ec432af
Merge pull request #1282 from BlockHand/fix-sandbox-ideInstall
...
feat: Optimize the issue where an error message indicating unfriendli…
2026-01-07 17:40:45 +08:00
tanzhenxin
bfc3bbfa9c
update user messages
2026-01-07 17:25:27 +08:00
tanzhenxin
91af9bf6c8
Merge branch 'main' into fix-sandbox-ideInstall
2026-01-07 17:12:22 +08:00
Tu Shaokun
0878ee4cbd
fix: handle setApprovalMode error in untrusted folders
...
Add try/catch to gracefully handle errors when setting privileged
modes (yolo/auto-edit) in untrusted folders, returning an error
message instead of throwing.
2026-01-06 22:04:43 +08:00
Tu Shaokun
bfe7298858
refactor: apply session-only approval mode per review feedback
...
- Remove persistence to user settings (no setValue call)
- Only use config.setApprovalMode() for session scope
- Remove autocomplete feature for simplicity
- Align with Shift+Tab behavior
2026-01-06 21:57:21 +08:00
Tu Shaokun
2f2937aafe
test: add explicit assertions for setApprovalMode argument
...
Verify the exact mode value passed to config.setApprovalMode to catch
potential regressions in settings merge/update mechanism.
2026-01-06 21:54:33 +08:00
Tu Shaokun
8fcdd86b91
feat(cli): add direct argument support for /approval-mode command
...
Allow users to set approval mode directly via argument instead of
opening the dialog. For example:
- /approval-mode plan
- /approval-mode yolo
- /approval-mode auto-edit
- /approval-mode default
If no argument is provided, the dialog opens as before.
If an invalid argument is provided, an error message shows valid options.
Also adds tab completion for mode arguments.
Fixes #1353
2026-01-06 21:54:33 +08:00
kanade
5aa2d93928
Add Japanese
...
日本語の追加と各言語でのメニュー表記の修正
2026-01-02 15:53:20 +09:00
pomelo
2bc8079519
Merge pull request #1332 from QwenLM/fix-language
...
Qwen Code CI / CodeQL (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none (push) Has been cancelled
Qwen Code CI / Lint (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Test (push) Has been cancelled
Qwen Code CI / Test-1 (push) Has been cancelled
Qwen Code CI / Test-2 (push) Has been cancelled
Qwen Code CI / Test-3 (push) Has been cancelled
Qwen Code CI / Test-4 (push) Has been cancelled
Qwen Code CI / Test-5 (push) Has been cancelled
Qwen Code CI / Test-6 (push) Has been cancelled
Qwen Code CI / Test-7 (push) Has been cancelled
Qwen Code CI / Test-8 (push) Has been cancelled
Qwen Code CI / Post Coverage Comment (push) Has been cancelled
Fix multi-language and documentation related issues.
2025-12-26 23:02:37 +08:00
pomelo-nwu
25dbe98e6e
fix(cli): prevent HTML comment escape by sanitizing --!> and -->
2025-12-26 22:45:35 +08:00
pomelo-nwu
e5dbd69899
feat: fix ci
2025-12-26 22:38:44 +08:00
mingholy.lmh
7f645b9726
fix: wrong slash_command in systemMessage
2025-12-26 17:55:03 +08:00
mingholy.lmh
8aceddffa2
feat: support /compress and /summary commands for non-interactive & ACP
...
integration
2025-12-26 17:55:02 +08:00
pomelo-nwu
4ca62ba836
feat: adjust code
2025-12-24 10:26:30 +08:00
Alexander Farber
f07259a7c9
Add German UI language support and normalize locale codes for LLM output
2025-12-20 10:21:16 +01:00
Alexander Farber
4d9f25e9fe
Auto-detect LLM output language from system locale on first startup
2025-12-20 10:21:16 +01:00
tanzhenxin
17129024f4
Add Gemini provider, remove legacy Google OAuth, and tune generation defaults
2025-12-19 16:26:54 +08:00
刘伟光
34d8dbf9b2
feat: 兼容宿主机在不同ide上的instal提示
2025-12-19 11:07:33 +08:00
刘伟光
b3b2bc6ad5
feat: 兼容宿主机在不同ide上的instal提示
2025-12-19 10:39:05 +08:00
刘伟光
6ca54beba2
feat: Optimize the issue where an error message indicating unfriendliness occurs after executing the ideinstall command in the sandbox environment
2025-12-17 13:38:38 +08:00
tanzhenxin
9942b2b877
Merge branch 'main' into 1179-add-resume-cmd
2025-12-16 15:29:58 +08:00
tanzhenxin
bd3bdd82ea
Merge pull request #1205 from afarber/rename-leftover-gemini-references
...
fix(ide): rename Gemini references to Qwen and fix IDE connection path
2025-12-16 14:46:14 +08:00
pomelo-nwu
53486b7fd3
Merge branch 'main' into docs-byYijing
2025-12-15 19:42:20 +08:00
Alexander Farber
7a97fcd5f1
Add tests for /resume command and update SettingsDialog snapshots
2025-12-13 14:03:35 +01:00
Alexander Farber
12877ac849
Refactor /resume command to use dialog instead of standalone Ink app
2025-12-13 13:08:07 +01:00
Alexander Farber
6c77303172
Add /resume slash command to switch between previous sessions
2025-12-13 13:08:06 +01:00
tanzhenxin
f8aeb06823
remove obsolete corgi mode
2025-12-13 16:41:03 +08:00
pomelo
9978fe107b
Merge pull request #1236 from afarber/1102-add-slash-language
...
test(cli): add tests for /language command and fix LLM output language parsing
2025-12-13 12:00:18 +08:00
Fazil
026fd468b1
feat(i18n): add Russian language support
2025-12-12 21:12:37 +03:00
Alexander Farber
d25af87eaf
Fix the copyright
2025-12-12 15:46:37 +01:00
Alexander Farber
a5039d15bf
Revert to SupportedLanguage
2025-12-12 15:36:50 +01:00
Alexander Farber
3ff916a5f1
Add tests for /language command and fix regex parsing
2025-12-12 15:28:43 +01:00
Alexander Farber
95d3e5b744
Rename more references
2025-12-11 11:14:11 +01:00
Alexander Farber
6d3cf4cd98
Rrename Gemini references to Qwen and fix IDE connection path
2025-12-11 11:14:10 +01:00
Alexander Farber
68295d0bbf
Rename leftover Gemini references to Qwen in UI strings
2025-12-11 11:14:09 +01:00
TianHao Zhang
d06a6d7ef9
feat: update references from Gemini to Qwen in setup commands and gitignore handling ( #1156 )
2025-12-11 14:09:22 +08:00
tanzhenxin
5b2f3e285c
remove /quit-confirm slash command
2025-12-04 16:21:32 +08:00
tanzhenxin
0a75d85ac9
Session-Level Conversation History Management ( #1113 )
2025-12-03 18:04:48 +08:00
pomelo
48b77541c3
feat(i18n): Add Internationalization Support for UI and LLM Output ( #1058 )
2025-11-21 15:44:37 +08:00
yyyanghj
0eeffc6875
feat: add support for Trae editor ( #1037 )
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
2025-11-17 10:58:33 +08:00
tanzhenxin
160b64523e
Add Interactive Approval Mode Dialog ( #1012 )
2025-11-13 19:02:53 +08:00
pomelo-nwu
82170e96c6
refactor(cli): centralize system information collection
2025-11-06 10:42:52 +08:00
pomelo
7843de882a
feat: fix sessionId ( #927 )
2025-10-31 10:23:09 +08:00
tanzhenxin
f8be8a61c8
🐛 Bug Fixes Release v0.1.1 ( #898 )
2025-10-29 12:25:50 +08:00
pomelo-nwu
7ccba75621
test: update /chat list test to match plain text output
...
Qwen Code CI / CodeQL (push) Waiting to run
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
Updated the test expectations to match the new plain text format
without ANSI escape codes.
2025-10-28 09:15:07 +08:00