cli/v1.3.3
onyx-dot-app/onyxcli/v1.3.3Aug 3, 2026by github-actions[bot]
AI Summary
This release improves the CLI tool by adding concurrent multi-query support for search, configuring tenant sharding for new tenants, and updating the install script to bootstrap the CLI deployment.
Key Highlights
- Added concurrent multi-query support for the `onyx-cli search` command.
- New tenants are now automatically placed on a configured shard.
- The `install.sh` script now serves as a bootstrap for onyx-cli deployment.
New Features
- Concurrent multi-query search
- Tenant sharding configuration
- Bootstrap install script
Full Release Notes
## Changes * docs(env): drop the tenant-sharding block from the compose template (#13716) (89f7475046) * feat(cli): concurrent multi-query support for onyx-cli search (#13709) (8ab5252287) * feat(db): place new tenants on a configured shard (#13661) (9cccdce22d) * chore(install): make install.sh a bootstrap for onyx-cli deploy (#13615) (73616a28de)