From 5c4480daa34c166e46ac4b90e1633aac5f5e088f Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Mon, 19 Jan 2026 18:44:09 +0000 Subject: [PATCH] wip --- registry/coder/modules/claude-code/scripts/start.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/registry/coder/modules/claude-code/scripts/start.sh b/registry/coder/modules/claude-code/scripts/start.sh index c533f12f..55f17c93 100644 --- a/registry/coder/modules/claude-code/scripts/start.sh +++ b/registry/coder/modules/claude-code/scripts/start.sh @@ -170,6 +170,11 @@ has_any_sessions() { ARGS=() +CORE_COMMAND=() +if [[ "${ARG_REPORT_TASKS}" == "true" ]]; then + CORE_COMMAND+=(agentapi server --type claude --term-width 67 --term-height 1190 --) +fi + function start_agentapi() { # For Task reporting export CODER_MCP_ALLOWED_TOOLS="coder_report_task"