ForcePilot/web
Wenjie Zhang 2b315f19ab feat(tool-calling): 添加任务工具支持并改进工具显示样式
- 新增 TaskTool 组件用于显示任务分配工具结果
- 为 BaseToolCall 添加通用 header slot 支持自定义标题
- 改进 TodoListTool 和 WebSearchTool 的显示样式
- 调整浮动侧边栏的 z-index 防止遮挡
- 优化 AgentChatComponent 的 header-right slot 支持响应式隐藏文本
2025-12-27 17:29:21 +08:00
..
public feat(agent): 添加智能体元数据支持和示例问题展示 2025-09-09 20:25:48 +08:00
src feat(tool-calling): 添加任务工具支持并改进工具显示样式 2025-12-27 17:29:21 +08:00
.eslintrc.cjs first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.gitignore first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
pnpm-lock.yaml Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
vite.config.js fix(deploy): 更新API代理配置以匹配容器网络 2025-11-14 11:00:57 +08:00