Changelog
This page summarizes user-visible documentation and upgrade notes. The GitHub releases remain the source for published release details.
0.1.1
- Added documentation for the Python runtime, environments, commands, MCP Apps, agent integrations, CLI, and TypeScript packages.
- Documented path-based
widget.tsxregistration and self-contained Vite widget output. - Documented
@belgie/vitefor path-based MCP widgets, the widget CLI, and agentrender_widget.
Upgrade guidance
Use the current pages as the source of truth for public APIs. In particular:
- Register MCP widgets with
BelgieExtension.tool(widget=Path(...)). - Use
@belgie/mcpplus@belgie/vitefor path-based MCP Apps widgets, andrender_widget(via@belgie/vite) for inline agent rendering. - Lock project JavaScript dependencies with
belgie lockbefore frozen installs.
For historical changes, see the repository's commit history.