Skip to content

anchras/keep-agent-running

v0.2.0MIT

Keep Claude Code, Codex, and other coding-agent terminals available after disconnects, using the least infrastructure that works.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "keep-agent-running",
  "description": "Keep Claude Code, Codex, and other coding-agent terminals available after disconnects, using the least infrastructure that works.",
  "version": "0.2.0",
  "author": {
    "name": "Terminalbox",
    "email": "hello@terminalbox.ai"
  },
  "homepage": "https://terminalbox.ai/keep-coding-agent-running?source=keep_agent_running_plugin",
  "repository": "https://github.com/Anchras/terminalbox-tools",
  "license": "MIT",
  "keywords": [
    "coding-agent",
    "keep-agent-running",
    "long-running-agents",
    "remote-access",
    "agentic-coding",
    "tmux",
    "remote-development",
    "persistent-workspace",
    "claude-code",
    "codex",
    "github-copilot"
  ],
  "extensions": {
    "com.github.awesome-copilot": {
      "skills": [
        "./skills/keep-agent-running/"
      ]
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • openai.yaml
  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot