Changelog
Belgie is in early development. This page records user-visible documentation and upgrade notes; the GitHub releases remain the source for published release details.
0.1.1
- Added the current Python runtime, environment, command, MCP Apps, agent integration, CLI, and TypeScript package documentation.
- Documented path-based
widget.tsxregistration and self-contained Vite widget output. - Documented
@belgie/renderas a separate host-mediated renderer for agent-authored TSX.
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/mcpfor path-based MCP Apps widgets and@belgie/renderfor inline agent rendering. - Lock project JavaScript dependencies with
belgie lockbefore frozen installs.
For historical changes, see the repository’s commit history.