Releases: anthaathi/Pico
Releases · anthaathi/Pico
Release list
v1.12.0
v1.11.0
v1.10.1
v1.10.0
v1.9.0
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
v1.8.0
pi-ui: v1.8.0
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...