Doan Bac Tam
0c0367ea88
feat(agents): native Xiaomi MiMo Code support ( #6239 )
...
* feat(agents): native Xiaomi MiMo Code support
Add mimo-code TUI agent (detect mimo, --prompt, --session resume).
Inject MIMOCODE_HOME overlay and /hook/mimo-code status plugin on mimo
launch when agent status hooks are enabled; restore via shell-ready
wrappers. Reuse OpenCode-family hook normalization in the listener.
SSH remote MiMo hook overlays are not included (local/daemon first).
Closes #6220
* fix(mimo): remirror overlay config idempotently
rmSync overlay config before mirror so a second mimo launch does not
hit EEXIST in mirrorEntry and fall back to the user MIMOCODE_HOME.
* review: harden mimo code support
Co-authored-by: Orca <help@stably.ai>
---------
Co-authored-by: Doan Bac Tam <24356000+doanbactam@users.noreply.github.com>
Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-06-24 00:17:49 -07:00
Jinjing
eddd78d5ba
Update mobile Android APK links to 0.0.15
...
Point README and in-app Android download links at the published mobile-android-v0.0.15 APK release.
2026-06-22 17:05:49 -07:00
Siddiqui Qamar
b51a995703
docs: update documentation to remove deprecated Gemini CLI references ( #5887 )
2026-06-20 02:26:32 -07:00
Jinjing
8da3f864b3
Update Android APK links to 0.0.14
...
Point Android APK links at the published mobile-android-v0.0.14 release.
2026-06-16 17:36:43 -07:00
Jinjing
b9b049ec7b
Update README to reflect correct tool names
2026-06-16 12:53:42 -07:00
Jinjing
b516108bde
Use generated README downloads badge
2026-06-16 11:09:40 -07:00
Jinjing
8b783274f2
Restore README downloads badge
2026-06-15 20:55:49 -07:00
Jinjing
87d905b8c3
Fix README downloads badge
2026-06-15 20:51:15 -07:00
Yang,Zhou
74e2c952f1
feat: add Devin CLI as supported TUI agent ( #5282 )
...
* feat: add Devin CLI as supported TUI agent
Register Devin across shared agent config, telemetry, desktop/mobile
catalogs, localization, and README. Uses stdin-after-start prompt
delivery with --permission-mode bypass default args.
* test: assert Devin default --permission-mode bypass in startup plans
2026-06-12 16:10:09 -07:00
Jinwoo Hong
dc8fdf65a3
Update Android mobile release links to 0.0.13
...
Point Android download links at the published mobile-v0.0.13 release.
2026-06-12 12:02:58 -07:00
Jinwoo Hong
0310b032bb
Redesign README for clarity and conversion ( #5244 )
...
Co-authored-by: Orca <help@stably.ai>
2026-06-11 22:48:41 -07:00
Jinjing
31f0f254eb
Tidy README badge layout
2026-06-10 12:03:21 -07:00
Jinjing
ce66cee37b
Use dynamic README metadata badges
2026-06-09 00:52:26 -07:00
Jinjing
6af5f0283c
Expand README feature list
2026-06-09 00:44:52 -07:00
Jinjing
010abc37b6
Refine README header metadata
2026-06-09 00:41:56 -07:00
Jinjing
e038cd818f
Simplify README header badges
2026-06-09 00:36:29 -07:00
Jinjing
e42cd250dc
Improve README badge layout
2026-06-09 00:29:57 -07:00
Jinjing
ae768f9fd7
Fix README stars badge rendering
2026-06-09 00:28:15 -07:00
Jinjing
ec083480da
Add README stars badge
2026-06-09 00:22:08 -07:00
Jinjing
2fd4f4e13e
Update README feature showcase hero
2026-06-09 00:13:44 -07:00
Jinjing
03c2532ae7
Update README demo gif
2026-06-08 23:08:34 -07:00
Jinwoo Hong
87ca65d395
Update mobile download links to 0.0.12
...
Point Android download links and related fixtures at the published mobile-v0.0.12 release.
2026-06-04 16:11:51 -04:00
Jinwoo Hong
8c6dae3345
Update mobile 0.0.11 release links ( #4440 )
...
Co-authored-by: Orca <help@stably.ai>
2026-06-01 21:42:38 -07:00
Jinjing
0aad7a8f15
Update mobile 0.0.10 APK download links
...
Point Android download links at the verified mobile-v0.0.10 APK asset.
2026-05-30 17:06:39 -07:00
Neil
ddbb6a1e7d
Update oxlint and oxfmt
2026-05-30 13:09:17 -07:00
Rajvardhan Patil
a00c96ff03
Add OpenClaude agent support
...
Adds OpenClaude as a distinct CLI agent across detection, launch, settings, status, hooks, orchestration, telemetry identifiers, notifications, and README badges. Installs OpenClaude hooks under its own ~/.openclaude config root, handles StopFailure API/model-error events so statuses clear correctly, and keeps OpenClaude tab/status icons distinct from Claude.
2026-05-30 02:46:28 -07:00
Jinwoo Hong
864dcb2330
Update mobile 0.0.10 release links
...
Point Android mobile download links at the published mobile-v0.0.10 release.
2026-05-28 14:36:40 -04:00
Borja
e510421699
Add Command Code as a supported CLI agent ( #2520 )
...
* Add Command Code as a supported CLI agent
Register Command Code (https://commandcode.ai ) across the agent
catalog, launch config, telemetry kind, agent-status icon record, and
settings search. Detection uses the full `command-code` binary rather
than the shorter `cmd` alias that `npm i -g command-code` also
installs — agent-process-recognition normalizes process names by
stripping `.exe`/`.cmd` extensions, so using `cmd` would collide with
Windows' built-in `cmd.exe` shell.
Closes #2083
* Complete Command Code agent registration
---------
Co-authored-by: Neil <4138956+nwparker@users.noreply.github.com>
2026-05-25 22:35:41 -07:00
Neil
ab80339158
Fix shell-launched OMP status hooks ( #2821 )
...
* Fix shell-launched OMP status hooks
* Update oh-my-pi branding
* Add OMP to mobile agent metadata
2026-05-25 22:20:15 -07:00
formatme
efd75da5d6
Add OMP as first-class TUI agent
...
Adds OMP as a first-class TUI agent and keeps Pi/OMP overlay state isolated across local and relay PTY paths.\n\nValidated locally with focused Vitest coverage, typecheck, lint, git diff --check, and Electron manual verification using installed omp (omp/15.3.2).
2026-05-25 18:35:48 -07:00
Jinwoo Hong
d2d181b753
Update mobile 0.0.9 release links
...
Point Android download links at the published mobile-v0.0.9 release.
2026-05-23 03:24:23 -04:00
Neil
8afdbea256
Add Antigravity agent support ( #2389 )
2026-05-19 20:24:06 -07:00
Jinwoo Hong
7d236066f4
Update mobile 0.0.8 release links
...
Point the README and desktop Mobile settings Android download links at the published mobile-v0.0.8 release.
2026-05-18 03:03:01 -04:00
Brennan Benson
55c5e82e09
Update README hero media ( #2179 )
2026-05-17 16:30:59 -07:00
Jinjing
df44d8aff1
chore: ignore ephemeral docs ( #2004 )
2026-05-15 18:09:21 -07:00
Neil
e7f3bb6034
Add Grok agent support
2026-05-15 13:52:39 -07:00
Jinjing
39b8c5026a
docs: add Korean README ( #1905 )
2026-05-15 00:20:13 -07:00
Jinwoo Hong
8e4806315e
docs: pin Android mobile release link ( #1851 )
...
Co-authored-by: Orca <help@stably.ai>
2026-05-14 11:17:57 -07:00
Neil
a2ae62fccd
Rename mobile README showcase asset
...
Rename the mobile companion showcase files to ensure GitHub renders the updated background asset.
2026-05-13 18:36:09 -07:00
Neil
58e5e5dc19
Polish mobile README showcase
...
Update the mobile companion README copy, download text, translations, and showcase media.
2026-05-13 18:28:36 -07:00
Neil
c713c81eb3
Rename showcase tile to Native Search
...
Rename Keyboard Native to Native Search in README showcase and translations.
2026-05-13 18:16:57 -07:00
Neil
915e177783
Add Linear and mobile README showcase
...
Add Linear to the README feature showcase, add mobile companion download links, and update translated READMEs.
2026-05-13 18:12:54 -07:00
Neil
e68468d403
Update usage tracking showcase title
...
Rename the showcase tile to Account Switcher & Usage Tracking and update translated README labels.
2026-05-13 15:37:25 -07:00
Neil
39f0779da7
Improve README feature showcase
...
Add a responsive GIF-first feature showcase to README files and update translations.
2026-05-13 15:18:55 -07:00
Jinjing
6782823a90
docs: add agent statuses section to READMEs
...
Co-authored-by: Orca <help@stably.ai>
2026-05-12 01:18:27 -07:00
Neil
479f5c488d
chore: move Autohand Code listing after Auggie in READMEs and agent catalog
...
Co-authored-by: Orca <help@stably.ai>
2026-05-05 00:27:36 -07:00
Igor Costa
38b77afb8d
Add Autohand Code agent support ( #1382 )
2026-05-05 00:25:37 -07:00
Brennan Benson
26a51a1d56
feat(telemetry): PR 3 — first-launch UX + Privacy pane; flip transport flag ( #1385 )
...
Co-authored-by: Orca <help@stably.ai>
2026-05-04 20:46:21 -07:00
Neil
9f1ccf44d0
fix(readme): correct Kimi CLI link and swap Anthropic favicon for Claude glyph ( #1405 )
...
Co-authored-by: Orca <help@stably.ai>
2026-05-04 13:21:56 -07:00
Neil
e7619b7334
fix(readme): replace Droid favicon with local black-bg SVG ( #1404 )
...
Co-authored-by: Orca <help@stably.ai>
2026-05-04 13:11:24 -07:00