Skip to content

Releases: omnideck-dev/cli

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 18:56
59720d9
Merge pull request #11 from omnideck-dev/tui-upgrade

upgrade to the TUI dashboard, better logs, and config changes

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 20:25
59904a3
v0.7.0

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 02:05
fix: engine selection when both Docker and Podman are installed on Mac

When both engines are detected, the TUI preflight now pauses and lets
the user toggle between them with [tab] before proceeding. Adds
--engine flag (docker|podman) for non-interactive and plain-mode installs.

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

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 02:49
2800951
feat: cross-platform CI matrix, Windows release, and Ollama host fixe…

v0.5.1 — Improved error handling, safer uninstall, and installable binaries

Choose a tag to compare

@github-actions github-actions released this 03 Jun 01:19
6652743

What's New

Installable binaries
Release archives now contain a binary named omnideck (previously omnideck-darwin-arm64, etc.), so you can extract directly to your PATH:

curl -L https://github.com/omnideck-dev/cli/releases/latest/download/omnideck-darwin-arm64.tar.gz | tar -xz -C /usr/local/bin

Better error messages from container operations
stop, rm, and related Docker/Podman commands now capture and surface the actual engine error output instead of swallowing it.

Config file warnings
If a config file exists but can't be parsed, the CLI now prints a warning instead of silently ignoring it.

Safer uninstall
safeRemoveAll now resolves symlinks before path validation, preventing a symlink pointing at / or /etc from bypassing the safety checks.

TUI picker fix
The instance picker now uses AltScreen and responds to window resize events, fixing layout issues on narrow terminals.

Bug Fixes

  • config show and config set now correctly propagate errors instead of ignoring the return value
  • Engine error output is included in wrapped error messages for stop/rm operations

Full changelog: v0.0.1...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 01:15
1bd7ed6
Release v0.5.0

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 02:06
15456ce
First release: defaults to ghcr.io/omnideck-dev/omnideck:latest