llm-kb
← Back to releases
Tool Release

quota-axi: CLI tool aggregates LLM quota windows for agents

quota-axi is a CLI tool that reports quota windows for Claude, Codex, Cursor, GitHub Copilot, and Grok in a single AXI-shaped call. It is designed to give agents awareness of subscription quotas before deciding where to run work, without routing, recommending, or proxying.

22 engagement·1 source·Mon, Jul 6, 2026, 10:19 PM
The tool, released on GitHub, provides a unified interface for agents to check quota state across multiple LLM providers. It is built with the Agent eXperience Interface (AXI) specification. The author notes that vendor dashboards are not shaped for shell automation, and local CLIs expose different windows, resets, and auth sources. quota-axi is data-only and never routes, recommends, proxies, intercepts, or logs in.

Entities

Claude(model)Codex(tool)Cursor(tool)GitHub Copilot(tool)quota-axi(tool)AXI(concept)Grok(model)

Related

ProductSat, Jul 11, 2026, 05:46 AM

Local CLI tool to analyze Claude AI token usage and costs

A Go-based CLI that parses local Claude AI logs to show token usage and cost breakdown by project, session, and model. It helps users understand where their API quota is going and how much they would have spent without caching.

6 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 12:47 PM

Coder: CLI tool to delegate coding tasks to background LLM agents

Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.

4 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 01:46 AM

Safety layer for AI agents with alerts, kill switch, and dashboard

AgentKavach is a safety layer for AI agents that monitors usage, spending, and behavior. It provides real-time alerts, an automatic kill switch to stop misbehaving agents, and a dashboard with insights. It solves the problem of runaway costs and unintended behavior for teams deploying autonomous AI agents.

2 engagement·1 source·reddit
Tool ReleaseThu, Jul 9, 2026, 04:47 PM

OpenAI Codex CLI v0.144.0 adds usage-limit credit details, writes approval mode, and interactive MCP auth

OpenAI released Codex CLI v0.144.0 on July 9, 2026, introducing usage-limit reset credits with type/expiration display and selection, a new `writes` app-approval mode for granular read/write permissions, and interactive authentication for MCP tools without experimental opt-in. These features improve developer control over API usage and security.

14 engagement·1 source·github
ProductSat, Jul 11, 2026, 06:38 PM

ContextOps: open-source tool to audit and optimize LLM prompt context

ContextOps is an open-source tool that analyzes LLM prompts to detect token waste such as duplicated retrieval chunks, bloated system prompts, oversized conversation history, and repeated tool outputs. It helps developers reduce costs and improve model consistency by auditing what goes into the prompt before inference.

2 engagement·1 source·reddit