Skip to content

Releases: microsoft/magentic-ui

Magentic-UI 0.1.5: "Tell Me When" tasks enabled by SentinelSteps

21 Oct 09:57
0697820

Choose a tag to compare

This is an exciting new release which implements what we call SentinelSteps in the Magentic-UI orchestrator that enable you to perform long-running monitoring tasks and repeatable workflows. Now enabled by default!

Details here: https://www.microsoft.com/en-us/research/blog/tell-me-when-building-agents-that-can-wait-monitor-and-act/

What's Changed

New Contributors

Full Changelog: v0.1.2...0.1.5

Magentic-UI 0.1.2

31 Jul 21:54
e2090fc

Choose a tag to compare

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

Full Changelog: v0.1.1...v0.1.2

Magentic-UI 0.1.1

30 Jul 22:58
dac0559

Choose a tag to compare

What's Changed

Three bugs fixed:

settings in UI failing to save/load because of serialization issue
load/save state broken because of zipping state & agent issues
--config argument not being respected
Minor issues:

openaimodel config not showing advanced toggles for custom base url

Full Changelog: v0.1.0...v0.1.1

Magentic-UI 0.1.0

25 Jul 20:45
8a6d773

Choose a tag to compare

What's Changed

This release refines Magentic-UI with significant fixes to the UI, reduced WebSurfer errors, enabling file upload, easier installation process without building dockers among other changes.

New Contributors

Full Changelog: v0.0.6...v0.1.0

Magentic-UI v0.0.6

20 Jun 22:46
d657fa2

Choose a tag to compare

What's Changed

This release allows you to run Magentic-UI without docker, however, code execution will be disabled as code execution without Docker can be dangerous:

magentic-ui --run-without-docker --port 8081

We are also advertising now our command-line-interface for Magentic-UI which can be ran with:

magentic-cli --work-dir PATH/TO/STORE/DATA

Full Changelog: v0.0.5...v0.0.6

Magentic-UI v0.0.5

18 Jun 20:34
1624290

Choose a tag to compare

What's Changed

This release makes Magentic-UI extendable by allowing you to add an arbitrary number of MCP-agents to the Magentic-UI team. This release also fixes a few UI issues (model configs) and better error handling and logging in a few places.

Full list of PRs:

New Contributors

Full Changelog: v0.0.4...v0.0.5

Magentic-UI 0.0.4

23 May 15:59
f89a5b4

Choose a tag to compare

Major updates https://pypi.org/project/magentic_ui/0.0.4/:

  • Updated model config editor in Settings to more clear and easier to use with Ollama and OpenRouter
  • Updates to agents to support Claude 3.7 Sonnet, Qwen 2.5 VL and other models beyond OpenAI models. WebSurfer can now work with models that dont support tool calling but can output valid JSONs

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

Magentic-UI public release

19 May 17:28
2db2332

Choose a tag to compare

Magentic-UI first version public release: magentic_ui 0.0.3