Skip to content

v0.1.0 — first public release

Choose a tag to compare

@lodar lodar released this 16 May 15:21
· 239 commits to main since this release

First public release of 5dive-cli — a CLI for spawning and managing AI coding agents (Claude Code, Codex, Gemini, Hermes, openclaw, opencode) on a Linux host.

Quickstart: curl install.5dive.com | sudo bash

See CHANGELOG.md for the full v0.1.0 surface (CLI, dashboard, installer, telegram, docker, docs).

Highlights

  • 5dive agent create / 5dive agent send / 5dive agent ask — stand up and talk to agents on your own server.
  • 5dive ui — local dashboard with password auth + session cookies. Public bind refuses without auth.
  • 5dive init — interactive first-run wizard.
  • 5dive doctor — health check across types, units, and agent state.
  • Agent-to-agent messaging on the same host (drafter → reviewer → deployer flows).
  • Telegram channel with auto-discover, access policy, and an agent-side notify-user skill.

Compatibility

  • Linux (Ubuntu/Debian tested). Docker container available for non-systemd / non-root hosts (see docker/).
  • No telemetry. Your auth tokens never leave your host — see the README "Auth model" section.

Reporting issues