Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
* Added WebGPU readiness guidance covering browser capability checks,
cross-origin isolation, bridge asset/version diagnostics, fallback behavior,
model/configuration pressure, and the Flutter Web real-model smoke path.
* **Model download UX**:
* Added `ModelDownloadController`, a dependency-free helper that turns
`ModelDownloadManager` cache/download work into app-facing lifecycle states
for resolving, cache checks, downloads, verification, ready, failed,
cancelled, and retry flows.
* Wired the runnable chat app example through a `ModelDownloadManager` adapter
so its model-management UI demonstrates the controller while preserving the
example's multi-asset and web-cache service behavior.

## 0.6.13

Expand Down
Loading
Loading