Whatโs changed
**๐ New Features**
- MDX: Added `<Chat />` component. You can now quickly build an AI chat app.
- Python: Added the `stream_chat` function to `morph_lib.stream`.
- CLI: Added the `morph context` command to display cloud user information.
- CLI: The `morph new` command now prompts users to select a Python version (3.9, 3.10, 3.11, 3.12).
**๐ Bug Fixes**
- **UI**: Fixed an issue where some UI elements appeared in dark mode in the cloud-hosted environment.
- **CLI**: Removed the project_id setting check when running `morph config`.
- **CLI**: Fixed a bug where type errors occurred when saving Parquet files during `morph run` execution.
**๐ง Improvements**
- **MDX**: Added a table of contents to pages.
- **MDX**: If `export const title =` is not specified, the first heading in the page is automatically used as the title.
- **CLI**: Added a warning when the specified `--profile` section exists in the `morph config` command.
- **CLI**: Updated the `morph new` template to include RBAC functionality, Chat, and other components.