{"id":49043797,"url":"https://github.com/block/cmux-amp","last_synced_at":"2026-07-01T01:03:02.595Z","repository":{"id":348579456,"uuid":"1183403867","full_name":"block/cmux-amp","owner":"block","description":"Show your Amp status in cmux","archived":false,"fork":false,"pushed_at":"2026-05-28T15:30:55.000Z","size":41,"stargazers_count":3,"open_issues_count":2,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-06T01:26:31.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/block.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-16T15:16:54.000Z","updated_at":"2026-05-28T15:32:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/block/cmux-amp","commit_stats":null,"previous_names":["block/cmux-amp"],"tags_count":0,"template":false,"template_full_name":"block/oss-project-template","purl":"pkg:github/block/cmux-amp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fcmux-amp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fcmux-amp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fcmux-amp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fcmux-amp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/block","download_url":"https://codeload.github.com/block/cmux-amp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block%2Fcmux-amp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34683602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-19T16:00:22.747Z","updated_at":"2026-07-01T01:03:02.588Z","avatar_url":"https://github.com/block.png","language":"TypeScript","funding_links":[],"categories":["Feature Dimensions"],"sub_categories":["1. Sidebar \u0026 Status Pills"],"readme":"# cmux-amp\n\n\u003e [!IMPORTANT]\n\u003e Most of the functionality in this plugin has been ported into the core `cmux` app. Please update your version of `cmux`, try it there, and then only install this plugin if that doesn't work.  \n\n---\n\n[Amp](https://ampcode.com/) plugin for [cmux](https://www.cmux.dev/) that turns\nyour cmux tab into a live dashboard for the Amp agent.\n\n![cmux 2026-03-16 at 11 25 54](https://github.com/user-attachments/assets/7ccde294-b578-4a73-ab36-ba9b8b223ed4)\n\nBuilt on the [Amp Plugin API](https://ampcode.com/manual/plugin-api) introduced\nwith [Amp Neo](https://ampcode.com/news/neo). The plugin API is experimental\nand subject to change.\n\n## What you get\n\n- **Live status badge** in the cmux tab switcher — `idle` → `thinking` →\n  `running: yarn test` / `editing: cmux-status.ts` / `reading: README.md` →\n  `done` / `error` / `interrupted`. Tool labels include the actual shell\n  command being run, the file being edited, the search pattern, etc., powered\n  by the Neo plugin helpers (`shellCommandFromToolCall`,\n  `filesModifiedByToolCall`).\n- **Workspace title tracks the Amp thread ID**, including a chain of any\n  threads spawned via `handoff`. Manual renames are detected and preserved\n  across agent restarts.\n- **cmux activity log** entries for prompt received, tool errors, spawned\n  threads, and turn outcomes.\n- **`cmux_notify` tool** the agent can call to fire a native macOS\n  notification when it needs your attention.\n- **Command palette actions** under the `cmux:` category:\n  - `Rename workspace to thread ID`\n  - `Rename workspace…` (prompts for a new title)\n  - `Clear Amp status`\n- **Macro notification** when an agent turn ends with an error.\n- **Session restore** — when cmux relaunches, Amp threads resume in place via\n  `amp threads continue \u003cid\u003e`. The plugin auto-registers Amp as a custom\n  vault agent in `~/.config/cmux/cmux.json` and writes a hook-session record\n  for each thread. Requires cmux nightly or\n  [≥ 0.64.4 once released](https://github.com/manaflow-ai/cmux/commit/744521d)\n  (custom vault registry support). Older cmux silently ignores the files.\n  - Manual fallback: `cmux: Register Amp for cmux session restore` in the\n    command palette.\n\n## Installation\n\n1. Symlink (or copy) `plugin/cmux-status.ts` into your plugins directory:\n   - System: `~/.config/amp/plugins/cmux-status.ts`\n   - Project: `\u003crepo\u003e/.amp/plugins/cmux-status.ts`\n2. Launch `amp` from inside a cmux workspace.\n\n\u003e Plugins only work when the Amp CLI is installed via the binary install\n\u003e method (not `npm install`). See the\n\u003e [Amp Plugin API docs](https://ampcode.com/manual/plugin-api) for details.\n\n## Project Resources\n\n| Resource                         | Description                  |\n| -------------------------------- | ---------------------------- |\n| [CODEOWNERS](./CODEOWNERS)       | Outlines the project lead(s) |\n| [GOVERNANCE.md](./GOVERNANCE.md) | Project governance           |\n| [LICENSE](./LICENSE)             | Apache License, Version 2.0  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock%2Fcmux-amp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock%2Fcmux-amp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock%2Fcmux-amp/lists"}