Skip to content

Releases: CleveritDemo/servalai-cli

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 01 Aug 12:13
6cd626d
chore: bump to 0.1.13

Release for the auth/UX/keychain fixes from real-world v0.1.12 testing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 31 Jul 21:57
b6ec923
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

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:52
a45e3d5
feat: new gateway URL, keychain auth, ping/models/usage/doctor/init/r…

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:22
4774a94
test: add build_ai_env tests, integration tests, cargo test in CI; bu…

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:51
4ca190c
feat(pi): auto-convert opencode agents to Pi format on launch

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:27
deda725
feat(cli): add aider (detect on path) and oh-my-pi (bundle) subcommands

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:12
32b3943
chore: bump to 0.1.7

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 27 Jul 14:09
b9a8507
fix(update): support GITHUB_TOKEN env var, improve 403 error message,…

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 27 Jul 11:06
0836eb7
fix(cli): bump to 0.1.5, use V1 mcp schema, fix error messages

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 09:31
d573fd3
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