Releases: vecnode/droidcli
Releases · vecnode/droidcli
Release list
droidcli 0.1.0
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_peerorlaunched_processpeer via config orPOST /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_corelibrary target, andDROIDCLI_*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.