pomelo-nwu
53486b7fd3
Merge branch 'main' into docs-byYijing
2025-12-15 19:42:20 +08:00
tanzhenxin
b9a2cc7bdf
Add chat recording toggle (CLI + settings) and disable recording in tests
2025-12-15 13:48:38 +08:00
tanzhenxin
e9036daa8d
fix failed unit tests
2025-12-13 21:14:05 +08:00
pomelo
693a58d517
Merge pull request #1194 from afarber/add-audio-notification-bell
...
feat: add terminal bell setting to enable/disable audio notifications
2025-12-13 17:03:35 +08:00
pomelo
c7f4c462f4
Merge pull request #1219 from afarber/1181-resume-session-id
...
feat: show session resume command on exit
2025-12-13 17:02:16 +08: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
ba3b576906
Hide resume message when session has no messages
2025-12-11 13:10:01 +01:00
Alexander Farber
b67ee32481
Update snapshots
2025-12-11 12:53:30 +01:00
Alexander Farber
5b8ce440ea
Show session resume command on exit
2025-12-11 12:22:48 +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
Alexander Farber
5f78909040
Add terminal bell setting to enable/disable audio notifications
2025-12-09 20:27:20 +01:00
Alexander Farber
5b74422be6
Do not skip the tests
2025-12-09 16:46:18 +01:00
Alexander Farber
06c398a015
Remove vertical borders from input prompt for easier copy/paste
2025-12-09 16:37:32 +01:00
tanzhenxin
3e2a2255ee
DeepSeek V3.2 Thinking Mode Integration ( #1134 )
2025-12-05 15:08:35 +08:00
pomelo
a58d3f7aaf
Merge pull request #1148 from QwenLM/feat/no-quit-confirm
...
Remove `/quit-confirm` flow
2025-12-05 10:56:08 +08:00
tanzhenxin
1c45ef563d
remove unused files
2025-12-04 17:41:52 +08:00
mingholy.lmh
d76cdf1076
feat: sdk subagent support
2025-12-04 17:10:20 +08:00
mingholy.lmh
e1ffaec499
feat: create draft framework for cli & sdk
2025-12-04 17:10:16 +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
83fc321e15
Merge pull request #1090 from QwenLM/feat/logger-enhancement
...
Improve Usage Statistics by Moving Key Snapshot Fields into Properties
2025-11-21 15:55:26 +08:00
pomelo
48b77541c3
feat(i18n): Add Internationalization Support for UI and LLM Output ( #1058 )
2025-11-21 15:44:37 +08:00
tanzhenxin
f2439f8d53
fix: skip one unstable test case
2025-11-21 15:43:05 +08:00
tanzhenxin
fb6d0b43fa
feat: change shortcut for subagent execution display
2025-11-21 15:42:17 +08:00
tanzhenxin
442a9aed58
Replace spawn with execFile for memory-safe command execution ( #1068 )
2025-11-20 15:04:00 +08:00
Mingholy
a15b84e2a1
refactor(auth): enhance useAuthCommand to include history management and improve error handling in QwenOAuth2Client ( #1077 )
2025-11-20 14:37:39 +08:00
tanzhenxin
07069f00d1
feat: remove prompt completion feature ( #1076 )
2025-11-20 14:36:51 +08:00
citlalinda
e1f793b2e0
fix: character encoding corruption when executing the /copy command on Windows. ( #1069 )
...
Co-authored-by: linda <hxn@163.com >
2025-11-20 10:23:17 +08:00
Mingholy
d0e76c76a8
refactor(auth): save authType after successfully authenticated ( #1036 )
2025-11-19 11:21:46 +08:00
tanzhenxin
3ed93d5b5d
fix: integration tests ( #1062 )
2025-11-19 10:23:16 +08:00
tanzhenxin
6bb829f876
feat: Add Terminal Attention Notifications for User Alerts ( #1052 )
2025-11-18 13:43:43 +08:00
yyyanghj
0eeffc6875
feat: add support for Trae editor ( #1037 )
2025-11-17 10:58:33 +08:00
BlockHand
29261c75e1
feat: openApi configurable window ( #1019 )
2025-11-14 10:18:57 +08:00
tanzhenxin
160b64523e
Add Interactive Approval Mode Dialog ( #1012 )
2025-11-13 19:02:53 +08:00
pomelo
5390f662fc
fix: VSCode detection null check and debug message optimization ( #983 )
2025-11-07 17:28:37 +08:00
tanzhenxin
c3d427730e
🎯 Feature: Customizable Model Training and Tool Output Management ( #981 )
2025-11-07 17:28:16 +08:00
pomelo-nwu
82170e96c6
refactor(cli): centralize system information collection
2025-11-06 10:42:52 +08:00
tanzhenxin
04f0996327
fix: /ide install failed to run on Windows ( #957 )
2025-11-04 15:53:03 +08:00
Vinh Nguyen
db58aaff3a
fix: update tool name from Gemini to Qwen Code in ToolsList component and snapshots
2025-10-31 10:25:49 +07: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
UncleFB
6da6bc0dfd
fix input filter
2025-10-28 14:38:46 +08:00
pomelo-nwu
7ccba75621
test: update /chat list test to match plain text output
...
Updated the test expectations to match the new plain text format
without ANSI escape codes.
2025-10-28 09:15:07 +08:00
pomelo-nwu
e0e5fa5084
fix: remove hardcoded ANSI escape codes in /chat list command
...
The /chat list command was displaying raw ANSI escape codes instead of
colored text. This was caused by the escapeAnsiCtrlCodes function in
HistoryItemDisplay that escapes all ANSI control characters.
Changed to plain text format for better compatibility and cleaner output.
2025-10-28 09:14:00 +08:00
tanzhenxin
4328cd7f63
feat: update tool output format, use plain string instead of json string ( #881 )
2025-10-27 17:26:47 +08:00