Skip to content

Releases: anthaathi/Pico

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 04:30
6a87a61

1.12.0 (2026-04-01)

Features

  • release unified stream and tool result improvements (c06ee76)

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 14:44
3d4f59d

1.11.0 (2026-03-30)

Features

  • improve agent message tool rendering (be0caf7)

Bug Fixes

  • install.sh skips releases without artifacts, falls back to previous (1df6e5f)
  • redirect dim output to stderr in fetch_latest_tag (b8b8f21)
  • silently skip releases without artifacts (16d9eb1)
  • smooth tool call animations (c9e69cc)

v1.10.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 08:12
c94ba89

1.10.1 (2026-03-30)

Bug Fixes

  • inject node directory into PATH when running pi binary (415ada9)

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 07:29
d3286bf

1.10.0 (2026-03-30)

Features

  • show actual server version in settings from /version endpoint (3aaf6ef)

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 07:05
b648adb

1.9.0 (2026-03-30)

Features

  • add [paths] config for node/npm/pi binary resolution (e7250b6)
  • release-please bumps Cargo.toml version for pi-server binary (bae6172)
  • rename app to Pico with new otter logo (7794316)
  • set web title to Anthaathi Pico, sync app.json version, bump via release-please (1623b8d)

Bug Fixes

  • remove pi-ui prefix from release tags (dc150ba)
  • use login shell wrapper for systemd/launchd services (7690212)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 03:56
c785d61

1.8.0 (2026-03-30)

Features

  • full inline subagent viewer with markdown, model info, and contentIndex fix (a22a2da)
  • message list UX improvements (03aa773)

Bug Fixes

  • install.sh tracks release version in .version file (67e8da7)

pi-ui: v1.8.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 04:47
ebad7a6

1.8.0 (2026-03-30)

Features

  • add 'Open in GitHub/GitLab' button in mobile header for git repos (24ecbc2)
  • add chat mode and improve mobile message rendering (2a5de06)
  • add Chat/Tools toggle in toolbar for chat mode (8bb1e16)
  • add CI/CD pipeline with lint, release-please, EAS update, and APK build (c8d2403)
  • add clipboard panel for pasting text to remote desktop (7811f95)
  • add custom models settings UI, pi agent update section, runtime status (70eb43a)
  • add desktop mode with VNC viewer (c7db6ce)
  • add Drag Viewport toggle to VNC menu (3a59191)
  • add one-line curl install script for pi-server (c547da4)
  • add Open in GitHub/GitLab button to desktop header bar (345bb91)
  • add session previews and per-session streaming (9eb9470)
  • add shared UI components (Select, Portal, BottomSheet) and diff panel (8469b9c)
  • add VS Code-style tasks system with auto-detection (2f79e36)
  • added agent modes, download button (#21) (129c6a7)
  • auto-resizing prompt input with expand/collapse button (83b7ede)
  • bundle web into rust binary, add init command, CI, UI fixes (8729df3)
  • context usage ring next to send button (ae61473)
  • default init username to OS username instead of admin (60e3b63)
  • desktop: add remote desktop mode with noVNC (9f3811b)
  • desktop: move to new native vnc render pipeline (#18) (5f4cc68)
  • edit/write diffs open in bottom sheet on mobile (7706d04)
  • expand agent session and workspace flows (68768df)
  • full inline subagent viewer with markdown, model info, and contentIndex fix (a22a2da)
  • group consecutive read tool calls as 'Read N files' in message list (1e83dba)
  • improve remote session handling (db44aef)
  • install to ~/.pi/ui and offer background service setup (1e24e2a)
  • message list UX improvements (03aa773)
  • multiple git remotes + nested repo discovery (3 levels deep) (a83d6d7)
  • optimize stream events, add server restart handling, improve UX (f5140b0)
  • organize the server (abea01c)
  • release-please bumps Cargo.toml version for pi-server binary (bae6172)
  • removed random file (a2fe4c8)
  • rename app to Pico with new otter logo (7794316)
  • rewrite install script as production-quality installer (19fb44a)
  • session_state streaming events, hideActions on non-last assistant messages, subagent progress types, remove placeholder UI (ddac1b6)
  • set web title to Anthaathi Pico, sync app.json version, bump via release-please (1623b8d)
  • show 'Explored N files' for grouped reads, non-expandable (e73c218)
  • show GitHub/GitLab logos in repo buttons + strip credentials from remote URLs (ba732b0)
  • show slash commands on mobile with builtin /chat /plan /compact fallbacks (587fd3f)
  • smooth animations for messages and tool call expand/collapse (f2dce2b)
  • tap context ring to show usage tooltip with used/free/total (8d928fc)
  • turn-complete banner with session name, haptic feedback, and useTurnEnd hook (79781b5)

Bug Fixes

  • 'Open in GitHub' label instead of just 'GitHub' (6c57a3f)
  • add 3-retry logic to agent config loading with error state in toolbar (01443c9)
  • add KeyboardAvoidingView to native VNC viewer (0e3d6d5)
  • align context ring with send button, thicker 3px stroke (c98fe7d)
  • always compute diff ops eagerly, no expanded/sheetOpen gate (30be16c)
  • always open bottom sheet on tap, don't gate on hasData (ae024c5)
  • auto-reconnect global and session streams (57d98c5)
  • auto-refresh token on API 401 (prompt/steer/abort/etc) (54c7393)
  • auto-refresh token on SSE auth error and reconnect stream (980a269)
  • compute diff ops when bottom sheet opens, not just on inline expand (8b5b8e0)
  • context usage = input + cacheRead + cacheWrite (exclude output tokens) (d2529cc)
  • context usage = input + output (cache tokens are subsets of input) (6cbedde)
  • context usage includes input + output + cache tokens (ec2510e)
  • correct context usage = input + cacheRead + cacheWrite + output (cbece95)
  • desktop fullscreen not working in mobile app (5fd9d4c)
  • desktop layout Stack navigator blocking cross-route replace (cd4345a)
  • edit/write collapsed by default on mobile, tap opens bottom sheet (ec0fc6c)
  • focus prompt input on Cmd/Ctrl+V paste on web (557216a)
  • full history reload after sleep/long disconnect (8bcfff7)
  • fullscreen now goes true edge-to-edge (66628d8)
  • give mobile diff sheet explicit height to prevent collapsed content (f1e6f20)
  • handle non-interactive TTY in installer (25ee9c6)
  • hide...
Read more

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 29 Mar 14:57
64efb02

1.7.1 (2026-03-29)

Bug Fixes

  • focus prompt input on Cmd/Ctrl+V paste on web (557216a)
  • prevent layout shift when toolbar shimmer transitions to real toolbar (70e8dd0)
  • speech recognition stale closures, session tracking, and VNC type fixes (0684e66)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 02:05
b205417

1.7.0 (2026-03-28)

Features

  • added agent modes, download button (#21) (129c6a7)

Bug Fixes

  • remove agent_end authoritative message replacement (#23) (31f1b6a)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 03:47
3c025b3

1.6.0 (2026-03-27)

Features

  • default init username to OS username instead of admin (60e3b63)
  • desktop: move to new native vnc render pipeline (#18) (5f4cc68)
  • removed random file (a2fe4c8)