AxiOwl Failure Stages Explained

AxiOwl Failure Stages Explained A failed AxiOwl message is not one vague event. It is a failure at a specific boundary: the request may be malformed, the sender may be unresolved, the target may be missing from the registry, the delivery worker may fail to start, the provider edge may reject the message, or the […]

AxiOwl Run IDs and Message IDs Explained

AxiOwl Run IDs and Message IDs Explained AxiOwl uses two different identifiers when a message moves through the system: a run ID and a message ID. They sound similar, but they answer different questions. The run ID ties related work together. The message ID identifies one specific send attempt and becomes the receipt handle for […]

AxiOwl Cross-Provider Messaging Explained

AxiOwl Cross-Provider Messaging Explained Cross-provider messaging in AxiOwl means that one AI session can address another by a registered agent name, while AxiOwl handles the provider-specific mechanics underneath. The sender does not need to know whether the target is a Codex agent, a Codex CLI thread, a Cursor composer, a VS Code chat surface, VS […]

AxiOwl Named Agents Explained

AxiOwl Named Agents Explained A named agent in AxiOwl is a human-friendly handle for a real provider session that AxiOwl can route to. It lets an operator send to a recognizable target such as a chat, coding session, CLI agent, VS Code bridge session, Cursor session, or remote provider session without memorizing the provider's raw […]

AxiOwl Installer Repair Explained

AxiOwl Installer Repair Explained Installer repair is one of those features that sounds simple until the installer is responsible for real developer tools. AxiOwl is not just copying one executable into a folder. The Windows MSI installs the local AxiOwl runtime, updates PATH, verifies MCP server mode, registers provider integrations, installs bridge extensions, writes provider […]

AxiOwl Evidence Logs Explained

AxiOwl Evidence Logs Explained AxiOwl evidence logs are the product's operating memory for message routing. They record what AxiOwl accepted, what it rejected, what it tried to discover, which provider path it handed work to, and where the boundary sits between a local receipt and real provider proof. That distinction matters. AxiOwl is not a […]

AxiOwl Delivery Receipts Explained

AxiOwl Delivery Receipts Explained A delivery receipt in AxiOwl is not a vague success message. It is a boundary marker. It tells the operator which part of the AxiOwl send pipeline has accepted the work, which provider route was selected, and where to look for evidence. Just as importantly, it avoids promising facts that AxiOwl […]

AxiOwl Provider Bridges Explained

AxiOwl Provider Bridges Explained AxiOwl provider bridges are the parts of AxiOwl that make different agent chat surfaces usable through one local message contract. They do not make every provider behave the same way internally. They give AxiOwl one controlled place to translate a resolved message into the specific delivery method that a target provider […]

AxiOwl Message Routing Explained

AxiOwl Message Routing Explained AxiOwl message routing is the part of AxiOwl that turns a human target name, such as a known Codex thread or VS Code chat, into a provider-specific delivery attempt. It is not just a text forwarder. The current AxiOwl C++ implementation keeps a local registry of sessions, resolves sender identity, checks […]

AxiOwl Agent Registry Explained

AxiOwl Agent Registry Explained The AxiOwl agent registry is the local source of truth that tells AxiOwl which AI sessions exist, what they are called, which provider owns them, and whether AxiOwl has enough proof to send to them. It is not just a display list. In the current C++ implementation, the registry is durable […]