| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ChatAnyLLM-Setup-1.0.8.exe | 2026-05-08 | 82.1 MB | |
| latest.yml | 2026-05-08 | 348 Bytes | |
| ChatAnyLLM v1.0.8 source code.tar.gz | 2026-05-08 | 4.4 MB | |
| ChatAnyLLM v1.0.8 source code.zip | 2026-05-08 | 4.5 MB | |
| README.md | 2026-05-08 | 1.2 kB | |
| Release v1.0.8 source code.tar.gz | 2026-05-08 | 4.4 MB | |
| Release v1.0.8 source code.zip | 2026-05-08 | 4.5 MB | |
| Totals: 7 Items | 99.9 MB | 4 | |
New Features
- Pill toast notifications - Slide-right toast with "Open" button to reveal saved images in file manager
- Provider error pills - Solid pill badges (red/blue/amber) with circular icon containers for error context
- File manager integration - shell:showItemInFolder IPC handler to reveal files in system file manager
Improvements
- Error handling - Replaced string matching with standard properties (
instanceof TypeError,AbortError.name,error.status) - ApiError class - Typed errors with
.typeproperty for programmatic error handling across all provider fetchers - Settings save - Toast appears immediately; model fetching runs in background after save
- Conversation dropdown - Redesigned with rounded-xl corners and soft red delete
- Component structure - Reorganized into feature folders (messages/, settings/, ui/ with kebab-case naming)
- API Key Required pill - Shows on cold state when no key is configured, not just after failed fetch
Bug Fixes
- Fixed network error showing as "Using Fallback" instead of "Network Error" pill
Documentation
- Added Medium article link to footer