Skip to content

Update README.md#812

Open
alicezhy wants to merge 357 commits into
google-ai-edge:mainfrom
alicezhy:patch-1
Open

Update README.md#812
alicezhy wants to merge 357 commits into
google-ai-edge:mainfrom
alicezhy:patch-1

Conversation

@alicezhy

@alicezhy alicezhy commented May 9, 2026

Copy link
Copy Markdown

Add cross reference to LiteRT and LiteRT-LM

jinjingforever and others added 30 commits August 18, 2025 11:55
PiperOrigin-RevId: 796641898
PiperOrigin-RevId: 796915870
… when model has not been initialized.

Refactor the download logic to make it more robust.

PiperOrigin-RevId: 797162132
PiperOrigin-RevId: 797384673
Adds the minimum Android OS version requirement to the "Get Started in Minutes!" section of the README.md.

This change makes the compatibility requirements clear to users before they download the app.
PiperOrigin-RevId: 798305739
PiperOrigin-RevId: 798306012
PiperOrigin-RevId: 799245337
PiperOrigin-RevId: 800107395
PiperOrigin-RevId: 800516780
PiperOrigin-RevId: 800638495
PiperOrigin-RevId: 802190892
…d allowlist" dialog dismissable.

PiperOrigin-RevId: 803496612
PiperOrigin-RevId: 805432594
Google AI Edge Gallery and others added 29 commits May 5, 2026 13:14
PiperOrigin-RevId: 905298356
PiperOrigin-RevId: 906054381
…tency and privacy. (Android)

PiperOrigin-RevId: 906518140
PiperOrigin-RevId: 906532627
PiperOrigin-RevId: 906557079
… properly.

The bug occurred because `savedSelectedSkillsNamesAndDescriptions` was defined as a plain local variable rather than a State object. When the onClick lambda for closing the bottom sheet was created, it captured the initial empty value of this variable. Because the variable was not a Compose mutable state, neither the lambda nor the composable was aware when `LaunchedEffect` subsequently updated the variable, meaning the click handler persistently evaluated against the stale empty string. Wrapping the variable in `mutableStateOf` ensures that reading its value inside the callback correctly accesses the up-to-date stored selection state.

PiperOrigin-RevId: 906629082
PiperOrigin-RevId: 907029492
…y using deterministic short IDs.

PiperOrigin-RevId: 907072316
PiperOrigin-RevId: 907086171
PiperOrigin-RevId: 907174331
PiperOrigin-RevId: 907388189
PiperOrigin-RevId: 908801411
PiperOrigin-RevId: 910146658
- Added `SystemPromptRepository` to persist custom prompts via DataStore.
- Added `SystemPromptHelper` to resolve the effective prompt (custom override vs. default fallback)

PiperOrigin-RevId: 910346906
PiperOrigin-RevId: 910995322
PiperOrigin-RevId: 911749453
…iongemma-typo

fix: correct FunctionGemma typo in README
…mini app experience.

Key Changes:
- **Smoother Token Streaming**: Replaced the token-by-token display with a fade-in effect that reveals buffered chunks of tokens during model response streaming.
- **Updated Scrolling Behavior**: Disabled auto-scrolling. Introduced a "Jump to bottom" button that appears whenever the content area is scrollable.
- **Cleaner Model Response**: Remove the "bubble" around the model response text and make text full width.
- **Optimized Screen Space (Chat Only)**: When a new user prompt is sent, the view now automatically scrolls to align the prompt with the top edge of the screen, maximizing the visible area for the incoming response.

PiperOrigin-RevId: 912129993
…_current_date_and_time" intents.

PiperOrigin-RevId: 912136923
Add cross reference to LiteRT and LiteRT-LM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.