Skip to content

Commit 6927518

Browse files
0.2.0
1 parent 3fe9021 commit 6927518

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

js/.changeset/add-qwen-coder-support.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

js/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# agent-commander
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- cca4668: Add Qwen Code CLI support
8+
- Added new `qwen` tool configuration for Qwen Code CLI (Alibaba's AI coding agent)
9+
- Supports stream-json output format for real-time NDJSON streaming
10+
- Supports auto-approval mode with `--yolo` flag (enabled by default)
11+
- Supports session management with `--resume` and `--continue` options
12+
- Supports context options like `--all-files` and `--include-directories`
13+
- Supports `--include-partial-messages` for real-time UI updates
14+
- Added model aliases: `qwen3-coder`, `coder`, `gpt-4o`
15+
- Added comprehensive tests for the new Qwen tool

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-commander",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A JavaScript library to control agents enclosed in CLI commands like Anthropic Claude Code CLI",
55
"type": "module",
66
"main": "./src/index.mjs",

0 commit comments

Comments
 (0)