Skip to content

Releases: k-l-lambda/anthroid

v0.10.5 - Quick Send Candidates

10 Jan 15:26

Choose a tag to compare

Release v0.10.5 - Quick Send Candidates

Features

  • Quick send candidates: frequently used short messages shown as clickable chips
  • Keyboard-triggered display with frequency tracking (threshold: 5 uses)
  • Voice input prefix stripping for accurate tracking

UI Improvements

  • Mic button moved inside input box (left-aligned)
  • Overlay banner smooth scrolling with linear interpolator
  • Recording indicator changed from red to green

v0.10.2 - Fix tool card color bug

09 Jan 04:46

Choose a tag to compare

What's New in v0.10.2

Bug Fixes

  • Fix tool card color bug: Successful tools were incorrectly showing red/error color instead of green

    • Root cause: TextDelta handler was setting isError=true for all streaming tools
    • Now correctly lets MCP onToolComplete callback set the actual status
  • Fix duplicate tool execution in CLI mode: Tools like bash were being executed twice

    • CLI mode now properly skips local execution since MCP server handles all tools
    • Prevents duplicate side effects from tool calls

New Features

  • Add read_terminal MCP tool: Read current terminal session content

    • Useful for observing long-running command output
    • Supports session_id and max_lines parameters
  • Expose 11 implemented tools via MCP (total MCP tools: 43)

    • list_apps, get_app_info, send_intent
    • read_clipboard, write_clipboard
    • geocode, reverse_geocode, get_location
    • query_calendar, add_calendar_event
    • query_media

Installation

Download anthroid-0.10.2.apk and install on your Android device.

v0.10.1

08 Jan 13:23

Choose a tag to compare

Changes

  • Add https_proxy support to WebSearch SerpAPI tool
    • Checks https_proxy/HTTPS_PROXY/http_proxy/HTTP_PROXY environment variables
    • Uses bundled HttpsProxyAgent module (same as WebFetch)
    • Enables WebSearch to work behind corporate proxies

Full Changelog

v0.10.0...v0.10.1

v0.10.0 - AskUserQuestion Tool

08 Jan 04:25

Choose a tag to compare

What's New

AskUserQuestion Tool Support

Claude can now ask you multiple-choice questions during conversations to:

  • Clarify ambiguous instructions
  • Get your preferences on implementation choices
  • Make decisions during task execution

The tool displays a native Android dialog with question text, options, and optional "Other" input.

Basic Tools Settings

New settings category for managing the app environment:

  • Restore Scripts: Restore set_wrapper and set_renv to bin
  • Backup Configuration: Backup wrapper and CLAUDE.md as .bak files
  • Re-Bootstrap: Delete usr directory with 2-step confirmation

Bug Fixes

  • Fixed answer key mismatch in ask_user_question tool (MCP server)
  • Fixed RadioButton tracking for nested layouts
  • Fixed "child already has parent" crash in question dialog

Downloads

  • anthroid-app_apt-android-7-release_universal.apk - Universal APK

v0.9.1

07 Jan 11:18

Choose a tag to compare

Fix tool error status preservation in conversation history. Failed tools now show red when resuming from history.

Changes:

  • Fix tool error status parsing from JSONL (two-pass parsing for tool_use/tool_result)
  • Reduce APK size from 202MB to 178MB (removed x86/x86_64 architectures)
  • Update terminal settings UI text (Termux instead of Anthroid)
  • Set versionCode=9001, versionName=0.9.1

v0.9.0 - WebSearch & WebFetch improvements

07 Jan 07:33

Choose a tag to compare

WebSearch with SerpAPI, WebFetch proxy parameter, utility scripts

v0.8.0 - Screen Automation Overlay

05 Jan 10:51

Choose a tag to compare

What's New

Screen Automation Overlay

  • Floating banner appears when Claude works outside the app (launching other apps, UI automation)
  • Streaming text shows real-time agent status and responses
  • Stop button to cancel operations at any time
  • Auto-hides after task completion (tap banner to return to Anthroid)

Improvements

  • Fixed overlay timing and initial state issues
  • Overlay only shows when leaving the app (not during in-app conversations)
  • Added Screenshot and Screen Tap/Swipe tools
  • Fixed set_wrapper: inaccessible or not found error on first install

Requirements

  • Android 7.0+ (API 24)
  • ARM64 device
  • Overlay permission (Draw over other apps) for automation features

v0.7.1 - Markdown Rendering & UI Polish

03 Jan 08:22

Choose a tag to compare

What's New

Markdown Rendering

  • Rich text display for assistant messages
  • Tables render with proper formatting
  • Strikethrough, bold, italic support
  • Clickable links (auto-linkify URLs)

UI Improvements

  • Light blue user message bubbles (#E3F2FD)
  • Better visual distinction between user and assistant messages

QR Code Enhancement

  • Scanned text automatically copied to clipboard
  • Toast notification "Copied to clipboard"

Documentation

  • README rewritten to emphasize AI agent capabilities
  • PLAN.md updated with completed phases

Files Changed

  • MessageAdapter.kt - Markwon integration with TablePlugin
  • colors.xml - Light blue user message colors
  • CameraCaptureActivity.kt - Clipboard copy on QR scan
  • build.gradle - Added ext-tables dependency

Full Changelog

v0.7.0...v0.7.1

v0.7.0 - Voice Input & QR Scanning

03 Jan 02:34

Choose a tag to compare

What's New

Voice Input (Phase 7)

  • Offline speech recognition using sherpa-onnx with SenseVoice model
  • Supports Chinese, English, Japanese, Korean, Cantonese
  • Press-and-hold mic button for voice input
  • ASR model downloadable from Settings (239MB)
  • Loading indicator during model initialization

QR Code Scanning

  • QR scan mode in camera UI with viewfinder overlay
  • Instant text insertion upon QR detection
  • Viewfinder-style scan icon in bottom controls

Other Improvements

  • sshpass component added to Settings > Components
  • makeInstallCommand() helper for Termux package installation
  • Fixed pkg install dependency errors

Download

  • anthroid-v0.7.0-arm64.apk - APK for arm64 devices

Note

Voice recognition model (SenseVoice, 239MB) must be downloaded separately from Settings after installation.

Model Files

02 Jan 12:05

Choose a tag to compare

ASR model files for voice recognition