IM Agent Interaction Model2026-05-18 · Define how AgentInbox should model IM reminders, on-demand context fetching, and feedback operations, with Feishu/Lark as the first implementation case.Follow Command And Template Expansion2026-04-19 · Add a high-level `follow` command that expands module-defined templates into reusable host, stream, and subscription ensures without hardcoding providers into the AgentInbox core.X Pay-Per-Use Sources2026-04-19 · Evaluate X pay-per-use API as an AgentInbox source host, define viable stream kinds, and recommend a staged rollout.Public And Internal Identifier Strategy2026-04-18 · Replace long prefix_uuid identifiers with canonical short IDs, keep only sequence and revision as numeric ordering fields, and align fresh v1 databases on one identifier scheme before release.Inbox Digests And Threaded Notification Entries2026-04-17 · Reduce bursty notification noise by keeping raw inbox items immutable, while materializing agent-facing digest threads and immutable digest snapshots for read, activation, and ack.Delivery Handles And Source-Specific Operations2026-04-16 · Keep outbound delivery automation in AgentInbox, but stop forcing all providers into one generic send action. Standardize handle routing and source-specific operations instead.Source Hosts And Streams2026-04-16 · Split provider/account hosting from concrete feeds so AgentInbox can support many provider streams without exploding top-level source types.Source Kinds And Resolved Schemas2026-04-13 · Separate runtime host types from user-facing source kinds, and make source capability discovery implementation-backed through resolved per-source schemas.Subscription Lifecycle And Terminal Auto-Retire2026-04-13 · Replace temporary-subscription semantics with explicit cleanup policies, source-scoped tracked resources, deadline cleanup, and terminal-state auto-retire for task-scoped subscriptions.Current Agent Resolution And Safe Agent-Scoped CLI Behavior2026-04-09 · Define how AgentInbox CLI should resolve the current agent, warn on cross-session targeting, and auto-register session-bound agents.