qwen-code/packages/core/src
Shaojin Wen 0dd518f950
feat(review): disclose that Aone posts join the discussion gate only (#9625)
* feat(review): disclose that Aone posts join the discussion gate only

Aone has a dedicated ai_comment merge gate for AI-posted review
comments. A controlled probe on a scratch CR (issue #9614) resolved
the design doc's open question Q4: `a1 repo mr comment create` does
NOT auto-set isAiComment for the posting identity (a general and an
inline probe both read back false, re-checked against an async
classifier), and a1 v0.1.90 exposes no flag to request it — so
qwen-posted comments sit in the generic discussion gate only, and
the ai_comment gate never tracks them. The same probe re-confirmed
Q3: still no native reject/request-changes on the a1 mr surface.

Until a1 ships a marking flag (feature request to the a1 CLI), the
write path discloses the gate split instead of silently implying
participation: the Aone REQUEST_CHANGES note names the posted
comments as unflagged and the discussion gate as the only mechanical
block, and SKILL.md / the user docs carry the same fact.
createMrComment documents the constraint and is named as the seam
where a future marking flag wires.

* test(review): pin the directional ai_comment gate claim in the Aone disclosure note

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

* test(review): bind the Aone gate-disclosure pins to content, call, and count source

---------

Co-authored-by: qwen-code-dev-bot <269191875+qwen-code-dev-bot@users.noreply.github.com>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-08-21 08:17:23 +00:00
..
__mocks__/fs
agents feat(core): expose workflow execution state (#9034) 2026-08-20 03:41:40 +00:00
config feat(core): make list_directory opt-in (disabled by default) (#9424) 2026-08-21 07:24:05 +00:00
confirmation-bus perf(startup): lazy-load Google GenAI SDK on first use (#7512) 2026-07-23 02:07:39 +00:00
core feat(core): make list_directory opt-in (disabled by default) (#9424) 2026-08-21 07:24:05 +00:00
extension feat(extensions): support authenticated HTTPS Git installs (#9458) 2026-08-19 09:06:54 +00:00
followup fix(cli): honour the declared enableCacheSharing default in both suggestion gates (#9233) 2026-08-18 06:48:27 +00:00
goals feat(web-shell): adopt canonical Goal v3 controls (#9393) 2026-08-20 12:19:05 +00:00
hooks fix(core): separate hook context from transcript display (#7948) 2026-08-08 02:03:20 +00:00
ide perf(startup): Load undici lazily behind package-local dynamic imports (#7455) 2026-07-22 00:25:52 +00:00
lsp fix: make the test suite portable on Windows (#8050) 2026-08-01 05:16:58 +00:00
mcp fix(mcp): harden OAuth callback handling (#7510) 2026-07-25 03:56:27 +00:00
memory feat(core): make list_directory opt-in (disabled by default) (#9424) 2026-08-21 07:24:05 +00:00
mocks
models feat(cli): add /model --compaction for configurable chat compression model (#7818) 2026-08-01 11:19:19 +00:00
output chore(core): drop tool token usage tracking (#3727) 2026-04-30 15:35:01 +08:00
permissions fix(core): confirm read-only git commands when repo config executes programs (#8575) (#8645) 2026-08-08 23:12:14 +00:00
prompts test: add tests for confirmation-bus, prompt-registry, and cli/core modules (#2272) 2026-04-09 13:54:59 +08:00
providers feat(providers): add qwen3.8-max to Token Plan model list (#9383) 2026-08-19 07:57:33 +00:00
qwen feat(core): emit OAuth login URL as a single OSC 8 hyperlink (#7255) 2026-07-24 01:13:47 +00:00
resources feat(mcp): support MCP resources and reliably surface prompts (#5544) 2026-06-21 19:04:52 +08:00
services fix(artifacts): expand recorded directories into per-file artifacts (#9395) 2026-08-21 07:46:18 +00:00
skills feat(review): disclose that Aone posts join the discussion gate only (#9625) 2026-08-21 08:17:23 +00:00
subagents feat(core): make list_directory opt-in (disabled by default) (#9424) 2026-08-21 07:24:05 +00:00
telemetry chore(deps): Clear high-severity CVE baseline and harden the security gate (#9584) 2026-08-21 07:43:32 +00:00
test-utils fix(core): align mock workspace path containment (#8759) 2026-08-12 02:55:09 +00:00
tools fix(artifacts): expand recorded directories into per-file artifacts (#9395) 2026-08-21 07:46:18 +00:00
utils fix(artifacts): expand recorded directories into per-file artifacts (#9395) 2026-08-21 07:46:18 +00:00
index.test.ts
index.ts fix(artifacts): expand recorded directories into per-file artifacts (#9395) 2026-08-21 07:46:18 +00:00