v1.6.0
google/magikav1.6.0Jun 26, 2026by umputun
AI Summary
This release introduces support for the Anthropic Fable model and Pi provider, enhances the web dashboard by displaying user parameters, and fixes issues with the plan panel. It also updates dependencies and installs the latest fya in the base Docker image.
Key Highlights
- Adds support for the Anthropic Fable model in agent models.
- Introduces Pi provider support with wrapper and skills.
- Web dashboard now displays user-set run parameters (models, executor).
- Ralphex now surfaces reasons when it refuses to run.
New Features
- Surface the reason when ralphex refuses to run
- Add new Anthropic model Fable to supported agent models
- Display user-set run parameters (models, executor) in web dashboard
- Add pi provider support (wrapper + skills)
- Install latest fya in base docker image
Full Release Notes
**New Features** - Surface the reason when ralphex refuses to run #392 @umputun - Install latest fya in base docker image #390 @umputun - Add new Anthropic model Fable to supported agent models #384 @Alex-Kopylov - Display user-set run parameters (models, executor) in web dashboard #382 @vlondon - Add pi provider support (wrapper + skills) #378 @olomix **Improvements** - Bump actions/checkout from 6 to 7 #391 @dependabot - Bump golang.org/x/term from 0.43.0 to 0.44.0 #389 @dependabot - Bump golang.org/x/sys from 0.45.0 to 0.46.0 #388 @dependabot - Bump gopkg.in/ini.v1 from 1.67.2 to 1.67.3 #387 @dependabot **Bug Fixes** - Plan panel marks finished tasks done and scrolls to the active task #383 @vlondon