mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: move output files to outputs/ subdirectory for cleaner structure
- Move output-{N}.json and stderr-{N}.txt to outputs/ subdirectory
- Fix typo in toy-config.json results_file path (rest-run -> test-run)
- Add --output-format json to CLI commands
- Update file extensions from .txt to .json for stdout captures
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
f48eec9a02
commit
09d4627a3d
2 changed files with 11 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"yolo": true,
|
||||
"source_repo": "/Users/andy/workspace/projects/qwen-code/integration-tests/concurrent-runner/examples/toy-project",
|
||||
"worktree_base": "~/.qwen/worktrees",
|
||||
"outputs_dir": "./examples/outputs",
|
||||
"results_file": "./examples/results.json",
|
||||
"outputs_dir": "./examples/test-run",
|
||||
"results_file": "./examples/test-run/results.json",
|
||||
"tasks": [
|
||||
{
|
||||
"id": "task-1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue