{"id":50757876,"url":"https://github.com/mvfsillva/agent-status-pills","last_synced_at":"2026-06-11T07:01:25.048Z","repository":{"id":354594769,"uuid":"1224311865","full_name":"mvfsillva/agent-status-pills","owner":"mvfsillva","description":"Claude code status pills. ","archived":false,"fork":false,"pushed_at":"2026-04-29T07:46:56.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-29T09:09:13.841Z","etag":null,"topics":["claude-code","cursor","cursor-cli","pills","status","statusline"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvfsillva.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":null,"security":null,"support":null,"governance":null,"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-04-29T06:51:18.000Z","updated_at":"2026-04-29T07:46:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mvfsillva/agent-status-pills","commit_stats":null,"previous_names":["mvfsillva/claude-status-pills"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mvfsillva/agent-status-pills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fagent-status-pills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fagent-status-pills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fagent-status-pills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fagent-status-pills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvfsillva","download_url":"https://codeload.github.com/mvfsillva/agent-status-pills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvfsillva%2Fagent-status-pills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"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-11T02:00:06.485Z","response_time":57,"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":["claude-code","cursor","cursor-cli","pills","status","statusline"],"created_at":"2026-06-11T07:01:23.438Z","updated_at":"2026-06-11T07:01:25.029Z","avatar_url":"https://github.com/mvfsillva.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agent-status-pills\n\nA [Catppuccin](https://github.com/catppuccin/catppuccin)-themed status bar for [Claude Code](https://code.claude.com/docs/en/statusline) and the [Cursor CLI](https://cursor.com). Both pass the same status-line JSON on stdin. Four palettes: Mocha (default), Latte, Frappe, Macchiato.\n\n### Claude Code\n\n![status bar showing rainbow Powerline pills](.github/preview.png)\n\n### Cursor CLI\n\n![Cursor CLI with Catppuccin status pills](.github/cursor-preview.png)\n\nModel name, context window usage, 5h and 7d rate limits with reset times, cwd, git branch, Square agents if configured, RTK savings, and token I/O, rendered as one row of Powerline pills along the bottom of the terminal.\n\n## Requirements\n\n- Terminal with [Nerd Font](https://www.nerdfonts.com/) support (Powerline glyphs)\n- Node.js 18+\n- `jq` and `python3` on PATH\n\n## Install\n\n```sh\nnpx @mvfsilva/agent-status-pills\nnpx @mvfsilva/agent-status-pills --theme latte\n```\n\nThemes: `mocha` (default), `latte`, `frappe`, `macchiato`.\n\nBy default this installs for Claude Code (`~/.claude/`, `settings.json`). For Cursor CLI:\n\n```sh\nnpx @mvfsilva/agent-status-pills --target cursor\nnpx @mvfsilva/agent-status-pills --target both --theme frappe\n```\n\nThe installer updates `~/.cursor/cli-config.json` and drops `~/.cursor/statusline.conf`. Input matches Claude Code's status line format. Rate-limit pills from Anthropic OAuth only appear when the payload includes `rate_limits` or a Claude Code token is available; model, context %, cwd, git, and token segments behave the same under Cursor.\n\nRestart Claude Code or start a new Cursor CLI session after installing.\n\n## Manual setup\n\n1. Copy `statusline.sh` to `~/.claude/statusline.sh` and make it executable:\n   ```sh\n   chmod +x ~/.claude/statusline.sh\n   ```\n\n2. Pick a theme by creating `~/.claude/statusline.conf`:\n   ```sh\n   STATUSLINE_THEME=frappe\n   ```\n\n3. Add to `~/.claude/settings.json` (Claude Code) or `~/.cursor/cli-config.json` (Cursor CLI):\n   ```json\n   {\n     \"statusLine\": {\n       \"type\": \"command\",\n       \"command\": \"~/.claude/statusline.sh\",\n       \"padding\": 0\n     }\n   }\n   ```\n\n   For Cursor, point `\"command\"` at `~/.cursor/statusline.sh` and set `\"padding\"` to taste (often `2`).\n\n4. Restart Claude Code or the Cursor CLI.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvfsillva%2Fagent-status-pills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvfsillva%2Fagent-status-pills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvfsillva%2Fagent-status-pills/lists"}