ecb6be6463
feat: 更新 Web 前端页面
...
- 更新 Agents、Chat、Settings 等页面
- 新增 ModelAPIs 页面
- 更新各个模块的 composables
- 更新 vite 配置和依赖版本
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 21:29:01 +08:00
e19a0ba673
feat: 更新Chat前端页面
...
- 优化Chat组件交互体验
- 修复智能体选择逻辑
- 新增chat页面样式和脚本
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 14:33:25 +08:00
4045dad903
refactor: Agents页面重构为独立模块
...
- 新增 web/src/views/agents/useAgents.ts: Agents页面的组合式函数
- 新增 web/src/views/agents/agents.css: Agents页面样式文件
- 精简 web/src/views/Agents.vue: 保留主入口,引用新的模块
将Agents页面的逻辑拆分为独立的TS文件和CSS文件,提升代码可维护性
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 08:32:08 +08:00
a07cc4498d
feat: 更新前端页面
...
- Agents.vue: 大幅更新agent管理界面
- App.vue: 更新应用布局
- 各页面: 更新Account、Database、Knowledge、Memory、Script、Skill、Tools
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 23:19:04 +08:00
19f5c79d58
feat: 更新前端页面和agent应用
...
- Agents.vue: 更新agent列表和创建功能
- Skill.vue: 更新skill页面
- skill.ts: 更新skill编辑逻辑
- agent/app/main.py: 更新agent应用
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 17:17:08 +08:00
c1bc4ac91d
feat: 更新skill前端页面 - 新增编辑功能
...
- skill.ts: 新增编辑弹窗第二步、获取skill内容功能
- Skill.vue: 更新skill编辑界面
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 16:42:48 +08:00
013293abe1
fix: 修复Skill.vue模板语法问题
...
- 将template标签改为div
- 修复条件渲染语法
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:23:55 +08:00
e2c9bbd0d1
feat: 更新skill相关前端页面
...
- 新增 web/src/views/skill/skill.ts skill视图组件
- 更新 Agents.vue 页面
- 更新 Skill.vue 页面
- 移除旧的 useSkills.ts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:23:13 +08:00
5c435ab21e
Add streaming support and refactor Chat UI
...
- Add run_stream method to AgentCore for streaming output
- Add base_url parameter to LLM clients for OpenRouter support
- Add xbot module for new agent implementation
- Refactor Chat.vue into composable + components (ChatHeader, ChatMessage, ChatInput, ChatSidebar, ChatAgentSelector)
- Add ChatStream handler for SSE streaming in Go server
- Add UseXBot field to chat request
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 10:49:44 +08:00
8062144001
feat: 更新 Chat 页面
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 17:22:47 +08:00
243a190124
feat: 更新前端页面
...
- Agents, Chat, Skill 页面
- useSkills composable
- package.json 更新
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 16:26:10 +08:00
b5b2c32477
fix: 更新 useSkills
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 14:46:05 +08:00
11e26601be
feat: 更新 Tools 页面
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 14:45:56 +08:00
14d656eea3
chore: 更新 package-lock.json 和 useTools
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 14:27:05 +08:00
85b4c51fd7
feat: 前端配置和组件更新
...
- App.vue, Sidebar.vue
- main.ts, router/index.ts
- package.json, vite.config.ts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 14:26:33 +08:00
03540fb9e9
feat: 更新前端页面
...
- Agents, Chat, Settings, Skill, Tools
- Account, Plan, Script
- useSkills composable
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 14:26:25 +08:00
7791d198f1
feat: 前端认证和工具模块
...
- 新增 useAuth.ts composable
- 新增 tools/useTools.ts
- 更新 Login.vue, Signup.vue
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 14:26:18 +08:00
5d956dd712
feat: 添加用户注册功能前端页面
...
- 新增 Signup.vue 注册页面
- 路由添加 /signup 路由
- Login.vue 注册链接跳转到注册页
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 10:26:26 +08:00
2042ec2efd
refactor: 重构 Settings 页面样式
...
- 移除旧的 settings.css 和 modelSettings.css 引用
- 采用 Tailwind CSS 进行样式重构
- 优化布局和交互体验
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 10:25:57 +08:00
cea49bb685
refactor: 删除旧的 skill composables
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 23:21:55 +08:00
05d395913a
feat: 新增 Tools 页面并重构 Skill 页面
...
- 添加 Tools.vue 工具管理页面
- 重构 Skill.vue 代码
- 更新路由和侧边栏导航
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 23:21:44 +08:00
ac384ce10b
fix: 优化各页面代码格式和样式
...
- 微调多个页面的样式和布局
- 保持功能不变
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 17:39:10 +08:00
d3100e8219
feat: 优化多个前端页面
...
- 扩展 Account 账户页面功能
- 优化 Script 脚本页面
- 完善 Settings 设置页面
- 增强 Chat 聊天页面
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 17:38:57 +08:00
c590aa21d0
feat: 新增 Logs、Memory、Plan 页面
...
- 添加 Logs.vue 日志页面
- 添加 Memory.vue 记忆页面
- 添加 Plan.vue 计划页面
- 更新路由和侧边栏导航
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 17:38:23 +08:00
577dceebfe
feat: 新增 Chat 聊天页面并优化 Agents
...
- 新增 Chat.vue 聊天页面组件
- 重构 Agents.vue 页面代码
- 更新侧边栏和路由配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 16:09:09 +08:00
cac05b4297
feat: 优化前端页面和组件
...
- 重构 Agents 页面
- 优化 Knowledge 页面
- 更新侧边栏导航
- 添加前端依赖
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 15:42:21 +08:00
e40e794141
feat: 新增 Account 和 Script 页面
...
- 添加 Account 账户页面
- 添加 Script 脚本页面
- 优化侧边栏,添加知识库数量显示
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 16:08:38 +08:00
e633462ace
style: 优化 Settings 页面样式
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 15:43:24 +08:00
9ca267244d
chore: 更新前端依赖和侧边栏导航
...
- 添加必要的前端依赖
- 优化侧边栏交互
- 更新 AI-Core API 文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 15:43:07 +08:00
49433f1681
feat: 增强 Knowledge 页面功能
...
- 优化文档预览功能
- 添加 CSV 文件解析支持
- 增强知识库详情展示
- 优化样式和交互
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 15:42:55 +08:00
f22f823a4a
fix: 优化文件上传对话框布局
...
- 调整顶部导航按钮位置
- 隐藏对话框默认关闭按钮
- 优化文件上传流程交互
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 09:33:13 +08:00
00eb23cf54
feat: 优化 Knowledge 前端和需求文档
...
- 增强知识库前端交互
- 更新知识库 API 需求文档
- 添加 TODO 待办事项
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 23:02:21 +08:00
7a2f6dd30a
refactor: 删除 MCP 页面并更新上传 API 文档
...
- 移除 MCP.vue 页面
- 更新上传 API 需求文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 20:35:02 +08:00
bf8c4de07d
chore: 添加服务端资源和配置
...
- 添加 server/resource/ 目录
- 更新 tsconfig.json 配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 20:34:47 +08:00
11c9ff2428
feat: 新增 Skill 和 Team 页面
...
- 添加 Skill 技能管理页面
- 添加 Team 团队管理页面
- 更新侧边栏导航和路由配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 20:34:36 +08:00
fef1c9f302
feat: 完善 Knowledge 前端页面
...
- 增强知识库列表和详情展示
- 添加文档上传和管理功能
- 优化创建和编辑流程
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 20:34:29 +08:00
e18e34b065
feat: 优化前端导航和后端服务
...
- 更新侧边栏导航
- 优化 MCP 页面
- 调整 model service
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 16:56:29 +08:00
4d2297d964
refactor: 重构 Settings 页面
...
- 移除独立的 Settings.vue 主文件
- 合并到 knowledge 模块统一管理
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 16:56:12 +08:00
6693fcaf38
feat: 优化 MCP 页面
...
- 改进 MCP 页面展示和交互
- 优化样式
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 16:55:50 +08:00
3cc1461be2
feat: 增强 Knowledge 页面功能
...
- 优化知识库创建流程
- 添加更多知识库配置选项
- 改进样式和交互
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 16:55:44 +08:00
b715b8e859
feat: 扩展 Settings 页面功能
...
- 优化模型配置表单
- 添加更多设置选项
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 10:47:08 +08:00
afa3026585
feat: 增强 Knowledge 创建流程步骤验证
...
- 添加步骤有效性验证逻辑
- 支持跳转到已完成步骤
- 优化创建流程用户体验
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 10:47:03 +08:00
44ce7156cf
feat: 新增 FormDialog 通用表单对话框组件
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 10:46:48 +08:00
a104046fbd
feat: 扩展 Model 设置功能
...
- 添加 Embedding 模型类型支持
- 优化模型设置表单样式
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 17:19:11 +08:00
4fca3a150e
style: 更新全局样式和主题变量
...
- 添加新的 CSS 变量
- 优化暗色主题样式
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 16:21:50 +08:00
650789e934
feat: 扩展 Settings 页面功能
...
- 添加解析设置配置
- 优化模型设置表单
- 添加更多样式配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 16:21:44 +08:00
329968de7f
feat: 扩展 Knowledge 页面功能
...
- 添加知识库详情和编辑功能
- 新增 chunking 配置选项
- 优化知识库列表展示
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 16:21:35 +08:00
9908ba7237
feat: 优化 Knowledge 页面并添加样式文件
...
- 重构 Knowledge 页面代码
- 新增 knowledge.css 样式文件
- 添加知识库截图
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 14:29:35 +08:00
42a562d171
feat: 重构 Settings 页面样式
...
- 拆分 Settings 页面样式到独立 CSS 文件
- 新增 modelSettings、settings-parsing、settings 等样式文件
- 添加 TypeScript 类型定义
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 14:28:50 +08:00
2d8f0fa312
fix: 优化数据库页面按钮交互样式
...
- 编辑和映射按钮添加 hover 颜色
- 优化翻页按钮过渡动画
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 14:28:25 +08:00