Skip to content

Android Dev Build #170.1 (aeab0b3)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Mar 18:45
aeab0b3

Automated Android build artifacts for commit aeab0b36e17ec747d830710a15aa16d5f920850e.
Workflow run: https://github.com/LettuceAI/app/actions/runs/23409911474

Changes since previous Android build android-dev-168-1-893eeff

Compare: android-dev-168-1-893eeff...aeab0b3

  • aeab0b3 fix(storage): preserve advanced settings and group metadata in sync backups
  • 4b1065d fix(types): normalize device TTS optional fields to null
  • 20b5d04 fix(api): omit unset temperature and top_p from requests
  • dcd0c95 feat(llama-cpp): add image support and mmproj handling
  • 53266fa feat(llama-cpp): add native tool calling support
  • 87a90d8 fix(llama): isolate context probes and honor stop sequences
  • e5af46d refactor(llama): split desktop helpers into modules
  • 9802c4c refactor(embedding): rename module and move tokenizer
  • df45cc8 refactor(app): folderize remaining root modules
  • a546014 refactor(app): folderize root feature modules
  • 80b44a3 refactor(app): group root infrastructure modules
  • d3d2bf9 refactor(app): extract crate bootstrap module
  • 8fe0fef chore: remove comments
  • e050f1b refactor(storage): remove entity command hops
  • 0ec405f refactor(storage): use typed internal chat persistence
  • 6fd7a13 refactor(chat): simplify credential selection naming
  • af9e2f0 refactor(chat): group persistence modules
  • 8cbd7ed refactor(chat): group prompting modules
  • 6f63d79 refactor(chat): folderize command and feature modules
  • 3cd8127 refactor(chat): extract execution provider fields
  • 880d826 refactor(chat): extract execution fallback helpers
  • 0b4ca46 refactor(chat): extract reply helper module
  • 221eed0 refactor(chat): extract scene generation module
  • f1c6f62 refactor(chat): move memory code under memory module
  • da8dad4 refactor(chat): move continue and sampling helpers
  • b792cbb refactor(chat): extract execution and regenerate flow
  • 79979e2 refactor(chat): extract turn builder and attachment helpers
  • 44d779b refactor(chat): move completion flow into service
  • d86f7ba refactor(storage): add typed in-process accessors
  • 4313897 refactor(app): split tauri startup responsibilities
  • fa5ec9f refactor(chat): consolidate request settings resolution
  • f6c3bc5 refactor: update llama.cpp provider icon
  • c12f29e feat: add installed models browser
  • 7941922 fix: stop post-cancel chat image side effects
  • 8cd6424 refactor: polish character editor utility actions
  • cee324b feat: support library backgrounds in character flows
  • c55ae02 refactor: flatten character editor layout
  • 58f33a5 feat: align scene generation with prompt editor references
  • 24c388f feat: add persistent design references for scene generation
  • 5fae163 fix: tighten lorebook editor layout
  • 4b0e379 fix: preserve dynamic memory cursor when branching
  • 5b22ee1 fix: refine prompt entry interactions
  • e487a9f feat: improve image selection flows
  • b662159 feat: add image library to library
  • 8ad6304 refactor: serve frontend images via tauri asset protocol
  • 696c272 feat(image): expand provider support for generation and edits