Skip to content

Spewer 0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 05:38
· 8 commits to main since this release

Spewer 0.2.0 is the first public release. It lets your current frontier harness delegate bounded work to lower-cost workers without replacing the harness.

Added

  • Hosted gpt-5.6-luna workers through Codex App Server.
  • Local Qwen3 workers through Ollama, with optional bounded web search.
  • Generic and skill-specialized capsules with live capability cards.
  • Foreground questions, detached tasks, cancellation, recovery, and durable receipts.
  • Safe activity tracing with spewer watch.
  • Same-task dates, approvals, and other nonsecret input through spewer respond.
  • Explicit --danger-full-access authority for trusted stateful Codex tasks.
  • The short spu command as an alias for spewer in release archives and Homebrew.

Install

brew install modiqo/tap/spewer
spewer install

Homebrew users can replace spewer with spu in any command.

Current boundaries

  • Spewer scales across local workers. Distributed workers are not implemented.
  • The Ollama adapter supports inference and bounded web search, but not commands or file writes.
  • Cost remains unpriced unless SPEWER_PRICE_CONFIG names a matching price file.