Dispatch
Dropstone SDK 1.0 ships one persistent agent memory shared across CLI, chat, VS Code, and CI
Released August 17 by Blankline Research, the TypeScript SDK exposes the same runtime as the Dropstone CLI and chat, with a feature it calls Continuity: one memory per account held by the runtime rather than by any app, so something learned in a 2am CI pipeline is present the next time you open chat. Two modes are offered — a headless API-key path that mirrors the chat-completions shape (usually a base-URL change to adopt) and an embedded mode spawning the full runtime as a local subprocess with typed sessions, file ops, tools, streaming, and structured output. Types are generated from the server's OpenAPI spec, with v1 held backward compatible and new endpoints landing on a v2 subpath.
↳ Follow the thread