Skip to content

v0.2.0 — Solana-aware terminal + Browser Bridge + ClawdHub gateway console

Latest

Choose a tag to compare

@x402agent x402agent released this 30 Apr 18:24
· 416 commits to main since this release

🦞 OpenClawd v0.2 is here.

What shipped

Solana-aware terminal

  • @openclawdsolana/clawd-tui@0.2.1 — paste any Solana mint and get a live Birdeye + Helius DAS card before the agent wakes up. Eleven new slash commands: /trending, /search, /wallet, /portfolio, /networth, /asset, /assets, /nfts, /holders, /sigs, /balance. Auto-loads BIRDEYE_API_KEY + HELIUS_API_KEY from ./.env, ~/.clawd.env, or ~/.config/openclawd/.env. Writeup.
  • @openclawdsolana/clawd-code-cli@0.2.3 — full Ink/React agent operator. Bin renamed clawdclawd-code (breaking) so clawd-tui can own the short name.

Browser Bridge (Chrome MV3)

chrome-extension/openclawd-chrome-extension/ — three subsystems in one service worker:

  • CDP relay — bridge chrome.debugger to a local OpenClawd
  • Gateway client — right-click any Solana address → live token card via the gateway HTTP API
  • Solana agent wallet — Ed25519 + AES-GCM keystore, PBKDF2 310k, 15-min auto-lock, signs Solana txns inside the extension

Gateway HTTP server

gateway/src/http.ts — Node built-in http, no deps. Routes:

  • GET /health · /api/token/overview · /api/wallet/portfolio
  • POST /api/wallet/submit · /api/wallet/swap/build
  • GET /api/agent/runtime · /api/agent/skills · POST /api/agent/text · /api/agent/clone · GET /api/helius/asset

Lazy-loads from /src for the agent routes with per-module fault isolation. Run npm --prefix gateway run http.

ClawdHub /console route

clawdhub/src/routes/console.tsx — TanStack Start dashboard wired to the gateway HTTP API. Live token cards, wallet portfolios, agent skill registry, lobster animations. Deployed at https://hub.solanaclawd.com/console.

Plugin SDK + Gateway

  • @openclawdsolana/plugin-sdk@1.1.1 — fixed missing files in the v1.1.0 tarball
  • @openclawdsolana/chat-plugins-gateway@1.9.1 — depends on the corrected SDK

Percolator (perps CLI)

  • @openclawdsolana/percolator@1.0.1 — agentic perpetuals CLI for Solana. 31 subcommands. Added the missing encodeInitMarket ABI encoder + declared @solana/spl-token and zod deps that were silently missing.

pAGENT family (4 of 6 published)

  • @openclawdsolana/pagent-page-controller@1.6.3
  • @openclawdsolana/pagent-llms@1.6.3
  • @openclawdsolana/pagent-core@1.6.4
  • @openclawdsolana/pagent-ui@1.6.4just published

Behind the scenes

  • /src services — built openrouter, jupiter, memory, pumpfun, helius, birdeye services so src/agents/runtime.ts works end-to-end
  • ClawdHub Convex moved to third-bobcat-386. Theme overlay normalizes the palette.
  • Brand sweep complete — 50+ files updated; Solana the chain preserved.

Try it

npm i -g @openclawdsolana/clawd-tui
clawd
> So11111111111111111111111111111111111111112    # paste a mint, get a card

Full details in RELEASE.md.

🦞 The shell molts. The laws do not.