Releases: rimo/cli
Releases · rimo/cli
Release list
v1.2.1
What's Changed
✨ New Features
- Personal API key authentication — set
RIMO_API_KEYto use the CLI without a browser login rimo note search— filter by team, date range, participant, and note tagrimo note get --meeting-chat— fetch the in-meeting chat (Zoom / Google Meet)
🐛 Bug Fixes
rimo mcpnow marksnote_askandnote_semantic_searchas read-only
Full Changelog: https://github.com/rimo/cli/blob/main/CHANGELOG.md
v1.2.0
What's Changed
✨ New Features
- Claude Code plugin (
rimo) — install the agent skill in one command rimo note list— new--teamand date-range filters (--since/--until/--updated-since)
Full Changelog: https://github.com/rimo/cli/blob/main/CHANGELOG.md
v1.1.0
What's Changed
✨ New Features
- feat(team): implement rimo team list with cursor-based pagination
- Windows installation support — install on Windows via PowerShell (see the installation guide)
🐛 Bug Fixes
- fix(auth): reject --dry-run for all auth commands
- fix(upgrade): retry transient download failures with backoff
Full Changelog: https://github.com/rimoapp/cli/blob/main/CHANGELOG.md
v1.0.1
What's Changed
🐛 Bug Fixes
- fix(auth): refresh tokens in
auth statusto avoid stale token_status - fix: make the --fields and --excludes flags work across all commands
Full Changelog: https://github.com/rimoapp/cli/blob/main/CHANGELOG.md
v1.0.0
Rimo CLI v1.0.0
rimo, the command-line interface for the Rimo Voice
platform — read meeting notes, search by keyword or meaning, and get
AI-synthesised answers from your terminal or AI agent.
✨ Features
Authentication
rimo auth login— browser-based login (loopback + PKCE);--no-browserfor headless / SSH- Tokens stored in the OS keyring (macOS Keychain / Linux secret service / Windows credential manager)
auth status/logout/switch— manage multiple accounts and organizations
Notes
rimo note list— notes you own;--attendedfor notes you participated in (cursor-paginated)rimo note get <id>— metadata,--transcript,--document,--full,--list-documents,--document-idrimo note search <query>— semantic by default;--mode=filterfor keyword search with content-type narrowingrimo note ask <question>— streamed AI answer with cited source notes
MCP server
rimo mcp— stdio MCP server exposing read-only note operations to Claude Code and other MCP clients
Output & ergonomics
- JSON-first output everywhere (errors always JSON)
--fields/--excludesto shape large responses- Multi-account routing with
--account rimo upgrade— self-update over HTTPS, checksum-verified
📦 Install
curl -fsSL https://rimo.app/cli/install.sh | shOr download an archive below and verify against checksums.txt.