Woke up to terminals not responding this morning on 2.1.83, rolled back to 2.1.78 (on agentapi 0.12.1) and it works.
Initial capture worked, but no subsequent updates.
agentapi attach, ccw, etc. all the same symptom. Sending input via ccw on coder still worked and claude received, but no terminal output was captured anymore.
module "claude-code" {
source = "registry.coder.com/modules/claude-code/coder"
agent_id = coder_agent.main.id
workdir = "/workspace/${lower(data.coder_workspace.me.name)}"
# Pin claude (2.1.83 breaks agentapi terminal capture) and upgrade agentapi
claude_code_version = "2.1.78"
disable_autoupdater = true
agentapi_version = "v0.12.1"
# Enable task reporting to Coder UI via AgentAPI (default is true)
report_tasks = true
# Enable CLI app for terminal access
cli_app = true
}
Woke up to terminals not responding this morning on 2.1.83, rolled back to 2.1.78 (on agentapi 0.12.1) and it works.
Initial capture worked, but no subsequent updates.
agentapi attach, ccw, etc. all the same symptom. Sending input via ccw on coder still worked and claude received, but no terminal output was captured anymore.