Skip to content

Releases: rendis/opcode

v0.1.1

11 Feb 23:44

Choose a tag to compare

What's Changed

  • Added expr.eval action (Expr expression evaluation with compiled cache)
  • Fixed multi-agent-review workflow
  • Added expr.eval to actions reference, SKILL.md, and architecture docs
  • Fixed CEL/jq documentation examples and expr_test scope to match executor reality

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Feb 21:39

Choose a tag to compare

What's Changed

Features

  • SHA-256 checksum verification for binary downloads

Documentation

  • Restructured README (1222 → 574 lines) — benchmark charts moved to top for visual impact
  • New docs/ reference pages: architecture, MCP tools, workflow reference, testing, design rationale
  • Auto-generated benchmark suite with SVG charts, takeaways, and methodology

Infra

  • Benchmark sub-tests with parametric runs (executor, worker pool, eventlog)
  • make benchmarks target for chart and docs generation

Full changelog: v0.0.1...v0.1.0

Note: This release includes only darwin/arm64. Linux and darwin/amd64 binaries require cross-compilation with a C toolchain (CGO dependency on go-libsql). Build natively on target systems with go build -o opcode ./cmd/opcode/.

v0.0.1

11 Feb 01:35

Choose a tag to compare

Initial Release

Agent-first workflow orchestration engine.

Highlights

  • SSE daemon with MCP server (6 tools: run, status, signal, define, query, diagram)
  • Pidfile management and SIGHUP hot-reload (panel toggle + log level)
  • Self-update (opcode update) from GitHub releases
  • Web panel (optional, --panel flag)
  • 20 packages, 981 test functions

Binaries

  • opcode_Darwin_arm64.tar.gz — macOS Apple Silicon

Linux binaries require native CGO compilation (go-libsql). Use go install github.com/rendis/opcode/cmd/opcode@v0.0.1 on Linux.