In-session budget setting
Set a session budget from inside Claude Code using commands such as /redline 10m $5, /redline 1h 200k, or /redline 45m 10%.
Redline is a budgeting tool for Claude Code that paces sessions by time, tokens, cost, or plan percentage, helping them end with a usable result.
Redline is a budgeting tool for Claude Code that lets you set limits for time, token usage, cost, or plan percentage inside an active session. It uses Claude Code’s own hooks and statusline so the session can pace itself toward the limit instead of ending abruptly at the ceiling.
The project is designed to keep work usable at the end of the budget: it aims to finish with a complete result, uses a reserve zone to block new tool calls before the hard limit, and counts subagent activity under the same session budget. The repository describes Redline as working with Claude Code today, with Codex and other agents listed as roadmap items.
Set a session budget from inside Claude Code using commands such as /redline 10m $5, /redline 1h 200k, or /redline 45m 10%.
Show a live burn-down in the statusline so you can see remaining time, cost, or plan headroom while the session runs.
Pace the agent toward the budget instead of waiting for a hard stop, with a reserve zone that blocks new tool calls before the ceiling is reached.
Treat the whole Claude Code session as one budget, including spawned subagents, so users do not need separate per-subagent limits.
Provide local commands to inspect active budgets, check landed-rate, view version info, or remove the integration.
Install through Homebrew, a curl script, or a git clone workflow, then remove it later with redline uninstall.
Set a limit for a Claude Code session when you want the model to pace work toward a fixed amount of time, spend, or tokens.
Keep longer tasks from ending abruptly by reserving enough budget for a wrap-up and final response.
Manage sessions that spawn subagents without having to assign separate budgets to each child task.
Monitor several active sessions and check whether they landed within budget using the local pulse command.
Install the tool into a Claude Code setup and remove it later if you no longer want the statusline and hook integration.
Redline is built for Claude Code and uses its native hooks and statusline rather than a separate process wrapper or daemon.
The README shows installation options for Homebrew, a curl-based install script, or cloning the repository and running install.sh.
You can set budgets with commands like /redline 10m $5, /redline 1h 200k, /redline 45m 10%, or /redline off to clear the budget.
The architecture doc says token, cost, and plan-percentage limits are measured precisely, while wall-clock time is best-effort because it is enforced at tool attempts or turn boundaries.
Macuse is a macOS app that lets AI assistants control native Mac apps through MCP and use Computer Use for any app, with on-device automation.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repos and verifies changes with compilers, debuggers, sanitizers, and tests.
Goldfish is an AI memory app for macOS that helps you reply, write, summarize, and continue with context already on your Mac. It stores memory locally and writes in your tone.
Biji is a versatile platform designed to enhance productivity through innovative tools and features.
hob is an independent workspace for coding agents, with local control over sessions, terminals, history, routing, and follow-up work.
Claude Overlay is a Windows desktop overlay for Claude Code that reads your screen, so you can ask questions, inspect content, and request edits without leaving the app. Uses your existing Claude subscription via Claude CLI.