Commit Graph

10 Commits

Author SHA1 Message Date
xiongxiao
b4980ab4f9 updated files related to chat-dev page, added onSend function to handle sending questions, and updated the button's onClick handler to call this function. Also added new types in code-graph store for handling results from opencode AI SDK. 2026-03-16 00:04:35 +08:00
xiongxiao
1afd39b970 feat: 增强项目 API,添加项目路径和文件过滤功能;更新 BotHelperModal 和 NodeInfo 组件,优化状态管理和交互体验;改进 ProjectDialog,支持多选和项目初始化功能 2026-03-15 23:19:38 +08:00
xiongxiao
fc533701f6 feat: 增强 CodePod 和 NodeInfo 组件,添加 AI 助手功能和项目路径显示;优化响应式布局 2026-03-15 21:07:15 +08:00
xiongxiao
9607f84b5a feat: 更新项目配置,修改项目名称和路径;增强项目 API,支持通过仓库克隆项目 2026-03-14 17:45:21 +08:00
xiongxiao
c27a16ed8d update 2026-03-14 17:13:36 +08:00
xiongxiao
0dcefbcdc8 feat: 更新 README,添加 3D 图展示和项目结构;增强 Code3DGraph 组件,支持节点发光效果和屏幕坐标投影;优化 CodePod 组件,增加文件保存和刷新功能;调整 NodeInfo 组件位置;扩展状态管理,增加保存文件功能 2026-03-14 03:54:35 +08:00
xiongxiao
7d66ccb3a1 feat: enhance code graph with AI assistant and file management improvements 2026-03-14 02:27:09 +08:00
xiongxiao
977913e636 updarte 2026-03-14 01:07:43 +08:00
xiongxiao
fa11796aef feat: add code graph feature with interactive visualization
- Implemented CodeGraphView component for visualizing project file structure using Sigma.js.
- Added NodeSearchBox for searching nodes within the graph.
- Created API module to fetch file data from backend.
- Developed graph building logic to construct a tree structure from file data.
- Integrated new routes and updated route tree to include the code graph page.
- Updated Vite configuration to load environment variables and changed server port.
- Added example data for testing the code graph functionality.
2026-03-13 22:01:14 +08:00
xiongxiao
3e54f994fd init 2026-03-13 19:14:37 +08:00