| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Magentic-UI 0.1.2 source code.tar.gz | 2025-07-31 | 4.3 MB | |
| Magentic-UI 0.1.2 source code.zip | 2025-07-31 | 4.4 MB | |
| README.md | 2025-07-31 | 847 Bytes | |
| Totals: 3 Items | 8.7 MB | 0 | |
What's Changed
UI settings fix for LLM configuration
If you see the error message:
2025-07-31 21:57:16.261 | ERROR | magentic_ui.backend.database.schema_manager:upgrade_schema:442 - Schema upgrade failed: No support for ALTER of constraints in SQLite dialect. Please refer to the batch mode feature which allows for SQLite migrations using a copy-and-move strategy.
It is safe to ignore and will not affect the behavior of Magentic-UI, it is due to a change in the settings DB.
To get rid of this error message, you need to reset your database by deleting the .magentic_ui directory or changing your app directory
- Fix passing of client configs in settings by @husseinmozannar in https://github.com/microsoft/magentic-ui/pull/309
Full Changelog: https://github.com/microsoft/magentic-ui/compare/v0.1.1...v0.1.2