| v2.2.0 | ## [2.2.0] - 2026-07-20 > **Sign in with your SuperGrok or X Premium subscription, the newest OpenAI > models, and a security & logging hardening pass.** Adds xAI Grok as a full > provider with subscription sign-in, brings in the GPT-5.6 family, and tightens > credential handling in logs and `web_fetch`. Fully backward-compatible โ > existing provider setups, agent memory, and settings are unchanged. ### Added - **Sign in with Grok (xAI)** โ a new AI provider. Sign in with a SuperGrok or X | High | 7/21/2026 |
| v2.1.1 | > **Reasoning & message-delivery reliability hotfix for the latest Claude > models.** Fixes three issues that could surface on Claude Sonnet 5, Opus 4.8, > and other current models โ an API error during tool use, a failure when > Extended Thinking is on with a personal Anthropic API key, and the agent's > own text being dropped when it used a tool mid-reply. Fully backward- > compatible; no configuration or data changes. ### Fixed - Resolved an API error that could interrupt a Claude reply du | Medium | 7/3/2026 |
| v2.1.0 | > **Autonomous on-chain trading + richer chat.** v2.0 let the agent's burner > wallet spend USDC autonomously on paid (x402) endpoints; v2.1 extends that to > trading โ the burner can now swap tokens, convert held tokens back to USDC/SOL, > and place limit/recurring orders, all bounded by the same per-tx and daily caps, > with a single clean confirmation model. Telegram replies also gain optional rich > formatting. Fully backward-compatible: the burner is opt-in, so upgrading without > configur | High | 7/2/2026 |
| v2.0.0 | > **Major version bump.** Promoted from `v2.0.0-rc1` (tagged 2026-05-18) after on-device smoke test on Solana Seeker confirmed all four checklist items: install-over-1.10.0 preserves user memory, System screen reads `2.0.0 (20)` with SHA `54696d42`, Telegram round-trip, paid call via tripadvisor returns real data for $0.01 first try with no retry burn. > > The agent now has economic agency: it can hold and spend USDC autonomously on x402-protected paid HTTP endpoints, within user-configured per | High | 5/19/2026 |
| v1.10.0 | ### Added - **Graceful Node shutdown on user-initiated Stop (BAT-525)** โ tapping Stop Agent now triggers a bounded flush handshake (POST `/shutdown/flush` over loopback) before `killProcess()`. The `:node` side persists pending session summaries + dirty SQL.js writes within ~1.5s; Kotlin caps the wait at 2s. The last ~60s of `api_request_log` activity now survives user-Stop. Worst-case wall time 1750ms โค 2000ms outer budget; HttpURLConnection timeouts (250ms connect / 1500ms read) are the hard | High | 5/4/2026 |
| v1.9.0 | ### Added - **OpenAI Codex OAuth** โ sign in with a ChatGPT Plus/Pro subscription instead of a platform API key. Browser PKCE flow, Keystore-encrypted token storage, automatic token refresh, per-provider auth-type memory across provider switches (BAT-485, #316) - **Discord channel** โ run the agent on Discord as an alternative to Telegram. Gateway v10 WebSocket, full media/reactions/reply threading, channel abstraction layer so future channels plug in cleanly (BAT-483, #310) - **Custom AI Provi | Medium | 4/13/2026 |
| v1.9.0-rc6 | ## What's Changed * feat: OpenClaw parity port v2026.4.10 (BAT-488) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/322 * fix: OpenAI OAuth on Pixel 7 + fresh-install default (BAT-489) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/323 * fix: rename silent-reply sentinel to [[SILENT_REPLY]] (BAT-491) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/324 * fix(ai): stop priming the agent to write [[SILENT_REPLY]] in discussion (BAT-492) by @sepivip in https://github.c | Medium | 4/13/2026 |
| v1.9.0-rc4 | ## What's Changed * Onboarding redesign by @sepivip in https://github.com/sepivip/SeekerClaw/pull/320 * fix: graceful search fallback when no provider configured by @sepivip in https://github.com/sepivip/SeekerClaw/pull/321 **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.9.0-rc3...v1.9.0-rc4 | Medium | 4/10/2026 |
| v1.9.0-rc3 | ## What's Changed * fix(BAT-486): Codex SSE parser โ resolve output_index via item_id by @sepivip in https://github.com/sepivip/SeekerClaw/pull/319 **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.9.0-rc2...v1.9.0-rc3 | Medium | 4/7/2026 |
| v1.9.0-rc2 | **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.9.0-rc1...v1.9.0-rc2 | Medium | 4/7/2026 |
| v1.9.0-rc1 | ## What's Changed * feat: Custom AI Provider โ connect any OpenAI-compatible gateway (BAT-482) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/309 * feat: Discord channel support โ Gateway v10 + channel abstraction (BAT-483) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/310 * fix: Google Play SMS โ replace SEND_SMS with intent handoff (BAT-484) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/312 * refactor: Settings layout โ move Quick Setup, extract McpConfigScre | Medium | 4/7/2026 |
| v1.8.1 | **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.8.0...v1.8.1 | Medium | 4/3/2026 |
| v1.8.0 | ### Added - **Search Provider System** โ choose from 5 web search providers: Brave, Perplexity, Exa, Tavily, Firecrawl (BAT-481) - **Quick Actions** โ `/quick` command with inline keyboard buttons (#295) - **Multi-provider setup wizard** โ pick provider first, model second, Telegram last (BAT-478) - **Multi-provider QR import** โ supports OpenAI and OpenRouter credentials (BAT-471) - **Loop detection** โ detects repeated tool call patterns, 3 warnings then breaks at 5 (BAT-474) - **Context summ | Medium | 3/30/2026 |
| v1.8.0-rc3 | ## What's Changed * refactor: split main.js into focused modules + rename claude.js (#296) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/303 * refactor: shared UI components โ Phase B1 by @sepivip in https://github.com/sepivip/SeekerClaw/pull/306 * refactor: shared CardSurface + InfoRow โ Phase B2 by @sepivip in https://github.com/sepivip/SeekerClaw/pull/307 * refactor: shared Scaffold, Switch, divider colors โ Phase C by @sepivip in https://github.com/sepivip/SeekerClaw/pull/308 * | Medium | 3/29/2026 |
| v1.8.0-rc2 | ## What's Changed * fix: port ackMaxChars from OpenClaw to prevent heartbeat status leaks by @sepivip in https://github.com/sepivip/SeekerClaw/pull/302 **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.8.0-rc1...v1.8.0-rc2 | Medium | 3/28/2026 |
| v1.8.0-rc1 | ## What's Changed * security: harden js_eval sandbox + credential redaction (BAT-466) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/269 * security: emulator IP gate + crash config cleanup + analytics docs (BAT-467) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/270 * fix: prompt restart on provider/model/API key changes (BAT-468) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/271 * refactor: extract RestartDialog + fix AnthropicConfigScreen restart prompt (BAT-4 | Medium | 3/27/2026 |
| v1.7.0 | ### Added - **OpenRouter provider** โ access 100+ models through a single endpoint with prompt caching, model fallbacks, and freeform model input (BAT-447) - **Cron reliability improvements** โ ported from OpenClaw: zombie detection, missed job recovery, atomic file writes (BAT-461) ### Fixed - Setup token now works with Sonnet 4.6 and Opus 4.6 โ billing attribution fix (BAT-460) - Dashboard metrics relabeled as "Device Memory" / "Device Storage" for honesty (BAT-463) - Added "Last message: Xm | Low | 3/19/2026 |
| v1.7.0-rc2 | ## What's Changed * fix: remove dead OAuth usage polling (429 noise) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/268 **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.7.0-rc1...v1.7.0-rc2 | Low | 3/19/2026 |
| v1.7.0-rc1 | ## What's Changed * feat: OpenRouter provider โ JS adapter + streaming parser (BAT-447) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/260 * fix: settings screen UI polish (BAT-459) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/261 * fix: add billing attribution for setup token OAuth access (BAT-460) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/262 * feat: port OpenClaw cron reliability improvements (BAT-461) by @sepivip in https://github.com/sepivip/SeekerCla | Low | 3/18/2026 |
| v1.6.1 | ### Added - **Button styling** โ telegram_send buttons support "destructive" (red) and "primary" (blue) colors via Telegram Bot API 9.4 (BAT-439) - **Analytics opt-out** โ toggle in Settings to disable usage analytics ### Fixed - **Session auto-save** โ never worked since provider system shipped; empty system prompt block caused Claude API 400 on every attempt (BAT-448) - **Vision analysis** โ same empty prompt block bug broke image analysis - Bridge rate limiting for /contacts/add endpoint # | Low | 3/15/2026 |
| v1.6.1-rc1 | ## What's Changed * feat: Telegram Bot API 9.4 button styling (BAT-439) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/257 * fix: empty system prompt block breaks session summary + vision (BAT-448) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/258 **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.6.0...v1.6.1-rc1 | Low | 3/14/2026 |
| v1.6.0 | ### Added - **NFT Holdings** โ view NFTs (including compressed/cNFTs) in any Solana wallet via Helius DAS API (BAT-319) - **Cron agent turns** โ scheduled jobs can now run full AI turns, not just reminders (BAT-326) - **Temporal context** โ agent session awareness with conversation summaries for continuity (BAT-322) - **OpenClaw 2026.3.8 parity** โ 4 upstream features ported (BAT-359) ### Fixed - Heartbeat chat pollution suppressed when nothing needs attention - Background API calls no longer | Low | 3/12/2026 |
| v1.6.0-rc1 | ## What's Changed * fix: tool confirmation gates and Solana address validation (#207) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/243 * fix: gitignore key patterns + SILENT_REPLY audit logging (#212) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/244 * fix: SHA-256 verification + Zip Slip guard for nodejs-mobile (#204) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/245 * feat: temporal context awareness for agent sessions (BAT-322) by @sepivip in https://githu | Low | 3/10/2026 |
| v1.5.4 | ## What's Changed **New in v1.5.3:** - feat: add OpenAI provider support (BAT-315) โ multi-provider UI, Anthropic + OpenAI - feat: dynamic API key loading from agent_settings.json - feat: multi-provider adapter layer (Anthropic + OpenAI) - fix: secrets hardening โ 7 surgical security fixes (BAT-305) **Hotfix in v1.5.4:** - fix: R8 ProGuard rules for kotlinx.serialization โ resolves release APK crash on launch ("Serializer for class 'a' is not found") - ci: release candidate workflow โ `-rc` ta | Low | 3/7/2026 |
| v1.5.4-rc1 | **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.5.3...v1.5.4-rc1 | Low | 3/7/2026 |
| v1.5.3 | ## What's Changed * fix: secrets hardening โ 7 surgical security fixes (BAT-305) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/223 * feat: add OpenAI provider support (BAT-315) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/232 * feat: dynamic API key loading from agent_settings.json by @sepivip in https://github.com/sepivip/SeekerClaw/pull/239 * feat: multi-provider support (Anthropic + OpenAI) with provider-neutral UI (BAT-315) by @sepivip in https://github.com/sepivip/S | Low | 3/5/2026 |
| v1.4.3 | ## What's Changed * feat: skill export/import, images, labels & hardening by @sepivip in https://github.com/sepivip/SeekerClaw/pull/220 * feat: notify owner of missed messages on service restart by @sepivip in https://github.com/sepivip/SeekerClaw/pull/221 **Full Changelog**: https://github.com/sepivip/SeekerClaw/compare/v1.4.2...v1.4.3 | Low | 3/2/2026 |
| v1.4.2 | ## What's Changed * fix: OpenClaw parity 2026.2.26 (BAT-277) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/193 * fix: improve Telegram message formatting (BAT-278) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/194 * fix: strip HEARTBEAT_OK from heartbeat responses (BAT-279) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/196 * fix: include API error reason in user-facing messages (BAT-289) by @sepivip in https://github.com/sepivip/SeekerClaw/pull/197 * docs: bum | Low | 2/28/2026 |
| v1.4.1 | **First public release.** Everything below shipped across v1.0.0โv1.4.1 (293 commits, 185 PRs). ### Core - **On-device AI agent** โ Claude (Opus / Sonnet / Haiku) running 24/7 as an Android foreground service via embedded Node.js (nodejs-mobile, Node 18 LTS ARM64) - **56 tools** โ file I/O, shell exec, web search/fetch, device sensors, Solana transactions, MCP remote tools, and more - **35 skills** โ bundled YAML-frontmatter skills with semantic trigger routing, plus install-from-URL and Teleg | Low | 2/25/2026 |