Skip to content

Releases: vecnode/droidcli

Release list

droidcli 0.1.0

Choose a tag to compare

@vecnode vecnode released this 15 Jul 08:22
bed3e6f

First release of droidcli — a headless CLI agent daemon with a default FTXUI terminal dashboard, replacing the old windowed metaagent app entirely.

Highlights

  • Agent daemon + TUI: a chat panel wired to a bounded Ollama tool-calling loop (POST /api/agent/turn), plus connector/task/log panels.
  • Generic connectors: register any http_peer or launched_process peer via config or POST /api/connectors — no hardcoded peer apps.
  • Persistent task queue, one-shot shell command execution (POST /api/run), and PID-tracked process control.
  • Ollama setup flow: detects install/running state, can auto-install (winget) and auto-start Ollama, and offers an interactive model picker in-chat.
  • Bearer-token auth required on the whole HTTP API by default (auto-generated and printed at startup if not configured) — no unauthenticated shell execution surface.
  • Apache 2.0 licensed; full internal rename to the droidcli:: namespace, droidcli_core library target, and DROIDCLI_* env vars.

This replaces the earlier "agent core 0.2.0" release, which described the now-removed windowed metaagent app — versioning restarts at 0.1.0 to reflect the ground-up rewrite into a CLI agent daemon.