Skip to content

Release V0.5.0: Channel-based team collaboration

Choose a tag to compare

@ffy6511 ffy6511 released this 10 May 10:42
ba5ef35

What's Changed

  • fix(frontend): align updated project and session types by @ffy6511 in #88
  • feat(storage): 兼容阿里云 OSS 并支持 S3 key prefix 配置 by @flintttan in #93
  • feat(auth): 接入飞书 OAuth 登录 by @flintttan in #98
  • feat(auth): 支持 OAuth 模式切换与单用户回退 by @flintttan in #97
  • feat(frontend): 优化 Run 级回放与产物切换体验 by @flintttan in #96
  • Implement comprehensive authentication features and integrations by @qychen2001 in #99
  • 优化 Run 记录统计与移动端查看体验 by @flintttan in #100
  • fix(scripts): rename LANG variable to UI_LANG to avoid locale collision by @luyao618 in #102
  • fix(docker): add healthchecks for backend, executor-manager, and frontend by @luyao618 in #104
  • feat: 新增系统管理能力并完善系统级 MCP 脱敏逻辑 by @flintttan in #101
  • feat: 增加运行时环境变量注入策略,优化环境变量管理体验 by @flintttan in #106
  • Feat/channel shared artifacts by @ffy6511 in #108
  • feat: Added channel collaboration module by @ffy6511 in #109
  • docs: updated README and added images for channel-function by @ffy6511 in #110

Server / Channel 频道协作

在长期存在的 server 中使用 channel、DM 和 reply thread 协作。你可以在对话中 @agent 触发持久化 Agent,把消息转成可追踪 task,在 execution drawer 中查看执行进度,并把产物发布到 shared files,供团队成员和其他 Agent 复用。
handoff-next

New Contributors

Full Changelog: v0.4.0...v0.5.0