tanzhenxin
|
fb8412a96a
|
code refactor
|
2025-12-16 20:03:49 +08:00 |
|
tanzhenxin
|
2837aa6b7c
|
rework /resume slash command
|
2025-12-16 19:54:55 +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 |
|
tanzhenxin
|
b9a2cc7bdf
|
Add chat recording toggle (CLI + settings) and disable recording in tests
|
2025-12-15 13:48:38 +08:00 |
|
Alexander Farber
|
4930a24d07
|
Polish the PR, minor improvements
|
2025-12-13 14:35:40 +01:00 |
|
tanzhenxin
|
e9036daa8d
|
fix failed unit tests
|
2025-12-13 21:14:05 +08:00 |
|
Alexander Farber
|
7a97fcd5f1
|
Add tests for /resume command and update SettingsDialog snapshots
|
2025-12-13 14:03:35 +01:00 |
|
Alexander Farber
|
4504c7a0ac
|
Rename ResumeSessionPicker to StandaloneSessionPicker and add documentation
|
2025-12-13 13:33:44 +01:00 |
|
Alexander Farber
|
56a62bcb2a
|
Fix input focus issue by using useKeypress instead of useInput for ResumeSessionDialog
|
2025-12-13 13:08:07 +01:00 |
|
Alexander Farber
|
1098c23b26
|
Close dialog before async operations to prevent input capture
|
2025-12-13 13:08:07 +01:00 |
|
Alexander Farber
|
e76f47512c
|
Add guards
|
2025-12-13 13:08:07 +01:00 |
|
Alexander Farber
|
f5c868702b
|
Put shared code in new files
|
2025-12-13 13:08:07 +01:00 |
|
Alexander Farber
|
0d40cf2213
|
Refactor /resume command to use dialog instead of stand
alone Ink app
|
2025-12-13 13:08:07 +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
|
2de50ae436
|
Add tests
|
2025-12-13 13:08:07 +01:00 |
|
Alexander Farber
|
a761be80a5
|
Filter out empty sessions
|
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 |
|
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 |
|
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 |
|
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)
Qwen Code CI / CodeQL (push) Waiting to run
Qwen Code CI / Test-3 (push) Blocked by required conditions
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 / Post Coverage Comment (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
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
|
2025-12-05 15:08:35 +08:00 |
|
pomelo
|
a58d3f7aaf
|
Merge pull request #1148 from QwenLM/feat/no-quit-confirm
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-3 (push) Blocked by required conditions
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 / Post Coverage Comment (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 / 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
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
Qwen Code CI / Lint (push) Has been cancelled
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
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Test-3 (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 / Post Coverage Comment (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
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)
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 / 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
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
|
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 |
|