Skip to content

fix(qwen): use stable --acp flag#2

Open
B-A-M-N wants to merge 1 commit intogreenpolo:masterfrom
B-A-M-N:fix/qwen-acp-flag
Open

fix(qwen): use stable --acp flag#2
B-A-M-N wants to merge 1 commit intogreenpolo:masterfrom
B-A-M-N:fix/qwen-acp-flag

Conversation

@B-A-M-N
Copy link
Copy Markdown

@B-A-M-N B-A-M-N commented May 4, 2026

Summary

Updates the Qwen adapter to use the stable --acp flag instead of the deprecated --experimental-acp flag.

Qwen Code v0.15.6 graduated --acp from --experimental-acp (PR #1355). The adapter code already used --acp, but the documentation comment referenced the vague `v0.x` and there were no tests verifying command construction.

Scope

Qwen-only compatibility update for the upstream-watch report covering Qwen Code v0.15.3 → v0.15.6.

Out of scope:

  • Gemini adapter changes
  • Codex/app-server changes
  • Copilot adapter changes
  • Cursor ACP workaround changes
  • Shared ACP client refactors

Changes

  • Updated Qwen adapter comment from `v0.x` → `v0.15.6` to reflect the actual upstream version
  • Added `plugins/multi/scripts/test/qwen-acp-flag.mjs` — test that verifies the adapter constructs commands with `--acp` and not `--experimental-acp`
  • Test includes source-code static analysis + live binary verification when Qwen is installed

Validation

Commands run:

```bash
node plugins/multi/scripts/test/qwen-acp-flag.mjs

→ All tests passed (against live Qwen Code v0.15.6)

```

Manual check:

```bash
qwen --help | grep -E "acp|experimental-acp"

→ --acp listed as stable flag, --experimental-acp no longer in help

```

Risk

Low. The adapter code already used `--acp`. This PR makes the documentation comment version-accurate and adds test coverage.

References

Addresses upstream-watch issue for Qwen Code v0.15.3 → v0.15.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant