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 to stay within time, token, cost, or plan-percentage limits. It uses Claude Code’s native hooks and statusline to help sessions finish with a usable result instead of stopping abruptly.
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. It works with clients like Claude Desktop, Cursor, and Raycast, and keeps automation on-device.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repositories and verifies changes with the real compiler, debugger, sanitizers, and tests before showing a diff. It offers a free tier plus paid plans, with editor connectors and zero-retention handling described in the source.
Goldfish is an AI memory app for macOS that helps you reply, write, summarize, and continue using the context already on your Mac. It stores memory locally and writes in your tone.
Biji - это универсальная платформа, разработанная для повышения продуктивности с помощью инновационных инструментов и функций.
hob is an independent workspace for coding agents that keeps agent sessions, terminals, history, and follow-up work organized around the tools and providers you already use. It is aimed at developers who want local control over routing, history, and workspace structure rather than a bundled model stack.
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 current app. It runs on your existing Claude subscription through the Claude CLI, so no separate API key is required.