Skip to content

Releases: unclehowell/datro

PirateClaw v0.0.1.26 - STP Routing

22 Apr 18:11

Choose a tag to compare

Spanning Tree Protocol based LLM routing with proxy discovery

UI v1.0.3

19 Apr 03:33

Choose a tag to compare

[1.0.3] - 2026-04-19

Changed

  • Animated gif updated to agent.gif

UI v0.0.1.02

19 Apr 02:32

Choose a tag to compare

[1.0.2] - 2026-04-19

Added

  • Guacamole auto-login via API token on page load and Home tab

UI v0.0.1.14

19 Apr 02:17

Choose a tag to compare

Fixed:

  • Removed Oakesy nav item
  • Gif (top pane): centre-aligned, height fills iframe pane
  • Media tab: loads ai.financecheque.uk/jellyfin/
  • Brain tab: loads ai.financecheque.uk/paperclip/
  • Stats tab: loads ai.financecheque.uk/netdata/
  • All tab URLs updated from command.financecheque.uk to ai.financecheque.uk

PirateClaw v0.0.1.15

22 Apr 15:42

Choose a tag to compare

PirateClaw sub-proxy with local Qwen2.5 LLM fallback

PirateClaw v0.0.1.14

19 Apr 07:37

Choose a tag to compare

  • install.sh: version fetch correctly strips pirateclaw- prefix
  • Dashboard chat: overflow fix, animated agent icon
  • Whitepaper: theme aligned with main site CSS vars

PirateClaw v0.0.1.13

19 Apr 05:08

Choose a tag to compare

[0.0.1.13] - 2026-04-19

Fixed

  • install.sh: gif now renders synchronously above menu text (no background loop interleaving with prompt)
  • install.sh: removed duplicate VERSION fallback line; default bumped to 0.0.1.12
  • install.sh: removed auto-update cron (was re-appearing); updates via WebUI only
  • install.sh: watchdog cron now writes watchdog.py to disk and calls it — fixes 'bad minute' crontab error caused by inline python3 -c multiline string

PirateClaw v0.0.1.12

19 Apr 05:05

Choose a tag to compare

[0.0.1.12] - 2026-04-19

Fixed

  • subproxy: add find_tmux_session() — checks pirateclaw-, llmproxy-, and bare session names
  • subproxy: query_kiro_tmux and query_cli_tmux now use find_tmux_session so llmproxy-kilo, llmproxy-opencode etc. are discovered and used
  • subproxy: get_ordered_tools includes tools with any running tmux session even if binary not in PATH

PirateClaw v0.0.1.11

19 Apr 04:57

Choose a tag to compare

[0.0.1.11] - 2026-04-19

Fixed

  • install.sh: gif now loops in background alongside menu text; stops immediately on user input; rendered at 50% size (40x20 chars)
  • install.sh: version fetch default bumped to 0.0.1.10; regex matches 4-part semver tags
  • dashboard/server.py: parent proxy tried FIRST (has API keys), local subproxy second — fixes 'All providers unavailable' when local CLI tools not installed
  • dashboard/server.py: hermes_chat → llm_fallback → parent proxy (Mistral/Groq/Gemini via CF worker secrets) ensures response always arrives

PirateClaw v0.0.1.10

19 Apr 04:33

Choose a tag to compare

[0.0.1.10] - 2026-04-19

Changed

  • Version format: now uses 4-part semver (0.0.X.Y) for pirateclaw branch
  • dashboard chat: iframe height now matches gif natural height (max 200px, no fixed 50%)
  • subproxy: requests forwarded to remote machines via parent proxy include chat_only=true — remote sub-proxies skip agentic tmux execution and respond conversationally only; local machine retains full agentic capability