feat(codeagent-wrapper): add --output structured JSON file (#151)

* feat(codeagent-wrapper): add --output structured JSON file

* fix(codeagent-wrapper): write --output on failure

---------

Co-authored-by: danielee.eth <danielee.eth@gmail.com>
Co-authored-by: cexll <evanxian9@gmail.com>
This commit is contained in:
DanielLi
2026-02-27 00:46:24 +08:00
committed by GitHub
parent 4c25dd8d2f
commit f43244ec3e
4 changed files with 403 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ type Config struct {
Task string
SessionID string
WorkDir string
OutputPath string
Model string
ReasoningEffort string
ExplicitStdin bool