Skip to content

Releases: unitedbyai/droidclaw

v0.5.3

25 Feb 14:48

Choose a tag to compare

  • Fix: stop button from Android not working for web-started goals
  • Fix: make drizzle migrations idempotent for pushed schema changes
    fix message
  • Fix: send goal_scheduled instead of goal_completed when scheduling
  • support QSTASH_URL for local dev and custom endpoints
  • Fix: fix retry status cycling and QStash fallthrough path
  • add scheduled goal UI with clock icon, tooltip, and cancel
  • add cancelScheduledGoal API command
  • add QStash callback and cancel endpoints
  • schedule goals via QStash in pipeline
  • extend classifier to detect scheduled goals
  • add QStash client module
  • add scheduled goal columns to agentSession schema

v0.5.2

25 Feb 11:46

Choose a tag to compare

  • add recents and split-screen actions
  • Fix: simplify onboarding checklist and auto-open pairing modal
  • Fix: correct GitHub repo URL in onboarding checklist
  • add shadcn UI components, hooks, and utils
  • Fix: prevent sidebar from scrolling with main content
  • Fix: use app.droidclaw.ai domain for OG image URLs

v0.5.1

23 Feb 19:55

Choose a tag to compare

  • Fix: return success instead of error for already-activated licenses
  • Fix: send step updates to device overlay for web-initiated goals

v0.5.0

23 Feb 19:28

Choose a tag to compare

  • add Investigate & Fix for post-mortem session analysis
  • Fix: encode subject/body in compose_email mailto URI and prompt LLM to tap Send
  • Fix: fetch remote tags in release script before generating notes

v0.4.1

23 Feb 18:38

Choose a tag to compare

  • Fix: encode email subject and body into mailto URI query params

v0.4.0

23 Feb 16:50

Choose a tag to compare

  • Fix: correct dashboard URL to app.droidclaw.ai and make it clickable
  • add screenshot action using GLOBAL_ACTION_TAKE_SCREENSHOT
  • show LLM setup banner on devices page when unconfigured
  • Fix: use per-route auth middleware on pairing routes
  • replace API key onboarding with OTP pairing + self-host toggle
  • replace free-text model input with provider-specific dropdown
  • add Pair Device button and OTP modal to devices page
  • add pairing API client for OTP flow
  • add OTP pairing create/claim/status endpoints
  • add pairing_code table for OTP device pairing
  • Refactor: separate voice transcription key from user LLM config
  • add setup checklist and example goals for onboarding
  • Redesign: Google Account-style card layout with Solar icons
  • Refactor: use SvelteKit enhance() for create and delete forms
  • Refactor: use SvelteKit enhance() for optimistic config update
  • Fix: duplicate devices, content width, and settings refresh
  • Fix: reset goal status to idle after completed/failed
  • Fix: move tap handling from Compose to touch listener
  • Fix: restore drag by consuming ACTION_DOWN in touch listener
  • Refactor: route pill taps through Compose callbacks instead of touch listener
  • Fix: address code review feedback on pill widget
  • Refactor: rewrite pill widget from circle to text-based pill
  • auto-connect, assistant invocation, suggestion cards, and onboarding assistant step
  • add overlay command panel, dismiss target, vignette, voice integration, and theme updates
  • Fix: address critical review issues in voice overlay
  • add RECORD_AUDIO runtime permission handling
  • wire voice recording and transcript into ConnectionService
  • expand AgentOverlay with voice mode state machine
  • add voice overlay UI with transcript and action buttons
  • add animated gradient border composable
  • add VoiceRecorder with AudioRecord PCM streaming
  • add voice protocol models and overlay mode enum
  • wire voice messages into device handler
  • add voice session handler with Groq Whisper STT
  • add voice overlay protocol types
  • make battery optimization permission optional
  • replace get started button with open dashboard link
  • add APK download links and launch banner across site, web, and README
  • Fix: update email sender name and switch to production Polar checkout link
  • Fix: handle Polar activation limit gracefully + switch checkout to command pattern

v0.3.1

18 Feb 17:41

Choose a tag to compare

  • Tap the floating overlay button to return to the app from anywhere