Commit Graph

15 Commits

Author SHA1 Message Date
HouYunFei e635ec6908 feat: migrate from Next.js to Vite and React Router, updating routing and environment variable handling 2026-06-26 16:41:32 +08:00
HouYunFei ef7a218ba6 feat(docs): update documentation to reflect direct browser connections for third-party prompts and WebDAV 2026-06-26 15:56:55 +08:00
HouYunFei bd0ad0aebf feat(plugin): add Codex App plugin support and local agent integration 2026-06-23 17:35:43 +08:00
HouYunFei 7893bd72dd feat(agent): refactor tool response handling and enhance online agent functionality 2026-06-16 15:54:20 +08:00
HouYunFei 8a66524ea7 feat: update admin navigation and configuration for local deployment, enhance user experience with direct API connections 2026-06-16 12:07:35 +08:00
HouYunFei e422285c59 feat(agent): implement local Canvas Agent with MCP integration and HTTP server 2026-06-14 18:27:44 +08:00
HouYunFei 6413011e54 feat(docs): enhance documentation structure and add Docker support for standalone Next.js app 2026-06-02 13:23:11 +08:00
HouYunFei b16251c1ed feat(docs): reorganize documentation structure and update navigation links 2026-06-01 17:50:53 +08:00
HouYunFei 3aee6d1eee Merge branch 'fork/stupid-h4er/feat/ark-agentplan-seedance-video'
# Conflicts:
#	docs/pending-test.md
2026-06-01 10:53:16 +08:00
HouYunFei 6867f3e1e6 feat(config): 支持通过URL参数自动配置API设置
- 新增通过URL查询参数baseUrl/baseurl和apiKey/apikey自动填充配置的功能
- 实现读取参数后从地址栏自动移除相关参数的安全机制
- 添加后台是否允许自定义渠道的检查逻辑
- 集成Ant Design的消息提示和对话框组件用于用户反馈
- 更新文档说明New API自动配置的使用方法和参数格式
- 优化配置初始化流程以处理外部软件跳转场景
2026-05-30 13:08:43 +08:00
stupid-h4er e37597f432 docs: add ark agentplan setup notes 2026-05-26 23:10:57 +08:00
HouYunFei afd9631735 refactor(admin): 重构管理员设置模型渠道配置结构
- 将公开设置中的模型相关字段统一收拢到 modelChannel 配置组
- 更新 AdminPublicSettings 类型定义为 AdminPublicModelChannelSettings
- 在前端表单中调整模型配置字段路径到 public.modelChannel 下
- 更新设置规范化函数以适配新的嵌套配置结构
- 修改依赖注入和文档以反映配置结构变化
- 添加系统配置数据结构文档说明新的配置格式
2026-05-21 12:14:56 +08:00
HouYunFei 7a27684e3c feat(app): 添加版本更新弹窗功能
- 在顶部导航栏和用户状态组件中集成版本更新弹窗
- 实现版本检查钩子,支持检查最新版本和更新日志
- 解析 CHANGELOG.md 文件并展示版本更新时间线
- 添加版本更新弹窗 UI 组件,显示当前版本和最新版本
- 在 Dockerfile 中更新 bun 版本依赖
- 调整 Next.js 配置以解析版本信息并注入环境变量
- 更新待测试文档中的版本更新功能描述
2026-05-20 15:25:57 +08:00
HouYunFei 291df000e3 docs(deployment): 增加 Render 部署说明文档
- 在 CHANGELOG.md 中添加 Render 部署说明条目
- 在 README.md 中添加 Deploy to Render 按钮和部署链接
2026-05-19 20:16:53 +08:00
HouYunFei 472bf8b732 first commit
Co-Authored-By: Codex <noreply@openai.com>
2026-05-19 19:50:36 +08:00