https://github.com/block/cmux-amp
Show your Amp status in cmux
https://github.com/block/cmux-amp
Last synced: 29 days ago
JSON representation
Show your Amp status in cmux
- Host: GitHub
- URL: https://github.com/block/cmux-amp
- Owner: block
- License: apache-2.0
- Created: 2026-03-16T15:16:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T14:41:06.000Z (2 months ago)
- Last Synced: 2026-05-04T11:40:43.302Z (about 1 month ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# cmux-amp
This is an [Amp](https://ampcode.com/) plugin for [cmux](https://www.cmux.dev/), to display your Agent's status in the `cmux` tab switcher.

This depends on the [Amp Plugin API](https://ampcode.com/manual/plugin-api), which is subject to change.
## Installation
1. Symlink `plugin/cmux-status.ts` into `~/.config/amp/plugins`
2. Either run Amp with `PLUGINS=all amp`, or set `PLUGINS=all` in your shell's profile
3. Run `amp` within `cmux`
## Project Resources
| Resource | Description |
| ------------------------------------------ | ------------------------------------------------------------------------------ |
| [CODEOWNERS](./CODEOWNERS) | Outlines the project lead(s) |
| [GOVERNANCE.md](./GOVERNANCE.md) | Project governance |
| [LICENSE](./LICENSE) | Apache License, Version 2.0 |