Skip to content

Releases: rimo/cli

v1.2.1

Choose a tag to compare

@rimo-github-actions rimo-github-actions released this 30 Jun 09:04

What's Changed

✨ New Features

  • Personal API key authentication — set RIMO_API_KEY to use the CLI without a browser login
  • rimo note search — filter by team, date range, participant, and note tag
  • rimo note get --meeting-chat — fetch the in-meeting chat (Zoom / Google Meet)

🐛 Bug Fixes

  • rimo mcp now marks note_ask and note_semantic_search as read-only

Full Changelog: https://github.com/rimo/cli/blob/main/CHANGELOG.md

v1.2.0

Choose a tag to compare

@rimo-github-actions rimo-github-actions released this 24 Jun 08:30

What's Changed

✨ New Features

  • Claude Code plugin (rimo) — install the agent skill in one command
  • rimo note list — new --team and date-range filters (--since / --until / --updated-since)

Full Changelog: https://github.com/rimo/cli/blob/main/CHANGELOG.md

v1.1.0

Choose a tag to compare

@rimo-github-actions rimo-github-actions released this 18 Jun 04:54

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

Choose a tag to compare

@rimo-github-actions rimo-github-actions released this 08 Jun 07:00

What's Changed

🐛 Bug Fixes

  • fix(auth): refresh tokens in auth status to 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

Choose a tag to compare

@rimo-github-actions rimo-github-actions released this 01 Jun 21:10
ffdb624

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-browser for 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; --attended for notes you participated in (cursor-paginated)
  • rimo note get <id> — metadata, --transcript, --document, --full, --list-documents, --document-id
  • rimo note search <query> — semantic by default; --mode=filter for keyword search with content-type narrowing
  • rimo 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 / --excludes to 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 | sh

Or download an archive below and verify against checksums.txt.