Skip to content

Releases: unclehowell/datro

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 v1.0.2

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

v1.0.1 - UI fixes

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.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

PirateClaw v0.0.1

19 Apr 02:16

Choose a tag to compare

Initial release. PirateBay-style public site, BitTorrent WebUI localhost dashboard, Hermes agent integration, pirateclaw.datro.xyz domain.

LLM Proxy v1.0.0

19 Apr 02:17

Choose a tag to compare

Changelog

All notable changes to the LLM Proxy System will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.0.0] - 2026-04-16

Added

  • One-liner installer: curl -fsSL https://kiro.financecheque.uk/install.sh | sh
  • Child Dashboard (http://localhost:8080):
    • 💬 Chat tab - Direct chat with OpenCode
    • ⬇️ Apps tab - App store with install buttons
    • 📊 Status tab - Machine health monitoring
  • App Store flow:
    1. OpenCode (pre-installed)
    2. AWS Builder ID (oauth)
    3. Kiro IDE/CLI (requires AWS Builder ID)
    4. Kilo CLI
    5. Hermes Agent
  • Parent Dashboard (https://kiro.financecheque.uk/dashboard):
    • Network health overview only
    • No onboarding, no apps
  • OTA auto-updates via cron (every 5 minutes)
  • Semantic versioning on all endpoints

Security

  • API keys stored in Cloudflare Secrets, never in code
  • No secrets committed to repository

Fixed

  • Routing loop bug in worker.js
  • API fallback not triggering properly

[0.1.0] - 2026-04-15

Added

  • Initial Cloudflare Worker deployment
  • Sub-proxy deployment to AWS instances
  • Basic dashboard with health status

Migration Guide

From 0.x to 1.0

  1. Run the new one-liner to get latest installer
  2. Dashboard URLs changed:
    • Parent: https://kiro.financecheque.uk/dashboard
    • Child: http://localhost:8080
  3. Apps now installed via web UI, not CLI