Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
concurrency-safe-tool-batching
Group tool calls into concurrency-safe batches to run read-only calls in parallel while serializing non-read-only work.
compactable-tool-whitelist-gating
Only allow cached microcompact to delete tool results for a vetted, pre-gated whitelist of tool names.
compact-boundary-session-distillation
Distill the compact boundary delta into the session memory summary and the freshest user cues needed for skill capture prompts.
cli-command-surface-audit
Audit a command surface end to end so registration, discoverability, permissions, and execution all line up before shipping.
classified-skill-listing-debug-telemetry
Emit low-cost debug telemetry for skill-listing batches that records batch size, initial-vs-dynamic mode, and cumulative sent count without logging the payload body.
circular-safe-tool-registry-loading
Safely assemble the tool registry when optional tools have circular dependencies or heavy side effects.
case-normalized-sensitive-path-guards
Normalize filesystem paths and reject matches that try to spoof sensitive directories with mixed case or alternate separators.
capability-pool-resolution
Resolve an agent’s tool intent and disallowed lists into the actual pool the agent can use, honoring wildcard, async, and teammate allowances.
capability-based-spinner-glyph-selection
Select spinner glyphs and colors dynamically based on terminal capability, motion preference, and stall state.
capability-aware-offload-skipping
Skip generic offload wrappers for tools that already bound output locally or would become circular if wrapped again.
canonical-worktree-path-normalization
Resolve repo-relative paths against the canonical checkout root so shared state stays stable across Git worktrees.
canonical-root-marketplace-path-normalization
Normalize relative extension source paths against a canonical repo root so shared marketplace records stay stable across worktrees.
cache-warm-before-cache-only-fanout
Warm the authoritative cache path first, then fan out cache-only readers in parallel so derived loaders never race stale state.
cache-sweep-activation-fallback
Sweep stale extension caches before activation, then fall back to a sticky manual-refresh flag if the live refresh fails.
cache-safe-stop-hook-snapshotting
Persist a cache-safe stop-hook context snapshot only for main session queries so later helpers can resume from stable state without fork pollution.
cache-prefix-stability-for-subagents
Preserve cache-critical request fields when a child agent must share the parent's prompt prefix for cache hits.
cache-identical-fork-prefix-construction
Build forked conversation prefixes that stay identical across turns so prompt caching keeps working.
cache-edit-pin-and-replay
Queue cache edits for the next microcompact request, pin them to user-message positions, replay pinned edits later, and reset state only on explicit lifecycle boundaries.
bundled-skill-file-extraction
Lazily extract referenced files for bundled skills so large prompts stay offline until needed.
bundled-and-mcp-turn-zero-skill-filter
For first-turn skill listings, prefer a small bundled+MCP subset and fall back to bundled-only when the filtered set is still too large.
built-in-agent-feature-gating
Gate built-in agents based on feature flags and entrypoint types so SDK sessions stay lean.
budget-diminishing-continue
Issue continuation nudges while the turn stays under budget, then halt once diminishing returns or the budget cap justify stopping.