Commit graph

3 commits

Author SHA1 Message Date
tanzhenxin
cceac6093e fix(cli): skip stdin read for ACP mode
- Extend stdin handling to skip reading for ACP mode, similar to stream-json
- Remove duplicate line in .dockerignore

ACP mode passes protocol data via stdin that should be forwarded to the
sandbox intact, not consumed as a user prompt.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-27 11:47:01 +00:00
tanzhenxin
a806c8aaf6 chore(docker): ignore tsconfig.tsbuildinfo files
Add tsconfig.tsbuildinfo pattern to .dockerignore to exclude
TypeScript incremental compilation cache files from Docker builds.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-27 10:11:17 +00:00
tanzhenxin
9e4c5ee891 refactor: Extract web-templates package and unify build/pack workflow
Moves export-html and insight templates from cli/assets to a new
dedicated web-templates package. Updates Dockerfile and build scripts
to use consolidated bundle/prepare:package/pack workflow.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-26 21:02:46 +08:00