pomelo
642dda0315
Merge pull request #1312 from QwenLM/docs-1222
...
docs(readme): clarify value props, usage modes
2025-12-22 23:01:02 +08:00
pomelo-nwu
bbbdeb280d
feat: add Português link
2025-12-22 23:00:09 +08:00
pomelo-nwu
0d43ddee2a
feat: update readme.md
2025-12-22 22:49:51 +08:00
pomelo-nwu
50e03f2dd6
feat: update docs
2025-12-22 21:11:33 +08:00
pomelo-nwu
f440ff2f7f
Merge branch 'docs-fix' into docs-1222
2025-12-22 20:58:33 +08:00
pomelo
9a6b0abc37
Merge pull request #286 from bl-ue/patch-1
...
feat: add a link to Gemini CLI Desktop for Qwen Code users who prefer desktop UIs
2025-12-22 20:56:29 +08:00
tanzhenxin
00547ba439
Merge pull request #1311 from QwenLM/fix/e2e
...
fix e2e workflow
2025-12-22 14:54:07 +08:00
tanzhenxin
fc1dac9dc7
update
2025-12-22 14:32:51 +08:00
tanzhenxin
338eb9038d
fix e2e workflow
2025-12-22 14:28:36 +08:00
tanzhenxin
e0b9044833
Merge pull request #1310 from QwenLM/fix/process-info-robust-20251222
...
Improve robustness of getProcessInfo with try-catch and empty output fallback
2025-12-22 14:02:51 +08:00
xuewenjie
f33f43e2f7
feat: improve getProcessInfo robustness with try-catch and empty output fallback
2025-12-22 11:38:38 +08:00
tanzhenxin
4e7929850c
Merge pull request #1309 from QwenLM/chore/v0.6.0
...
pump version to 0.6.0
2025-12-22 09:58:20 +08:00
tanzhenxin
9cc5c3ed8f
pump version to 0.6.0
2025-12-22 09:35:30 +08:00
tanzhenxin
a92be72e88
Merge pull request #1257 from QwenLM/feat/ide-companion-discovery
...
IDE companion discovery: switch to ~/.qwen/ide lock files
2025-12-19 18:29:11 +08:00
tanzhenxin
52cd1da4a7
update documentation
2025-12-19 18:16:59 +08:00
tanzhenxin
c5c556a326
remove pid from lockfile name of ide connection file
2025-12-19 18:12:04 +08:00
tanzhenxin
a8a863581b
Merge branch 'main' into feat/ide-companion-discovery
2025-12-19 16:49:24 +08:00
tanzhenxin
e4468cfcbc
Merge pull request #1231 from QwenLM/fix/windows-startup-and-exit-hangs
...
fix: optimize windows process tree retrieval to prevent hang
2025-12-19 16:48:40 +08:00
tanzhenxin
3bf30ead67
Merge pull request #1262 from QwenLM/chore/vscode-ide-companion-update-vscode-engine
...
chore(vscode-ide-companion): update vscode engine version from ^1.99.0 to ^1.85.0
2025-12-19 16:47:33 +08:00
Mingholy
a786f61e49
Merge pull request #1265 from QwenLM/mingholy/chore/bundle-cli-into-sdk
...
Bundle CLI into SDK package and separate CLI & SDK E2E tests
2025-12-19 16:45:35 +08:00
mingholy.lmh
fa7d857945
fix: remove unused cli finding code
2025-12-19 16:18:22 +08:00
mingholy.lmh
90489933fd
fix: lint issues
2025-12-19 15:52:11 +08:00
mingholy.lmh
3354b56a05
docs(sdk): update sdk docs
2025-12-19 15:47:11 +08:00
mingholy.lmh
d40447cee4
fix: failed test cases
2025-12-19 15:44:04 +08:00
mingholy.lmh
ba87cf63f6
chore: build and bundle CLI for SDK release
2025-12-19 15:44:04 +08:00
mingholy.lmh
00a8c6a924
chore: separate CLI and SDK integration test
2025-12-19 15:44:04 +08:00
mingholy.lmh
156134d3d4
chore(sdk): bundle CLI into SDK package and inherit the dependencies
2025-12-19 15:44:04 +08:00
tanzhenxin
b720209888
Merge pull request #1261 from QwenLM/fix/vscode-ide-companion-opt-task-stop
...
fix(vscode-ide-companion): Optimize stream termination handling and fix style layering issues
2025-12-19 15:15:04 +08:00
tanzhenxin
dfe667c364
Merge pull request #1269 from QwenLM/mingholy/fix/sampling-params
...
fix: default values of sampling params
2025-12-19 15:14:26 +08:00
xuewenjie
1386fba278
Revert other files to main, keep only process-utils changes
2025-12-19 15:01:26 +08:00
xuewenjie
d942250905
test: sync test files with code changes for IDE detection
...
- Update detect-ide.test.ts to remove ideProcessInfo parameter (now optional)
- Update process-utils.test.ts to match simplified Windows process detection logic
- Remove tests for removed IDE detection strategies (Strategy 1-4)
- All tests now passing (13 tests in detect-ide.test.ts, 6 tests in process-utils.test.ts)
2025-12-19 13:24:19 +08:00
xuewenjie
ec32a24508
fix: update ide-client tests to match new config file naming scheme
...
- Update config file naming from qwen-code-ide-server-{pid}-{timestamp}.json to qwen-code-ide-server-{port}.json
- Add readdir mock to return config file list
- Add validateWorkspacePath mock for workspace validation
- Add workspacePath field to all config objects in tests
- Remove getIdeProcessInfo dependency from tests
- All 23 tests now passing
2025-12-19 11:36:05 +08:00
joeytoday
80bb2890df
docs: Enhanced Video Playback Guidance
2025-12-19 10:33:20 +08:00
joeytoday
abd9ee2a7b
docs: updated quick start video
2025-12-19 10:28:07 +08:00
joeytoday
b8df689e31
docs: rewrite README#Use-examples, add 4 methods to start qwen code
2025-12-19 10:22:17 +08:00
xuewenjie
c2b59038ae
fix: escape backslashes in PowerShell command strings (CodeQL security fix)
...
Fixes CodeQL security alert: Incomplete string escaping or encoding
- Add escapeForPowerShellDoubleQuotes() helper function
- Properly escape both backslashes and double quotes in correct order
- Prevents command injection vulnerabilities in Windows process detection
- All existing tests pass
2025-12-18 17:32:11 +08:00
xuewenjie
27bf42b4f5
test: sync process-utils.test.ts with implementation logic
...
- Update Windows test cases to match multi-strategy IDE detection
- Add test for Strategy 1: known IDE process detection (code.exe)
- Add test for Strategy 3: shell parent detection (cmd.exe)
- Add test for Strategy 2: Git Bash with missing parent handling
- Fix test expectations to align with actual implementation behavior
- All 7 test cases now pass successfully
2025-12-18 17:28:56 +08:00
joeytoday
e610578ecc
docs: updated README, deleted session management and check inline links, shorter why
2025-12-18 16:51:45 +08:00
tanzhenxin
d07ae35c90
Merge pull request #1286 from afarber/1220-resume-alias
...
fix(cli): add -r and -C aliases for --resume and --continue options
2025-12-18 16:32:36 +08:00
xuewenjie
cb59b5a9dc
refactor(core): optimize Windows process detection and remove debug logging
...
- Replace execFileAsync with execAsync for complex PowerShell commands in getProcessInfo
- Remove unnecessary getProcessInfo retry logic when parent not in processMap
- Remove all debug logging code (writeDebugLog function and fs import)
- Improve performance by ~1.6-2.6 seconds per detection
- Keep execFileAsync for simple commands in getProcessTableWindows
2025-12-18 16:24:40 +08:00
joeytoday
235159216e
docs: updated REA
2025-12-18 15:11:31 +08:00
joeytoday
93b30cca29
docs: restructured the README and added new content, including screenshots of the startup page and a quick-start video.
2025-12-18 15:06:47 +08:00
xuewenjie
01e62a2120
refactor: remove unused fs import from process-utils.ts
2025-12-18 15:06:01 +08:00
Alexander Farber
d464f61b72
Change -C to -c
2025-12-18 07:36:04 +01:00
Alexander Farber
f866f7f071
Add -r and -C aliases for --resume and --continue options
2025-12-18 07:36:04 +01:00
xuewenjie
7eabf543b4
Merge branch 'main' of github.com:QwenLM/qwen-code into fix/windows-startup-and-exit-hangs
2025-12-18 13:24:21 +08:00
Alexander Farber
8106a6b0f4
Handle PAT tokens and credentials in git remote URL parsing ( #1225 )
2025-12-18 00:44:46 +08:00
pomelo
c0839dceac
Merge pull request #1266 from QwenLM/docs-fix
...
docs:Fix the errors in the document
2025-12-17 22:04:27 +08:00
yiliang114
12f84fb730
fix(vscode-ide-companion): optimize stream termination handling and remove timeout for session_prompt
2025-12-17 21:00:26 +08:00
joeytoday
f9a1ee2442
docs: updated vscode showcase video
2025-12-17 16:47:37 +08:00