Releases: rendis/opcode
Releases · rendis/opcode
v0.1.1
What's Changed
- Added
expr.evalaction (Expr expression evaluation with compiled cache) - Fixed multi-agent-review workflow
- Added
expr.evalto 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
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 benchmarkstarget 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 withgo build -o opcode ./cmd/opcode/.
v0.0.1
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,
--panelflag) - 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.1on Linux.