Skip to content

v1.1.1: Hook Fix, New Slash Commands, Paper Expansion

Choose a tag to compare

@rsavitt rsavitt released this 10 Feb 04:52
· 1115 commits to main since this release

Fixes

  • Pre-commit hook exit code handling — capture pytest exit code explicitly and add exit 0 to prevent bash from misinterpreting trailing output under set -e
  • Missing agent frontmatter — add name field to research_scout agent

New

  • /warmup command — session opening sequence for fast orientation
  • /check-ignore command — verify gitignore coverage for sensitive files
  • /lint-fix command — auto-fix linting issues on staged files

Improvements

  • Paper expanded — formal model section, marketplace/network results tables
  • Hot mess theory reference — added Anthropic's variance-dominated failure framing to incoherence scaling section

Quick Start

git clone https://github.com/swarm-ai-safety/swarm.git
cd swarm
pip install -e ".[dev,runtime]"
jupyter notebook examples/quickstart.ipynb

Full Changelog: v1.1.0...v1.1.1