Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
bridge-origin-safe-slash-override
Keep remote slash-command skipping enabled by default, then reopen it only for bridge-safe commands while denying unsafe local commands with a friendly local response.
background-marketplace-reconciliation
Run marketplace diff and reconciliation in the background while surfacing per-source progress to the UI without blocking startup.
autocompact-recursion-guards
Block autocompact from running in recursive contexts so forks and helpers don’t deadlock.
autocompact-circuit-breaker
Break the autocompact retry loop after several consecutive failures to avoid hammering shared APIs.
auto-refresh-after-new-plugin-sources
Trigger a plugin refresh cycle whenever reconciliation installs new marketplaces so plugin state stays in sync.
auto-memory-tool-permission-fencing
Gate every tool call in the auto-memory extract agent so only safe read-only actions and targeted writes execute.
atomic-post-await-state-commit
After awaiting persistence work, update the shared budget state for each `tool_use_id` exactly once so no concurrent reader ever sees a half-committed decision.
append-only-sidechain-transcripts
Persist every subagent transcript entry by appending with explicit parent UUIDs so transcripts become a linear, resumable sidechain.
api-round-ptl-retry-truncation
On prompt-too-long retries, drop the oldest API-round groups first and inject a synthetic user preamble when needed so the summarize request stays valid.
api-round-message-grouping
Split conversation history into API-round buckets so compaction retries cut only the chunks tied to the failed round.
ansi-safe-border-caption-embedding
Embed captions into terminal borders while preserving alignment, clipping, and color/dim semantics.
aggregated-change-signal-return
Collapse multiple change sources into one caller-facing boolean so headless bootstraps know whether a downstream refresh is necessary.