v0.5.3
0.5.3 更新内容
新增功能
- 支持频道文件上传。频道对话中上传的文件现在可以发布到共享文件区域,便于预览和复用。
- 新增频道内结构化
@/#交互。@用于用户和 Agent,#用于共享文件、任务、消息和 thread 等上下文对象。 - 新增头像和 mention 的悬浮信息卡,可直接在对话中查看用户和 Agent 的基础信息。
问题修复
- Agent 触发从纯文本扫描切换为结构化实体,提升路由准确性和上下文引用的可靠性。
- 共享文件引用通过稳定的 artifact ID 传递给 Agent,避免同名文件或展示名导致的歧义。
- 优化输入框补全行为。Tab 和 Enter 都可以确认候选项,候选项激活时 Enter 不会直接发送消息。
What's New in 0.5.3
New Features
- Support channel file uploads. Files shared during channel conversations can now be published to the shared files area for preview and reuse.
- Add structured
@/#interactions in channels. Use@for users and agents, and#for shared files, tasks, messages, and threads. - Add hover cards for avatars and mentions, so user and agent details can be viewed directly in the conversation.
Bug Fixes
- Switch agent triggering from plain-text scanning to structured entities, improving routing accuracy and context reference reliability.
- Pass referenced shared files to agents through stable artifact IDs, avoiding ambiguity from duplicate file names or display names.
- Improve composer completion behavior. Both Tab and Enter can confirm suggestions, and Enter no longer sends the message while a suggestion is active.
What's Changed
- feat(presets): 重构预设页的抽屉式管理体验 by @ffy6511 in #115
- 修复 #114 中的状态不一致与任务交互问题 by @ffy6511 in #116
- feat: 频道聊天上传共享文件 && 体验调整 by @ffy6511 in #118
- feat: 结构化频道 mention 与上下文引用 by @ffy6511 in #119
- feat: 频道共享文件与结构化上下文引用 by @ffy6511 in #120
Full Changelog: v0.5.2...v0.5.3