mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
549735be7f
* 🔨 chore: update .vscode/settings.json (#13894) * 🐛 fix(builtin-tool-local-system): honor glob scope in local system tool (#13875) Made-with: Cursor * 📝 docs: Update changelog docs and release skills (#13897) - Update changelog documentation format across all historical changelog files - Merge release-changelog-style skill into version-release skill - Update changelog examples with improved formatting and structure Made-with: Cursor --------- Co-authored-by: YuTengjing <ytj2713151713@gmail.com> Co-authored-by: Innei <i@innei.in>
63 lines
2.7 KiB
Plaintext
63 lines
2.7 KiB
Plaintext
---
|
|
title: 'LobeHub Enters the Era of Artifacts'
|
|
description: >-
|
|
LobeHub v1.19 brings significant updates, including full feature support for
|
|
Claude Artifacts, a brand new discovery page design, and support for GitHub
|
|
Models providers, greatly enhancing the capabilities of the AI assistant.
|
|
tags:
|
|
- LobeHub
|
|
- AI Assistant
|
|
- Artifacts
|
|
- GitHub Models
|
|
- Interactive Experience
|
|
---
|
|
|
|
# LobeHub v1.19: Artifacts, Discovery, and More Models
|
|
|
|
LobeHub v1.19 is now live. This release brings a major step forward for day-to-day assistant usage, with stronger creation workflows, broader model access, and a redesigned way to discover what you can do next.
|
|
|
|
## Create with Artifacts
|
|
|
|
LobeHub now replicates the core Claude Artifacts experience. You can generate and interact with rich content directly in the conversation:
|
|
|
|
- **SVG graphics** — Generate and display vector graphics that render in real time
|
|
- **HTML pages** — Create and preview interactive web pages without leaving the chat
|
|
- **Rich documents** — Produce formatted documents in multiple output formats
|
|
|
|
Python code execution is also in development and planned for a future release. Once available, you will be able to combine Claude Artifacts with OpenAI Code Interpreter, further extending what you can build with your assistant.
|
|
|
|

|
|
|
|
## Redesigned discovery page
|
|
|
|
The discovery page has been rebuilt with richer content categories to help you explore AI capabilities more naturally:
|
|
|
|
- AI Assistant Marketplace
|
|
- Plugin Showcase
|
|
- Model List
|
|
- Provider Introductions
|
|
|
|
The new layout raises information density while making capabilities easier to browse. We plan to expand this page further with knowledge base sharing, Artifacts showcases, and curated conversation sharing.
|
|
|
|
## GitHub Models provider support
|
|
|
|
Thanks to community contributor [@CloudPassenger](https://github.com/CloudPassenger), LobeHub now supports GitHub Models as a provider. To start using it:
|
|
|
|
1. Prepare a GitHub Personal Access Token (PAT)
|
|
2. Configure provider information in settings
|
|
3. Start using free models available on GitHub Models
|
|
|
|
This significantly expands the available model pool and gives you more choices for different conversation scenarios.
|
|
|
|
## Improvements and fixes
|
|
|
|
- Added full Artifacts support for SVG, HTML, and document generation
|
|
- Redesigned discovery page with marketplace, plugins, models, and providers
|
|
- Added GitHub Models provider support
|
|
- Preparing Python code execution feature for upcoming release
|
|
- Planned expansion of discovery page with knowledge base and Artifacts sharing
|
|
|
|
## Credits
|
|
|
|
Huge thanks to community contributor [@CloudPassenger](https://github.com/CloudPassenger) for the GitHub Models integration.
|