[pull] main from QwenLM:main - #4
Merged
Merged
Conversation
- Replace cli_ref input with cli_source choice (build_from_source or npm_latest) - Add support for bundling latest stable CLI from npm - Add bundle-cli-from-npm.js script for npm-based CLI bundling - Fix property naming in nonInteractiveCli.ts (outputUpdateHandler) - Improve integration tests for subagents - Skip creating issue on failure during dry-run mode Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- Fix SC2086: double quote variables to prevent globbing and word splitting - Fix yamllint quoted-strings: wrap if conditions with double quotes Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- Remove dist/ directory requirement from workflow (CLI files are in package root) - Update bundle-cli-from-npm.js to use package root directly instead of package/dist Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Fix the build order in build_sandbox.js to match build.js. Previously used 'npm run build --workspaces' which doesn't respect dependency order, causing vscode-ide-companion to fail when looking for @qwen-code/webui types that weren't built yet. Now builds packages in correct order: 1. test-utils 2. core 3. cli 4. webui (dependency for vscode-ide-companion) 5. sdk-typescript 6. vscode-ide-companion Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Change all diagnostic/progress messages in sandbox.ts from writeStdoutLine to writeStderrLine. This prevents integration test failures in Docker where stdout buffering behavior differs from the Console API. Diagnostic messages like 'Checking for sandbox image' are informational logs that should not interfere with program output that tests or other tools may parse from stdout. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
fix(cli): route sandbox diagnostic messages to stderr
…eleases Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
… npm latest+1 patch - Add getNextPatchVersion() to calculate next patch version from npm latest - Fix getNightlyVersion() to use npm latest + 1 patch instead of package.json - Fix getPreviewVersion() to use npm latest + 1 patch instead of nightly version - Add version info logging in workflow for dry-run verification Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Add CLI source selection for SDK releases and fix subagent output handler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )