CLAUDE LABJP
NEST — Subagents can now spawn nested subagents up to depth 3 by default, up from 1, making research/build/verify pipelines practical without extra setupAPISKILL — The bundled claude-api skill now defaults to Claude Opus 5, with a documented migration path from Opus 4.8ENVVAR — ${VAR} entries in managed MCP allowlists and denylists now resolve from the startup environment and managed-settings env, not the settings-file envA11Y — A screen reader mode lets you follow a session with assistive tech, including announcements of deleted textVOICE — Voice mode now runs on Opus, Sonnet, and Haiku alike, reaches connected tools like Gmail and Slack, and supports many more languagesTEACH — Claude for Teachers launched on July 14, alongside a $10M commitment to Canadian AI researchNEST — Subagents can now spawn nested subagents up to depth 3 by default, up from 1, making research/build/verify pipelines practical without extra setupAPISKILL — The bundled claude-api skill now defaults to Claude Opus 5, with a documented migration path from Opus 4.8ENVVAR — ${VAR} entries in managed MCP allowlists and denylists now resolve from the startup environment and managed-settings env, not the settings-file envA11Y — A screen reader mode lets you follow a session with assistive tech, including announcements of deleted textVOICE — Voice mode now runs on Opus, Sonnet, and Haiku alike, reaches connected tools like Gmail and Slack, and supports many more languagesTEACH — Claude for Teachers launched on July 14, alongside a $10M commitment to Canadian AI research
TAG

monthly credits

2 articles
Back to all tags
Related:
Claude Code1GitHub Actions1CI/CD1Cost Control1Production1Claude Agent SDK1headless1cost optimization1automation pipeline1billing change1
Claude Code/2026-06-14Advanced

Before Per-PR CI Burns Through Your Monthly Credits: A Three-Layer Guard for Claude Code GitHub Actions

From June 15, Claude Code GitHub Actions bills against non-rolling monthly credits. Run a review on every PR and you can drain the month in the first week. Here is a three-layer guard — when to run, how heavy one run can get, and making spend visible — with working workflows.

API & SDK/2026-06-12Intermediate

Reallocating My Automation Pipeline Ahead of the June 15 Billing Change

On June 15, the Agent SDK, headless Claude Code, and GitHub Actions move to monthly usage credits. I audited every stage of my publishing pipeline against measured token logs and rerouted each one across three execution paths. Here is the reasoning.