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.
Entities
Related
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.
Developer seeks prompt caching optimization for GitHub Copilot Agent Mode with GPT-5.6
A developer is trying to optimize prompts for GitHub Copilot Agent Mode, noting that GPT-5.6 models make prompt caching more valuable due to specific Cache Read and Write costs. They reference OpenAI's API documentation for prompt caching (1024-token prefix, 128-token increments, identical prefix matching, short-lived in-memory caches, optional 24-hour extended caches) but cannot find whether GitHub Copilot exposes the same behavior or has its own orchestration layer.
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.
agentsweep CLI scans AI coding agent history files for leaked secrets
A new open-source CLI tool called agentsweep scans history files of AI coding agents (Codex, Cursor, Claude Code, Cline, Aider) for plaintext secrets like API keys, DB URLs, and crypto seed phrases. It uses ~191 detection rules from gitleaks plus a dedicated BIP-39 seed phrase detector, addressing a security risk where pasted secrets persist in agent context and can be re-exposed.
LangChain releases v1.3.13 and langchain-openai v1.3.5 with explicit prompt caching
LangChain released versions 1.3.13 and langchain-openai 1.3.5, adding explicit prompt caching support for OpenAI models. This allows developers to mark reusable prompt prefixes for reduced latency and cost. The update also includes a new 'meta' extra for langchain-meta integration and refreshed model profiles.
