Skip to content

Chump v0.1.0 — Initial public release

Choose a tag to compare

@repairman29 repairman29 released this 16 Apr 20:56
· 3079 commits to main since this release

Chump v0.1.0 — Initial public release

First public release. Chump graduates from private development to an open-source project with full community infrastructure.

Highlights

  • Single-binary Rust agent on OpenAI-compatible inference (Ollama, vLLM, mistral.rs) with SQLite + FTS5 persistence
  • Five surfaces: web PWA, CLI, Discord bot, Tauri desktop shell, and ACP stdio server (chump --acp) for editor integration
  • Six-module consciousness framework (surprise tracker, memory graph, blackboard, neuromodulation, precision controller, phi proxy) with A/B testing harness
  • Procedural skills system with Bradley-Terry evolution, skill mutation, SHA-256 deterministic caching
  • Three-way retrieval pipeline (keyword + semantic + graph) merged by RRF with freshness decay
  • Agent Client Protocol (ACP) stdio server — launchable from Zed, JetBrains IDEs, and any ACP-compatible client. v0.1.0 ships the V1 spec; subsequent releases extend to V2 persistence + V2.1 tool middleware integration.
  • Bounded autonomy with task contracts, graduated escalation, two-bot fleet coordination
  • Security hardening: leak scanning, SSRF protection, host-boundary secret pinning, cargo-audit in CI
  • 620+ tests across 80+ modules; full documentation at repairman29.github.io/chump

See CHANGELOG.md for the full feature list and the post-v0.1.0 ACP work landed under [Unreleased].

Install via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/repairman29/chump/releases/download/v0.1.0/rust-agent-installer.sh | sh

Download binaries

File Platform
rust-agent-aarch64-apple-darwin.tar.xz Apple Silicon macOS
rust-agent-x86_64-apple-darwin.tar.xz Intel macOS
rust-agent-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux
rust-agent-x86_64-unknown-linux-gnu.tar.xz x64 Linux

SHA-256 checksums alongside each archive. Source tarball: source.tar.gz.