Skip to content

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.tsx registration and self-contained Vite widget output.
  • Documented @belgie/vite for path-based MCP widgets, the widget CLI, and agent render_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/mcp plus @belgie/vite for path-based MCP Apps widgets, and render_widget (via @belgie/vite) for inline agent rendering.
  • Lock project JavaScript dependencies with belgie lock before frozen installs.

For historical changes, see the repository's commit history.