Mingholy
e274b4469a
Merge pull request #1214 from kfxmvp/fix/issue-1186-schema-converter
...
fix: add configurable OpenAPI 3.0 schema compliance for Gemini compatibility (#1186 )
2025-12-17 11:12:57 +08:00
tanzhenxin
bf52c6db0f
fix review comments
2025-12-16 20:36:24 +08:00
tanzhenxin
9267677d38
fix failed test
2025-12-16 20:08:43 +08:00
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
850c52dc79
Merge pull request #1228 from afarber/add-git-co-author
...
feat: expose gitCoAuthor setting in settings.json and document it
2025-12-16 15:17:02 +08:00
tanzhenxin
61e378644e
feat: update configuration and shell tool implementations
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2025-12-16 15:02:59 +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
tanzhenxin
fc58291c5c
Merge branch 'main' into add-git-co-author
2025-12-16 14:43:27 +08:00
tanzhenxin
633148b257
Revert IDE client discovery path changes
2025-12-16 14:30:25 +08:00
kefuxin
573c33f68a
Merge remote-tracking branch 'upstream/main' into fix/issue-1186-schema-converter
2025-12-16 11:08:51 +08:00
pomelo
8130020277
Merge pull request #1260 from QwenLM/docs-byYijing
...
Docs: restructure docs to follow the Claude Code organization
2025-12-16 10:16:57 +08:00
Alexander Farber
07fb6faf5f
Add comments explaining regexes
2025-12-15 16:26:52 +01:00
Alexander Farber
1956507d90
Avoid ReDoS by using better regexes
2025-12-15 16:23:17 +01:00
tanzhenxin
87f1dd9061
pump version to 0.5.1
2025-12-15 20:48:02 +08:00
pomelo-nwu
53486b7fd3
Merge branch 'main' into docs-byYijing
2025-12-15 19:42:20 +08:00
tanzhenxin
5c6ed070de
Merge pull request #1254 from QwenLM/chore/no-chat-recording-flag
...
Add chat recording toggle (CLI + settings) and disable recording in tests
2025-12-15 19:16:14 +08:00
Alexander Farber
5d94763581
Add logs (TODO remove later)
2025-12-15 11:06:09 +01:00
Alexander Farber
5bd1822b7d
Fix gitCoAuthor not added for combined flags like -am
2025-12-15 11:00:21 +01:00
Alexander Farber
65392a057d
Detect git commit anywhere in command, not just at start
2025-12-15 10:19:08 +01:00
Alexander Farber
3b9d38a325
Expose gitCoAuthor setting in settings.json and document it
2025-12-15 10:19:08 +01:00
tanzhenxin
883c6d878c
Merge pull request #1174 from QwenLM/fix/glob-windows-casing
...
fix: handle case-insensitive path comparison in glob tool on Windows
2025-12-15 16:51:04 +08:00
tanzhenxin
b9a2cc7bdf
Add chat recording toggle (CLI + settings) and disable recording in tests
2025-12-15 13:48:38 +08:00
yiliang114
9280739a85
fix(vscode-ide-companion): improve cross-platform compatibility in prepackage script
...
- Enable shell option conditionally for Windows platform
- Use 'node' command directly and template literals for path handling
2025-12-14 00:00:06 +08:00
tanzhenxin
f7ef720e3b
test
2025-12-13 23:18:49 +08:00
tanzhenxin
0e6ebe85e4
test
2025-12-13 23:04:00 +08:00
yiliang114
3138aa1fe3
chore(vscode-ide-companion): wip
2025-12-13 22:30:10 +08:00
yiliang114
0f2f1faee5
chore(vscode-ide-companion): wip
2025-12-13 22:19:54 +08:00
yiliang114
641dd03689
chore(vscode-ide-companion): wip
2025-12-13 22:03:16 +08:00
yiliang114
44fef93399
chore(vscode-ide-companion): wip
2025-12-13 21:39:41 +08:00
yiliang114
ccc6192164
chore(vscode-ide-companion): wip
2025-12-13 21:37:10 +08:00
Alexander Farber
4930a24d07
Polish the PR, minor improvements
2025-12-13 14:35:40 +01:00
yiliang114
c8d18591b0
Merge branch 'feat/bundle-cli-in-vscode' of https://github.com/QwenLM/qwen-code into feat/vscode-ide-companion-borading
2025-12-13 21:21:53 +08: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
tanzhenxin
8e29cc88f9
bundle cli in vscode
2025-12-13 20:56:18 +08:00
yiliang114
61ce586117
refactor(vscode-ide-companion/cli): consolidate CLI detection and version management
...
- Replace separate CliDetector, CliVersionChecker, and CliVersionManager classes with unified CliManager
- Remove redundant code and simplify CLI detection logic
- Maintain all existing functionality while improving code organization
- Update imports in dependent files to use CliManager
This change reduces complexity by consolidating CLI-related functionality into a single manager class.
2025-12-13 20:42:59 +08: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
yiliang114
90fc4c33f0
fix(vscode-ide-companion/session): improve timeout configuration for different methods
...
Extend timeout duration to 2 minutes for both session_prompt and initialize methods
to prevent timeouts during longer operations. Default timeout remains at 60 seconds
for other methods.
This change improves reliability of session management by providing adequate
time for initialization and prompt operations to complete.
2025-12-13 20:06:02 +08:00
yiliang114
389d8dd9c4
Remove CLI version checker and status bar display, revert to original notification approach
...
This change removes the CliVersionChecker class and all related status bar functionality, reverting to the original approach that uses vscode.window.showInformationMessage for version-related notifications, as was implemented in the main branch.
The changes include:
1. Removing CliVersionChecker import
2. Removing status bar item creation and update logic
3. Removing CLI version check on activation
4. Removing showCliVersionInfo command
This addresses the issue where version detection notifications should use vscode.window.showInformationMessage instead of status bar display.
2025-12-13 19:49:04 +08:00