Skip to content

Claude Code 2.1.83 breaks terminal capture #207

@fx

Description

@fx

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions