Skip to content

Yachiyo Claw v0.0.10

Choose a tag to compare

@Wayne1145 Wayne1145 released this 25 Jul 12:54
· 27 commits to main since this release

Yachiyo Claw v0.0.10

Highlights

  • Fixed the interactive header at tall portrait phone widths.
  • Fixed local model availability resolution for provider-prefixed IDs, repository IDs, recovered artifact paths, and multi-file GGUF downloads.
  • Added local Agent tool-call loops. Native inference emits inert allowlisted events; TypeScript validates them and invokes the existing Broker-backed tools.
  • Added persistent PRoot jobs, encrypted job storage, background log/stop controls, Android SDK/Gradle installation jobs, and Agent checkpoint recovery after an app-process restart.
  • Added SAF project import/write-back, ZIP export, localhost project previews, explicit deployment commands, and a controlled WebView browser Skill.

Important limits

  • The controlled browser is a hardened WebView adapter, not a bundled Playwright Chromium binary.
  • GGUF inference is CPU-only, text-only, and currently returns generation chunks after native completion.
  • Android SDK host tooling is verified on the x86_64 emulator path. ARM64 uses a pinned AAPT2 compatibility override and still needs physical-device build validation.
  • Recovery never silently repeats unrecorded external side effects; it reuses Broker checkpoints and asks again where approval is required.