Skip to content

v0.5.7

Latest

Choose a tag to compare

@ffy6511 ffy6511 released this 18 Jun 02:32
c66da3c

What's New

feat

  • 支持按来源对 preset / skill 分组选择,并提供分组级批量选择、清空、启用和禁用操作。
  • 聊天输入框与 task composer 支持通过 /$ 引用 skill,引用信息会随任务提交、队列透传并在消息中展示。
  • 服务端会话支持在主视图聚焦线程,便于围绕单个 thread 持续查看与回复。
  • 新增仅 server owner 可见的 server 删除入口、确认弹窗和删除后的 fallback 切换逻辑。

fix

  • 优化服务端会话的线程 composer、线程轮询和执行记录展示,减少误触与重复刷新。
  • 修复线程回复中 agent mention 可能重复展示或重复拼接的问题。
  • 优化共享会话移动端浏览体验,支持按执行记录切换聊天、computer 和 artifacts 内容。
  • 工作区导出文件改为签名同源流式预览,降低文件预览失败和跨域访问问题。
  • 统一消息复制链路,改善非安全上下文等场景下的复制兼容性。
  • 修复 tool 结果为空或不可序列化时的展示问题,避免出现无意义占位内容。

feat

  • Supports group selection of presets/skills by source, and provides group-level batch selection, clearing, enabling and disabling operations.
  • The chat input box and task composer support referencing skills through / and $. The reference information will be transparently transmitted along with the task submission, queue and displayed in the message.
  • The server-side session supports focusing threads in the main view, making it easy to continuously view and reply around a single thread.
  • Added server deletion entry, confirmation pop-up window and fallback switching logic after deletion that are only visible to the server owner.

fix

  • Optimize the thread composer, thread polling and execution record display of the server session to reduce accidental touches and repeated refreshes.
  • Fixed the issue where agent mention may be repeatedly displayed or spliced ​​in thread replies.
  • Optimize the shared session mobile browsing experience and support switching chat, computer and artifacts content based on execution records.
  • Workspace exported files are changed to signed source streaming preview to reduce file preview failures and cross-domain access problems.
  • Unify the message replication link to improve replication compatibility in non-security contexts and other scenarios.
  • Fixed the display problem when the tool result is empty or cannot be serialized to avoid meaningless placeholder content.

What's Changed

  • fix(servers): 优化线程交互与执行记录体验 by @ffy6511 in #144
  • feat: 能力分组配置、skill 引用与共享会话体验优化 by @ffy6511 in #145

Full Changelog: v0.5.6...0.5.7