Releases: CleveritDemo/servalai-cli
Releases · CleveritDemo/servalai-cli
Release list
v0.1.13
v0.1.12
fix(ci): remove broken per-target test step from release workflow The `cargo test --target <cross-target>` step added alongside v0.1.10 broke release builds for 3 of 4 platforms: ring's build script needs a target C toolchain that only cargo-zigbuild's wrapper (used for the actual `cargo zigbuild --release` build, not `cargo test`) provides, and cross-arch test binaries can't execute on the runner without emulation regardless. v0.1.10 and v0.1.11 both shipped with only the aarch64-apple-darwin asset because of this — Linux and Intel-Mac installs and `serval update` have been silently broken since. ci.yml already runs the full test suite (native target) on every push to main, including the commit any release tag points at, so this step was redundant even when it worked. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
v0.1.11
feat: new gateway URL, keychain auth, ping/models/usage/doctor/init/r…
v0.1.10
test: add build_ai_env tests, integration tests, cargo test in CI; bu…
v0.1.9
feat(pi): auto-convert opencode agents to Pi format on launch
v0.1.8
feat(cli): add aider (detect on path) and oh-my-pi (bundle) subcommands
v0.1.7
v0.1.6
fix(update): support GITHUB_TOKEN env var, improve 403 error message,…
v0.1.5
fix(cli): bump to 0.1.5, use V1 mcp schema, fix error messages
v0.1.1
feat(cli): bump opencode to 1.18.7, add MCP servers, improve UX - Bump bundled opencode from 1.17.18 to 1.18.7 - Fix macOS opencode asset: use .zip (was .tar.gz, would fail) - Fix Linux opencode asset: use musl variant to match serval build target - Add 4 pre-configured MCP servers: context7, github, kubernetes, sequential-thinking - Rich --help output with examples and getting-started instructions - Friendly error messages with token URL hints everywhere - Improved status output formatting - Bump version to 0.1.1