This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Tags: Natfii/ZeroClaw-Android
Tags
fix(ci): update stale screen tests and skip emu tests on push-to-main ApiKeysScreenTest: add onCountAgentsForKey param, fix onDeleteKey signature. TerminalScreenTest: add streamingState and onCancelAgent params. CI: restrict screen-test and maestro-test jobs to pull_request events so they don't run (and fail) on direct pushes to main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: remove dead executeRhaiExpression and buildVisionExpression Both functions became unreachable after images were routed through the agent session FFI path instead of the Rhai send_vision bypass. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore: bump version to v0.0.28 Update all 4 version locations: - app/build.gradle.kts: versionCode 30, versionName 0.0.28 - lib/build.gradle.kts: publication version 0.0.28 - zeroclaw-ffi/Cargo.toml: 0.0.28 - zeroclaw-ffi/src/lib.rs: test assertion 0.0.28 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat(settings): add web fetch, web search, security, proxy, and embed… …ding settings Expand SettingsRepository with 40 new methods covering web fetch tool, web search tool, security sandbox/resources/audit/OTP/e-stop, Qdrant vector DB, embedding routes, query classification, and proxy config. New screens: EmbeddingRoutesScreen, SecurityAdvancedScreen. Updated all 3 test doubles with missing interface methods. Fix detekt ComplexCondition in ConfigTomlBuilder. Add scripts/lint-all.sh for local CI-equivalent lint+test runs. Make CI patch step resilient to missing patches directory. Add skip-emu-tests input to CI workflow for faster releases. Bump submodule to latest upstream (patches no longer needed). Bump version to v0.0.27. BREAKING CHANGE: SettingsRepository has 40 new abstract members. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PreviousNext