This commit is contained in:
35C4n0r 2026-01-19 18:44:09 +00:00
parent 0ffd71d443
commit 5c4480daa3

View File

@ -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"