Skip to content

Commit b5107d9

Browse files
authored
Merge pull request #93 from no-fluff/claude/issue-90-20250901-2025
Add Claude Code Enhanced Statusline to Tools
2 parents fda6d07 + e50aa89 commit b5107d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,15 @@ summary = "Kanban-style interface for managing and orchestrating multiple AI cod
199199
detail = "Vibe Kanban provides a web-based dashboard for switching between different coding agents, executing multiple agents in parallel or sequence, and tracking task statuses. Built with Rust and TypeScript, it centralizes agent configuration and supports agents like Claude Code, Gemini CLI, and Codex."
200200
agents = ["claude-code"]
201201

202+
[[tools]]
203+
name = "Claude Code Enhanced Statusline"
204+
repo = "https://github.com/rz1989s/claude-code-statusline"
205+
open_source = true
206+
summary = "4-line terminal statusline for Claude Code with real-time cost tracking and MCP server monitoring."
207+
detail = "Claude Code Enhanced Statusline transforms the Claude Code terminal experience with a comprehensive statusline showing repository status, cost tracking, server health, and conversation timing. Features intelligent universal caching that reduces command execution by 70-90% and includes customizable themes with enterprise-grade configuration."
208+
category = "Other tools"
209+
agents = ["claude-code"]
210+
202211
[[tools]]
203212
name = "Claude Squad"
204213
website = "https://smtg-ai.github.io/claude-squad/"

0 commit comments

Comments
 (0)