Releases: electather/seerr-cli
v0.8.0
Changelog
New Features
- 857d1ee: feat(mcp): add discover filters, new tools, and fix prompt parity (#89) (@electather)
Bug Fixes
- 1560f31: fix(mcp): replace SeerrAPIKeyMiddleware with MCPAuthMiddleware (#92) (@electather)
Other Changes
- 6214682: refactor(seerrclient): isolate generated API quirks behind an internal client layer (#90) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seerr-cli_0.8.0_<os>_<arch>.tar.gz
sudo mv seerr-cli /usr/local/bin/Windows
Extract the .zip archive and add seerr-cli.exe to your PATH.
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Changelog
New Features
- b35b259: feat(docker): add OCI image labels to published Docker images (#59) (@electather)
- 3ccfe66: feat(http): add default timeouts and graceful shutdown for MCP server/client (#77) (@electather)
- a848376: feat(mcp): add unauthenticated /health endpoint to HTTP server (#60) (@electather)
- d047d73: feat(mcp): simplify auth to single /mcp endpoint with optional api_key query param (#81) (@electather)
Bug Fixes
- 8aba3a7: fix(apiutil): normalize server URL before appending /api/v1 (#72) (@electather)
- b84920b: fix(config): show only last 4 characters of API key in config show (#78) (@electather)
- 94bc484: fix(mcp): redact route tokens and tenant keys from HTTP request logs (#73) (@electather)
- 39b0436: fix(search): use raw HTTP request in multi to avoid broken union-type unmarshal (#75) (@electather)
- e01aecf: fix(update): reject empty update payloads before calling API (#76) (@electather)
Documentation
- 42efa4b: docs(agent): fix AGENT.md metadata completeness and credential declaration (#58) (@electather)
- 7dee5a9: docs(readme): add AI disclosure section (#71) (@electather)
- e6b423d: docs(readme): add Claude web setup instructions with reverse proxy (#61) (@electather)
Other Changes
- 3a5e1cc: Chore: Add Relavant ai skills (#70) (@electather)
- 3658580: refactor: replace float32/number identifiers with integer types (#79) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seerr-cli_0.7.0_<os>_<arch>.tar.gz
sudo mv seerr-cli /usr/local/bin/Windows
Extract the .zip archive and add seerr-cli.exe to your PATH.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Changelog
New Features
- c4b0a94: feat(mcp): add resources, prompts, and missing tools (#49) (@electather)
- 80a792b: feat: tools annotations (#48) (@electather)
Documentation
- 258e9f7: docs: update issues template (#47) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seerr-cli_0.6.0_<os>_<arch>.tar.gz
sudo mv seerr-cli /usr/local/bin/Windows
Extract the .zip archive and add seerr-cli.exe to your PATH.
Full Changelog: v0.5.2...v0.6.0
v0.5.2
Changelog
Bug Fixes
- 3eed98c: fix(config): correct env prefix from SEER to SEERR (#46) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seerr-cli_0.5.2_<os>_<arch>.tar.gz
sudo mv seerr-cli /usr/local/bin/Windows
Extract the .zip archive and add seerr-cli.exe to your PATH.
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Changelog
Other Changes
- 0edb943: rename variables (#45) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seerr-cli_0.5.1_<os>_<arch>.tar.gz
sudo mv seerr-cli /usr/local/bin/Windows
Extract the .zip archive and add seerr-cli.exe to your PATH.
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Changelog
New Features
- 2278e6d: feat(config): make config set aware of MCP flags via single source of truth (@electather)
- eed6979: feat(config): restructure config file with nested sections and JSON schema (#40) (@electather)
- 7a9bfc0: feat(mcp): add structured logging via log/slog (#38) (@electather)
- 2c6b8f9: feat(mcp): enrich search results with genre names and full image URLs (#44) (@electather)
- b859fb4: feat(mcp): improve media_list tool for AI agents (#37) (@electather)
Other Changes
- a0d67fc: chore(github): add PR and issue templates (#39) (@electather)
- 13e1830: refactor: centralise API client and response helpers into cmd/apiutil (#43) (@electather)
- 3b8d218: refactor: rename Seer to Seerr throughout the codebase (#42) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seerr-cli_0.5.0_<os>_<arch>.tar.gz
sudo mv seerr-cli /usr/local/bin/Windows
Extract the .zip archive and add seerr-cli.exe to your PATH.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Changelog
New Features
- 5fbe905: feat(mcp): add multi-tenant HTTP mode, route-token, CORS, error visibility, and users_update tool (#35) (@electather)
- 1801ed9: feat(mcp): add route-token secret path and CORS support for HTTP transport (#34) (@electather)
Documentation
- e9ccd3e: docs(docker): document all env vars in docker-compose.yml (#36) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seer-cli_0.4.0_<os>_<arch>.tar.gz
sudo mv seer-cli /usr/local/bin/Windows
Extract the .zip archive and add seer-cli.exe to your PATH.
Full Changelog: v0.3.10...v0.4.0
v0.3.10
Changelog
Other Changes
- 4561aae: chore(ci): opt into Node.js 24 for GitHub Actions (#32) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seer-cli_0.3.10_<os>_<arch>.tar.gz
sudo mv seer-cli /usr/local/bin/Windows
Extract the .zip archive and add seer-cli.exe to your PATH.
Full Changelog: v0.3.9...v0.3.10
v0.3.9
Changelog
Other Changes
- f6241f6: ci(version): add native matrix docker build to version & release workflow (#29) (@electather)
- c7be14a: security: fix clawhub analysis findings (#31) (@electather)
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seer-cli_0.3.9_<os>_<arch>.tar.gz
sudo mv seer-cli /usr/local/bin/Windows
Extract the .zip archive and add seer-cli.exe to your PATH.
Full Changelog: v0.3.8...v0.3.9
v0.3.8
Changelog
Installation
macOS / Linux
# Download the archive for your platform, extract, and move to your PATH:
tar -xzf seer-cli_0.3.8_<os>_<arch>.tar.gz
sudo mv seer-cli /usr/local/bin/Windows
Extract the .zip archive and add seer-cli.exe to your PATH.
Full Changelog: v0.3.7...v0.3.8