mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-07-30 21:21:15 +08:00
Compare commits
63 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afc7bfebaf | |||
| 520c12038f | |||
| 80756b6170 | |||
| 5b689c8feb | |||
| 1291dd08c3 | |||
| f2757baf20 | |||
| 45addead96 | |||
| 2002dff78a | |||
| 2afe2f3898 | |||
| 7a48f441cf | |||
| 8babf7faa0 | |||
| fe1ba781d1 | |||
| b926feeb14 | |||
| bd8cf318f7 | |||
| a9243b6c2e | |||
| b628b742d5 | |||
| d76594a7e7 | |||
| fa58ec4715 | |||
| 5a607bea6c | |||
| 88e86c0566 | |||
| d2141d5f59 | |||
| eda3481533 | |||
| 0526290c8f | |||
| ed32e44e69 | |||
| 0f5eb1fbcb | |||
| 20844d5e99 | |||
| ea67a5abf5 | |||
| c6f8b1e394 | |||
| 1f6a652799 | |||
| 40c47dd7ff | |||
| 92fd0ce129 | |||
| b3b02f75a9 | |||
| b6e9954c0a | |||
| c23a819f27 | |||
| 6aa9c8bddc | |||
| bde33e7816 | |||
| edc7667830 | |||
| f76f81c4c7 | |||
| 87ea3a3954 | |||
| ac126a61b9 | |||
| d6d6b7bb8d | |||
| 84fc159d4f | |||
| 6c61081698 | |||
| f8191d13b2 | |||
| a0287a5e34 | |||
| 0179724467 | |||
| 49851f2b5f | |||
| c81bb8b651 | |||
| b7d0fe10bc | |||
| d91e67a5ad | |||
| d566d5cc46 | |||
| 8fb8d0b224 | |||
| 0ca35f46ca | |||
| ccf6412a7c | |||
| 4236af0c58 | |||
| 8bcedfe51b | |||
| 5e1fd7a825 | |||
| 062e4569aa | |||
| b5dc9c8a87 | |||
| 75c22c2f9f | |||
| 97bb330de1 | |||
| bdca6b0a5c | |||
| d4130bbb79 |
+68
-3
@@ -2,15 +2,80 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v0.12.0 - 2026-07-30
|
||||||
|
|
||||||
|
+ [新增] 画布 Agent 支持三档 Codex 权限,并可在对话中审批操作。
|
||||||
|
+ [新增] Canvas Agent 支持 `--debug` 日志并按日期保存。
|
||||||
|
+ [新增] Agent 新增可折叠任务进度,实时显示各步骤处理状态。
|
||||||
|
+ [调整] Agent 工具确认模式移至输入框并默认自动确认。
|
||||||
|
+ [调整] 进入画布后默认开启空白对话,历史对话改为主动恢复。
|
||||||
|
+ [修复] Agent 默认通过节点生成,明确指定时才使用 Codex 内置生图。
|
||||||
|
+ [修复] Agent 本地路径改为在文件管理器定位,不再拼接 localhost。
|
||||||
|
+ [修复] Agent 启用 Codex 思考摘要,并修复历史恢复后过程记录缺失。
|
||||||
|
+ [修复] 修复 Agent 图片预览打开后产生额外空行的问题。
|
||||||
|
+ [修复] Canvas Agent 停止任务仅中断 turn,不终止服务进程。
|
||||||
|
+ [修复] Agent 修复运行提示闪退和回复需切换标签页才显示的问题。
|
||||||
|
+ [修复] Agent 任务失败时立即结束等待,并在对话和历史中显示中文原因。
|
||||||
|
+ [修复] Agent 修复图片附件偏移,历史恢复保留缩略图且不回显内部说明。
|
||||||
|
+ [修复] 修复画布复制快捷键拦截 Agent 对话和节点详情文本复制。
|
||||||
|
+ [优化] Agent「新对话」立即清空并后台同步,不再等待创建 Codex 线程。
|
||||||
|
+ [优化] Agent「读取画布」按节点类型和连线分类展示内容概览。
|
||||||
|
+ [优化] Agent 发送后立即清空输入框并展示消息,避免内容滞留或草稿被清空。
|
||||||
|
+ [优化] Agent 动态工具卡片显示名称、状态和失败原因,替代「工具操作」。
|
||||||
|
+ [优化] Agent 面板标题、功能标签和新对话操作合并为单行顶栏。
|
||||||
|
+ [优化] Agent Markdown 代码块与外链确认弹窗改为紧凑中文样式。
|
||||||
|
+ [优化] Agent 思考摘要支持 Markdown 渲染,改善列表和代码阅读。
|
||||||
|
+ [优化] Agent 思考摘要和命令改为无边框折叠行,保留实时返回内容。
|
||||||
|
+ [优化] Agent 用户图片改为紧凑缩略图并支持单击放大。
|
||||||
|
+ [优化] Canvas Agent 的 Codex CLI 升级至 0.145.0。
|
||||||
|
+ [优化] Canvas Agent Debug 日志改为纯文本单行格式。
|
||||||
|
+ [优化] 精简 Agent HTTP 诊断日志,过滤轮询、流式重复事件和原始响应。
|
||||||
|
+ [优化] Agent 对话移除头像,工具活动紧凑展示,Token 用量支持数字动画。
|
||||||
|
+ [优化] Canvas Agent 流式回复改为增量传输,减少长对话重复渲染。
|
||||||
|
+ [优化] Agent 新增过程时间线,工具卡片改为中文摘要和可读详情。
|
||||||
|
+ [优化] Agent 长时间等待时显示阶段、时长和停止提示,避免空会话读取失败。
|
||||||
|
+ [优化] Agent 历史记录支持多选批量删除,点击记录可直接进入对话。
|
||||||
|
+ [优化] Agent 优先操作当前画布,不再无故查询列表或重复导航。
|
||||||
|
+ [优化] Canvas Agent 独立维护工作区指令,不再重复拼接提示词。
|
||||||
|
+ [优化] Canvas Agent 目录按 Agent、画布、服务和工具拆分职责。
|
||||||
|
|
||||||
|
## v0.11.0 - 2026-07-28
|
||||||
|
|
||||||
|
+ [新增] 画布文本生成新增推理强度设置,支持默认调用与自定义调用脚本读取所选档位。
|
||||||
|
+ [新增] 生图与视频工作台的参考资产区域支持直接拖动文件上传。
|
||||||
|
+ [新增] 配置与用户偏好支持通过配置文件导入和导出。
|
||||||
|
+ [新增] 模型渠道新增火山方舟协议。
|
||||||
|
+ [优化] 画布左侧元素列表新增图片放大预览操作。
|
||||||
|
+ [优化] 图片遮罩、切图与裁剪编辑支持常用快捷操作并修复高分辨率图片预览闪烁。
|
||||||
|
+ [优化] 提示词详情弹窗改为上下布局并限制显示尺寸。
|
||||||
|
+ [修复] 画布组装提示词浮层限制正文高度,长提示词改为区域内滚动查看。
|
||||||
|
+ [修复] 修复画布节点提示词过长时无法使用鼠标滚轮滚动的问题。
|
||||||
|
+ [修复] 修复画布重试时组装提示词重复以及切换类型调用模型不一致的问题。
|
||||||
|
+ [修复] 修复生成完成后再次选中画布节点时提示词不再回显的问题。
|
||||||
|
|
||||||
|
## v0.10.0 - 2026-07-25
|
||||||
|
|
||||||
|
+ [新增] 提示词来源新增BananaPromptQuicker,并支持添加自定义标准 JSON 来源。
|
||||||
|
+ [新增] Agent 新增统一状态查询,支持查看画布、生图工作台和视频工作台任务进度。
|
||||||
|
+ [调整] 内置提示词来源改为读取ImagePrompts 统一JSON 数据,不再由画布端分别解析。
|
||||||
|
+ [调整] 提示词来源配置保留卡片式交互,并展示来源数量、同步状态和上次成功时间。
|
||||||
|
+ [优化] 提示词来源支持独立缓存和更新,更新失败时保留上一次成功内容。
|
||||||
|
+ [优化] Agent 对话区分用户与 AI 消息,并优化会话切换和回到最新消息的交互。
|
||||||
|
+ [优化] 画布生成完成后保留提示词输入,并改善提示词库和资产面板的交互性能。
|
||||||
|
+ [优化] 提示词中心标题居中、搜索输入增加防抖,并采用左侧筛选、右侧内容的双栏布局。
|
||||||
|
+ [修复] 本地 Agent 完善多标签页请求隔离、结果归属、焦点回退和 Codex 会话状态同步。
|
||||||
|
+ [修复] 本地 Agent 上传的图片附件可正确创建画布图片节点并连接生成流程。
|
||||||
|
+ [修复] 画布提示词库支持跨来源搜索,插入节点时保留提示词标题。
|
||||||
|
|
||||||
## v0.9.0 - 2026-07-17
|
## v0.9.0 - 2026-07-17
|
||||||
|
|
||||||
+ [调整] 画布节点名称默认不再显示,仅在选中/悬停/编辑时出现,画布更简洁。
|
|
||||||
+ [新增] 左侧面板「资产」Tab 支持上传添加图片/视频资产、卡片悬停移除资产。
|
+ [新增] 左侧面板「资产」Tab 支持上传添加图片/视频资产、卡片悬停移除资产。
|
||||||
+ [新增] 左侧画布面板支持拖拽调整宽度、展开/收起(带动画),顶栏菜单左侧新增面板开关按钮。
|
+ [新增] 左侧画布面板支持拖拽调整宽度、展开/收起(带动画),顶栏菜单左侧新增面板开关按钮。
|
||||||
+ [新增] 顶栏菜单新增「导出当前画布」,导出为包含全部资源的压缩包。
|
+ [新增] 顶栏菜单新增「导出当前画布」,导出为包含全部资源的压缩包。
|
||||||
+ [新增] 左侧画布元素列表支持多选并批量导出选中元素为压缩包。
|
+ [新增] 左侧画布元素列表支持多选并批量导出选中元素为压缩包。
|
||||||
+ [优化] 左侧面板「画布/资产」切换改为带滑动下划线的动画,移除非图片元素图标的灰色底色。
|
|
||||||
+ [新增] 可选的网站统计分析:支持 Google Analytics 4 与百度统计。
|
+ [新增] 可选的网站统计分析:支持 Google Analytics 4 与百度统计。
|
||||||
|
+ [调整] 画布节点名称默认不再显示,仅在选中/悬停/编辑时出现,画布更简洁。
|
||||||
|
+ [优化] 左侧面板「画布/资产」切换改为带滑动下划线的动画,移除非图片元素图标的灰色底色。
|
||||||
+ [优化] 画布节点提示词面板 `@` 引用图片时,输入框内直接显示真实缩略图。
|
+ [优化] 画布节点提示词面板 `@` 引用图片时,输入框内直接显示真实缩略图。
|
||||||
+ [优化] 移除画布节点右上角的「图片1/文本1」资源角标,引用改在对话面板 `@` 直接选取。
|
+ [优化] 移除画布节点右上角的「图片1/文本1」资源角标,引用改在对话面板 `@` 直接选取。
|
||||||
+ [修复] 连接本地 Codex Agent 后,拖拽画布节点边框缩放等高频编辑导致页面崩溃。
|
+ [修复] 连接本地 Codex Agent 后,拖拽画布节点边框缩放等高频编辑导致页面崩溃。
|
||||||
@@ -18,8 +83,8 @@
|
|||||||
## v0.8.2 - 2026-07-16
|
## v0.8.2 - 2026-07-16
|
||||||
|
|
||||||
+ [新增] 图像设置新增「透明背景」开关,开启后生成无背景的透明图像。
|
+ [新增] 图像设置新增「透明背景」开关,开启后生成无背景的透明图像。
|
||||||
+ [修复] 画布节点提示词输入框补上悬停文本光标。
|
|
||||||
+ [优化] 画布节点输入区域移除灰色底色与边框、美化样式。
|
+ [优化] 画布节点输入区域移除灰色底色与边框、美化样式。
|
||||||
|
+ [修复] 画布节点提示词输入框补上悬停文本光标。
|
||||||
|
|
||||||
## v0.8.1 - 2026-07-16
|
## v0.8.1 - 2026-07-16
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://trendshift.io/repositories/50077?utm_source=trendshift-badge&utm_medium=badge&utm_campaign=badge-trendshift-50077" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/50077/daily?language=TypeScript" alt="basketikun%2Finfinite-canvas | Trendshift" width="250" height="55"></a>
|
<a href="https://trendshift.io/repositories/50077?utm_source=repository-badge&utm_medium=badge&utm_campaign=badge-repository-50077" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/repositories/50077" alt="basketikun%2Finfinite-canvas | Trendshift" width="250" height="55"/></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -25,10 +25,23 @@
|
|||||||
无限画布是一款面向图片创作的开源工作台。它把画布编排、AI 图片生成、参考图编辑、对话助手、提示词库和素材沉淀放在同一个界面里,适合用来探索视觉方案并连续迭代图片结果。
|
无限画布是一款面向图片创作的开源工作台。它把画布编排、AI 图片生成、参考图编辑、对话助手、提示词库和素材沉淀放在同一个界面里,适合用来探索视觉方案并连续迭代图片结果。
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> 项目目前处于开发阶段,不保证历史数据兼容。各种本地存储格式都可能直接调整,欢迎关注后续更新,当前更适合个人/本地部署,不建议直接公网多人共用。
|
> 项目目前处于开发阶段,不保证历史数据兼容。各种本地存储格式都可能直接调整,欢迎关注后续更新。
|
||||||
>
|
>
|
||||||
> 如果你需要稳定维护自己的分支,建议自行 fork 后独立开发。二次开发与 PR 请保留原作者信息和前端页面标识。
|
> 如果你需要稳定维护自己的分支,建议自行 fork 后独立开发。二次开发与 PR 请保留原作者信息和前端页面标识。
|
||||||
|
|
||||||
|
## 赞助商
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td width="190" align="center">
|
||||||
|
<a href="https://www.atlascloud.ai/zh?utm_source=github&utm_medium=link&utm_campaign=infinite-canvas"><img src="assets/atlascloud.svg" width="163" alt="Atlas Cloud"></a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://www.atlascloud.ai/zh?utm_source=github&utm_medium=link&utm_campaign=infinite-canvas">Atlas Cloud</a> is a full-modal AI inference platform that gives developers a single AI API to access video generation, image generation, and LLM APIs. Instead of managing multiple vendor integrations, you connect once and get unified access to 300+ curated models across all modalities. Check out <a href="https://www.atlascloud.ai/console/coding-plan">Atlas Cloud's new coding plan promotion</a> for more budget-friendly API access.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
## 核心功能
|
## 核心功能
|
||||||
|
|
||||||
- 无限画布:多画布项目、节点拖拽缩放、连线、小地图、撤销重做、导入导出。
|
- 无限画布:多画布项目、节点拖拽缩放、连线、小地图、撤销重做、导入导出。
|
||||||
@@ -115,6 +128,10 @@ docker compose up -d
|
|||||||
|
|
||||||
本项目使用 GNU Affero General Public License v3.0,见 [LICENSE](LICENSE)。
|
本项目使用 GNU Affero General Public License v3.0,见 [LICENSE](LICENSE)。
|
||||||
|
|
||||||
|
你可以在遵守 AGPL-3.0 的前提下自由使用、复制、修改和分发本项目。如果你分发修改后的版本,或将其作为网站、SaaS 等网络服务提供给他人使用,需要向对应用户公开基于本项目形成的完整源代码,继续使用 AGPL-3.0 协议,并保留原项目的作者、版权、许可证和来源说明。
|
||||||
|
|
||||||
|
本项目禁止未经授权的闭源商用。如果你希望将无限画布用于商业项目,请尊重开源,遵循 AGPL-3.0 协议,继续开源基于本项目修改或开发的对应代码,回馈开源社区;如果无法公开对应代码,请联系作者购买商业授权后闭源使用。
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
<a href="https://www.star-history.com/?repos=basketikun%2Finfinite-canvas&type=date&legend=top-left">
|
<a href="https://www.star-history.com/?repos=basketikun%2Finfinite-canvas&type=date&legend=top-left">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 8.3 KiB |
@@ -8,6 +8,14 @@
|
|||||||
npx -y @basketikun/canvas-agent
|
npx -y @basketikun/canvas-agent
|
||||||
```
|
```
|
||||||
|
|
||||||
|
需要排查连接、线程、Codex app-server 或工具调用问题时,可开启 Debug 模式:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx -y @basketikun/canvas-agent --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
Debug 日志会以 `[DEBUG][HH:mm:ss]` 等传统格式输出到终端,并按启动日期保存到 `~/.infinite-canvas/logs/canvas-agent-YYYY-MM-DD.log`。终端日志带级别颜色,文件日志为纯文本;日志包含 HTTP、SSE、线程、turn、Codex app-server 和工具调用事件,token 与图片 Data URL 会自动隐藏。
|
||||||
|
|
||||||
本仓库开发时也可以直接运行:
|
本仓库开发时也可以直接运行:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -126,7 +134,7 @@ default_tools_approval_mode = "approve"
|
|||||||
|
|
||||||
本地面板会把提示词发送给 Canvas Agent。Canvas Agent 使用官方 `@openai/codex` CLI 的 `codex app-server --stdio` 启动并复用同一个 Codex thread,启动时会注入 `infinite-canvas` MCP 配置并自动放行 MCP 审批,真正执行画布修改前仍由网页侧边栏二次确认。
|
本地面板会把提示词发送给 Canvas Agent。Canvas Agent 使用官方 `@openai/codex` CLI 的 `codex app-server --stdio` 启动并复用同一个 Codex thread,启动时会注入 `infinite-canvas` MCP 配置并自动放行 MCP 审批,真正执行画布修改前仍由网页侧边栏二次确认。
|
||||||
|
|
||||||
侧边栏会展示 Codex 返回的 `thread.started`、`turn.started`、`item.*`、`turn.completed` 等结构化事件;收到 app-server 的 `item/agentMessage/delta` 时,Canvas Agent 会转成 `item.updated`,网页会用同一条消息做真实流式更新,并把工具细节收进运行日志。
|
侧边栏会展示 Codex 返回的 `thread.started`、`turn.started`、`item.*`、`turn.completed` 等结构化事件;Canvas Agent 会合并短时间内的回复、思考摘要和命令输出增量,网页使用同一条消息持续更新,并把任务进度、计划、搜索、文件修改与工具操作整理为中文过程时间线。
|
||||||
|
|
||||||
侧边栏上传或粘贴的图片会先发到本机 Canvas Agent,再由 Canvas Agent 临时写入本机文件并作为 app-server `localImage` 输入传给 Codex;前端会提示附件体积,单次请求体限制为 30MB。
|
侧边栏上传或粘贴的图片会先发到本机 Canvas Agent,再由 Canvas Agent 临时写入本机文件并作为 app-server `localImage` 输入传给 Codex;前端会提示附件体积,单次请求体限制为 30MB。
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
# Infinite Canvas Agent
|
||||||
|
|
||||||
|
你正在帮助用户操作 Infinite Canvas 网站。
|
||||||
|
|
||||||
|
- 用户要求操作画布时,默认目标就是网页当前已经打开的画布。需要了解内容时先使用 `canvas_get_state`;读取成功后直接在该画布执行任务,不要调用 `canvas_list_projects`,也不要用 `site_navigate` 重复进入画布。
|
||||||
|
- 只有用户明确要求查看、选择或切换其他画布,或者 `canvas_get_state` 明确提示当前没有已连接画布时,才使用 `canvas_list_projects` 和 `site_navigate`。`site_navigate` 可跳转 `/`、`/canvas`、`/canvas/:id`、`/image`、`/video`、`/prompts`、`/assets`、`/config`。
|
||||||
|
- 修改当前画布时根据任务使用已配置的 infinite-canvas MCP 工具;复杂批量改动使用 `canvas_apply_ops`。
|
||||||
|
- 用户要求把上传附件放入画布或作为生成参考图时,必须先用 `canvas_create_attachment_nodes` 创建真实图片节点,再把节点 ID 传给生成流程,不要创建空图片占位节点。
|
||||||
|
- 生图与视频工作台分别使用 `workbench_image_*`、`workbench_video_*` 工具;提示词和素材分别使用 `prompts_search`、`assets_*` 工具。
|
||||||
|
- 用户要求生成图片、视频、音频或文本时,默认调用对应的 `canvas_generate_image`、`canvas_generate_video`、`canvas_generate_audio`、`canvas_generate_text`,通过当前画布的生成节点完成任务。
|
||||||
|
- 只有用户明确要求使用“Codex 内置生图”“ImageGen 技能”或意思明确相同的能力时,才使用 Codex 自带的 `imagegen`;不要因为用户只说“生成图片”就自行改用内置生图。内置生图完成后,其结果会由 Canvas Agent 自动展示到对话并插入当前画布,无需再创建空节点或重复生成。
|
||||||
|
- 只有用户明确说要在生图/视频工作台生成时,才使用 `workbench_image_*`、`workbench_video_*`。生成任务提交后应说明已经在画布或工作台开始生成,不要在实际没有结果时声称“已生成”。
|
||||||
|
- 需要生成内容时直接调用对应生成工具,不要绑定特定业务场景,不要模拟鼠标点击,不要要求用户手动复制 JSON。
|
||||||
+61
-8
@@ -6,8 +6,9 @@
|
|||||||
"name": "@basketikun/canvas-agent",
|
"name": "@basketikun/canvas-agent",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.12.1",
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
||||||
"@openai/codex": "^0.139.0",
|
"@openai/codex": "0.145.0",
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
|
"winston": "^3.19.0",
|
||||||
"zod": "^3.25.0",
|
"zod": "^3.25.0",
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -19,6 +20,10 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
|
"@colors/colors": ["@colors/colors@1.6.0", "", {}, "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA=="],
|
||||||
|
|
||||||
|
"@dabh/diagnostics": ["@dabh/diagnostics@2.0.8", "", { "dependencies": { "@so-ric/colorspace": "^1.1.6", "enabled": "2.0.x", "kuler": "^2.0.0" } }, "sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q=="],
|
||||||
|
|
||||||
"@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.28.1", "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz", { "os": "aix", "cpu": "ppc64" }, "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ=="],
|
"@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.28.1", "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz", { "os": "aix", "cpu": "ppc64" }, "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ=="],
|
||||||
|
|
||||||
"@esbuild/android-arm": ["@esbuild/android-arm@0.28.1", "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.28.1.tgz", { "os": "android", "cpu": "arm" }, "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ=="],
|
"@esbuild/android-arm": ["@esbuild/android-arm@0.28.1", "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.28.1.tgz", { "os": "android", "cpu": "arm" }, "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ=="],
|
||||||
@@ -75,19 +80,21 @@
|
|||||||
|
|
||||||
"@modelcontextprotocol/sdk": ["@modelcontextprotocol/sdk@1.29.0", "https://registry.npmmirror.com/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz", { "dependencies": { "@hono/node-server": "^1.19.9", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "content-type": "^1.0.5", "cors": "^2.8.5", "cross-spawn": "^7.0.5", "eventsource": "^3.0.2", "eventsource-parser": "^3.0.0", "express": "^5.2.1", "express-rate-limit": "^8.2.1", "hono": "^4.11.4", "jose": "^6.1.3", "json-schema-typed": "^8.0.2", "pkce-challenge": "^5.0.0", "raw-body": "^3.0.0", "zod": "^3.25 || ^4.0", "zod-to-json-schema": "^3.25.1" }, "peerDependencies": { "@cfworker/json-schema": "^4.1.1" }, "optionalPeers": ["@cfworker/json-schema"] }, "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ=="],
|
"@modelcontextprotocol/sdk": ["@modelcontextprotocol/sdk@1.29.0", "https://registry.npmmirror.com/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz", { "dependencies": { "@hono/node-server": "^1.19.9", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "content-type": "^1.0.5", "cors": "^2.8.5", "cross-spawn": "^7.0.5", "eventsource": "^3.0.2", "eventsource-parser": "^3.0.0", "express": "^5.2.1", "express-rate-limit": "^8.2.1", "hono": "^4.11.4", "jose": "^6.1.3", "json-schema-typed": "^8.0.2", "pkce-challenge": "^5.0.0", "raw-body": "^3.0.0", "zod": "^3.25 || ^4.0", "zod-to-json-schema": "^3.25.1" }, "peerDependencies": { "@cfworker/json-schema": "^4.1.1" }, "optionalPeers": ["@cfworker/json-schema"] }, "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ=="],
|
||||||
|
|
||||||
"@openai/codex": ["@openai/codex@0.139.0", "https://registry.npmmirror.com/@openai/codex/-/codex-0.139.0.tgz", { "optionalDependencies": { "@openai/codex-darwin-arm64": "npm:@openai/codex@0.139.0-darwin-arm64", "@openai/codex-darwin-x64": "npm:@openai/codex@0.139.0-darwin-x64", "@openai/codex-linux-arm64": "npm:@openai/codex@0.139.0-linux-arm64", "@openai/codex-linux-x64": "npm:@openai/codex@0.139.0-linux-x64", "@openai/codex-win32-arm64": "npm:@openai/codex@0.139.0-win32-arm64", "@openai/codex-win32-x64": "npm:@openai/codex@0.139.0-win32-x64" }, "bin": { "codex": "bin/codex.js" } }, "sha512-wr2fRE+fzW0CjEbfFsLh1ftarVEcw0CMLWS7QyA0nyOz5qacQPVq3cq2+/U7oEbwm1TOqoi0Fm1nxniB5FkpmA=="],
|
"@openai/codex": ["@openai/codex@0.145.0", "", { "optionalDependencies": { "@openai/codex-darwin-arm64": "npm:@openai/codex@0.145.0-darwin-arm64", "@openai/codex-darwin-x64": "npm:@openai/codex@0.145.0-darwin-x64", "@openai/codex-linux-arm64": "npm:@openai/codex@0.145.0-linux-arm64", "@openai/codex-linux-x64": "npm:@openai/codex@0.145.0-linux-x64", "@openai/codex-win32-arm64": "npm:@openai/codex@0.145.0-win32-arm64", "@openai/codex-win32-x64": "npm:@openai/codex@0.145.0-win32-x64" }, "bin": { "codex": "bin/codex.js" } }, "sha512-/PSPSFujjjmiyVFvG2yu/grOFhsWdokTH8t2KGWhXSo/M5n/dIDsnbsnO82/7bLtIoDuzQf7ATBUMWqPWQINlQ=="],
|
||||||
|
|
||||||
"@openai/codex-darwin-arm64": ["@openai/codex@0.139.0-darwin-arm64", "https://registry.npmmirror.com/@openai/codex/-/codex-0.139.0-darwin-arm64.tgz", { "os": "darwin", "cpu": "arm64" }, "sha512-o+0ZKWwgDFMMLO7rwinzO0PQsgK+Vme1pMN2GeAxsX29ZgGZcyPICfpJbeGSUO1mb2a36Skjx6nfdRnxMY0r7w=="],
|
"@openai/codex-darwin-arm64": ["@openai/codex@0.145.0-darwin-arm64", "", { "os": "darwin", "cpu": "arm64" }, "sha512-h6aQ0UxnaP8mIM/9/qPAH9MNkRliJo88toq1T36IxNM2L5JSU0TFamu+MZn7YkFgDsrp0RfiI+97Tm8AVVxqtA=="],
|
||||||
|
|
||||||
"@openai/codex-darwin-x64": ["@openai/codex@0.139.0-darwin-x64", "https://registry.npmmirror.com/@openai/codex/-/codex-0.139.0-darwin-x64.tgz", { "os": "darwin", "cpu": "x64" }, "sha512-9gkBWzu6DB2rqU4DbpxD3DE5bofGpsK46Lp0h0I+bKWc2IIcxvSi8K2utKmBLoJCbKrn4JQu7dFNGRqEfENung=="],
|
"@openai/codex-darwin-x64": ["@openai/codex@0.145.0-darwin-x64", "", { "os": "darwin", "cpu": "x64" }, "sha512-FCYzVKCa9VoLtg9gVyzKpqylonfgZrfcWZN6HsXAZPeuo8CukdMqdgTUOhDn2V6h3MbqS0z6VqQVKUllN/yKhA=="],
|
||||||
|
|
||||||
"@openai/codex-linux-arm64": ["@openai/codex@0.139.0-linux-arm64", "https://registry.npmmirror.com/@openai/codex/-/codex-0.139.0-linux-arm64.tgz", { "os": "linux", "cpu": "arm64" }, "sha512-tBQE5lZciRHeWZGuURgjP9S717MvTIpQMc593+DNxY2LQxozkngOkzFSQd1+/UmQKGrCqdFLu5irIwPXpSZyEw=="],
|
"@openai/codex-linux-arm64": ["@openai/codex@0.145.0-linux-arm64", "", { "os": "linux", "cpu": "arm64" }, "sha512-8OLcPXaAol/FOrRoDxWhIiHIFa73KRsM41EKocjRZOwiT4TcelzJWn3dHyiuSb7teWF25rrslvSPyvhULYRRCQ=="],
|
||||||
|
|
||||||
"@openai/codex-linux-x64": ["@openai/codex@0.139.0-linux-x64", "https://registry.npmmirror.com/@openai/codex/-/codex-0.139.0-linux-x64.tgz", { "os": "linux", "cpu": "x64" }, "sha512-14UgzDS+X4crkvdt6S02A/ZZOrS8ZyWiuTRpguCtnhNamb7unSuDxy86BWgpAl3sqiTaN2CP8VLyp2ohQ8Nbzw=="],
|
"@openai/codex-linux-x64": ["@openai/codex@0.145.0-linux-x64", "", { "os": "linux", "cpu": "x64" }, "sha512-u8w8LLv3DvsfrDCoswLIemZ0SoNEXyi511WsfFsSiYUazk9qMsB/NtU8N9vhAfN7mZAxLFoMex4v66JjHuZWwA=="],
|
||||||
|
|
||||||
"@openai/codex-win32-arm64": ["@openai/codex@0.139.0-win32-arm64", "https://registry.npmmirror.com/@openai/codex/-/codex-0.139.0-win32-arm64.tgz", { "os": "win32", "cpu": "arm64" }, "sha512-nlwRjsYotH1Rtqu/Q0VwQbIeO2UX1mkHK84Ov9qn/hl29QqqoBtno0tRyqIPbkXFIVQuWiAYXlV3ugLwH5fTrQ=="],
|
"@openai/codex-win32-arm64": ["@openai/codex@0.145.0-win32-arm64", "", { "os": "win32", "cpu": "arm64" }, "sha512-sub61rjEFevi1i3Zx7nAd4JM5XxoNFqMqFc5LfTo2xSI8ixHjFvEYDFDXwXOftT04n3Ht1Wh271ioUZpDiEjEg=="],
|
||||||
|
|
||||||
"@openai/codex-win32-x64": ["@openai/codex@0.139.0-win32-x64", "https://registry.npmmirror.com/@openai/codex/-/codex-0.139.0-win32-x64.tgz", { "os": "win32", "cpu": "x64" }, "sha512-lQrVLNz+90wdvWVNFDvCkHQRiAK9ZllmkTka3c8eqSDqdJk35Gpgppfv9Xtw5M2ZBtTq0sBdWBiCMyzGDBSpmQ=="],
|
"@openai/codex-win32-x64": ["@openai/codex@0.145.0-win32-x64", "", { "os": "win32", "cpu": "x64" }, "sha512-u0h9lk094CaXRSqE34SBW2dRaQTPa6fASXqehczWH9QdsU62mBsiAgAdp6tCG4i+YzPmmhjD8FdXNnYGNmwuMg=="],
|
||||||
|
|
||||||
|
"@so-ric/colorspace": ["@so-ric/colorspace@1.1.6", "", { "dependencies": { "color": "^5.0.2", "text-hex": "1.0.x" } }, "sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw=="],
|
||||||
|
|
||||||
"@types/body-parser": ["@types/body-parser@1.19.6", "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.6.tgz", { "dependencies": { "@types/connect": "*", "@types/node": "*" } }, "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g=="],
|
"@types/body-parser": ["@types/body-parser@1.19.6", "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.6.tgz", { "dependencies": { "@types/connect": "*", "@types/node": "*" } }, "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g=="],
|
||||||
|
|
||||||
@@ -109,12 +116,16 @@
|
|||||||
|
|
||||||
"@types/serve-static": ["@types/serve-static@2.2.0", "https://registry.npmmirror.com/@types/serve-static/-/serve-static-2.2.0.tgz", { "dependencies": { "@types/http-errors": "*", "@types/node": "*" } }, "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ=="],
|
"@types/serve-static": ["@types/serve-static@2.2.0", "https://registry.npmmirror.com/@types/serve-static/-/serve-static-2.2.0.tgz", { "dependencies": { "@types/http-errors": "*", "@types/node": "*" } }, "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ=="],
|
||||||
|
|
||||||
|
"@types/triple-beam": ["@types/triple-beam@1.3.5", "", {}, "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw=="],
|
||||||
|
|
||||||
"accepts": ["accepts@2.0.0", "https://registry.npmmirror.com/accepts/-/accepts-2.0.0.tgz", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="],
|
"accepts": ["accepts@2.0.0", "https://registry.npmmirror.com/accepts/-/accepts-2.0.0.tgz", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="],
|
||||||
|
|
||||||
"ajv": ["ajv@8.20.0", "https://registry.npmmirror.com/ajv/-/ajv-8.20.0.tgz", { "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2" } }, "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA=="],
|
"ajv": ["ajv@8.20.0", "https://registry.npmmirror.com/ajv/-/ajv-8.20.0.tgz", { "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2" } }, "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA=="],
|
||||||
|
|
||||||
"ajv-formats": ["ajv-formats@3.0.1", "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-3.0.1.tgz", { "dependencies": { "ajv": "^8.0.0" } }, "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ=="],
|
"ajv-formats": ["ajv-formats@3.0.1", "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-3.0.1.tgz", { "dependencies": { "ajv": "^8.0.0" } }, "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ=="],
|
||||||
|
|
||||||
|
"async": ["async@3.2.6", "", {}, "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="],
|
||||||
|
|
||||||
"body-parser": ["body-parser@2.2.2", "https://registry.npmmirror.com/body-parser/-/body-parser-2.2.2.tgz", { "dependencies": { "bytes": "^3.1.2", "content-type": "^1.0.5", "debug": "^4.4.3", "http-errors": "^2.0.0", "iconv-lite": "^0.7.0", "on-finished": "^2.4.1", "qs": "^6.14.1", "raw-body": "^3.0.1", "type-is": "^2.0.1" } }, "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA=="],
|
"body-parser": ["body-parser@2.2.2", "https://registry.npmmirror.com/body-parser/-/body-parser-2.2.2.tgz", { "dependencies": { "bytes": "^3.1.2", "content-type": "^1.0.5", "debug": "^4.4.3", "http-errors": "^2.0.0", "iconv-lite": "^0.7.0", "on-finished": "^2.4.1", "qs": "^6.14.1", "raw-body": "^3.0.1", "type-is": "^2.0.1" } }, "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA=="],
|
||||||
|
|
||||||
"bytes": ["bytes@3.1.2", "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", {}, "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="],
|
"bytes": ["bytes@3.1.2", "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", {}, "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="],
|
||||||
@@ -123,6 +134,14 @@
|
|||||||
|
|
||||||
"call-bound": ["call-bound@1.0.4", "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz", { "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" } }, "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg=="],
|
"call-bound": ["call-bound@1.0.4", "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz", { "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" } }, "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg=="],
|
||||||
|
|
||||||
|
"color": ["color@5.0.3", "", { "dependencies": { "color-convert": "^3.1.3", "color-string": "^2.1.3" } }, "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA=="],
|
||||||
|
|
||||||
|
"color-convert": ["color-convert@3.1.3", "", { "dependencies": { "color-name": "^2.0.0" } }, "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg=="],
|
||||||
|
|
||||||
|
"color-name": ["color-name@2.1.1", "", {}, "sha512-p2FdgwVx1a9yWBHP2wI0VgShkDpgN4kZISkxdNipGBJWpa5G6b04OINlVWCyJj0JmfvcPrgqt95E9k8yvaOJFg=="],
|
||||||
|
|
||||||
|
"color-string": ["color-string@2.1.4", "", { "dependencies": { "color-name": "^2.0.0" } }, "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg=="],
|
||||||
|
|
||||||
"content-disposition": ["content-disposition@1.1.0", "https://registry.npmmirror.com/content-disposition/-/content-disposition-1.1.0.tgz", {}, "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g=="],
|
"content-disposition": ["content-disposition@1.1.0", "https://registry.npmmirror.com/content-disposition/-/content-disposition-1.1.0.tgz", {}, "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g=="],
|
||||||
|
|
||||||
"content-type": ["content-type@1.0.5", "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz", {}, "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA=="],
|
"content-type": ["content-type@1.0.5", "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz", {}, "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA=="],
|
||||||
@@ -143,6 +162,8 @@
|
|||||||
|
|
||||||
"ee-first": ["ee-first@1.1.1", "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz", {}, "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="],
|
"ee-first": ["ee-first@1.1.1", "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz", {}, "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="],
|
||||||
|
|
||||||
|
"enabled": ["enabled@2.0.0", "", {}, "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ=="],
|
||||||
|
|
||||||
"encodeurl": ["encodeurl@2.0.0", "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz", {}, "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg=="],
|
"encodeurl": ["encodeurl@2.0.0", "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz", {}, "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg=="],
|
||||||
|
|
||||||
"es-define-property": ["es-define-property@1.0.1", "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz", {}, "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="],
|
"es-define-property": ["es-define-property@1.0.1", "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz", {}, "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="],
|
||||||
@@ -169,8 +190,12 @@
|
|||||||
|
|
||||||
"fast-uri": ["fast-uri@3.1.2", "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.2.tgz", {}, "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ=="],
|
"fast-uri": ["fast-uri@3.1.2", "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.2.tgz", {}, "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ=="],
|
||||||
|
|
||||||
|
"fecha": ["fecha@4.2.3", "", {}, "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw=="],
|
||||||
|
|
||||||
"finalhandler": ["finalhandler@2.1.1", "https://registry.npmmirror.com/finalhandler/-/finalhandler-2.1.1.tgz", { "dependencies": { "debug": "^4.4.0", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "on-finished": "^2.4.1", "parseurl": "^1.3.3", "statuses": "^2.0.1" } }, "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA=="],
|
"finalhandler": ["finalhandler@2.1.1", "https://registry.npmmirror.com/finalhandler/-/finalhandler-2.1.1.tgz", { "dependencies": { "debug": "^4.4.0", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "on-finished": "^2.4.1", "parseurl": "^1.3.3", "statuses": "^2.0.1" } }, "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA=="],
|
||||||
|
|
||||||
|
"fn.name": ["fn.name@1.1.0", "", {}, "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="],
|
||||||
|
|
||||||
"forwarded": ["forwarded@0.2.0", "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz", {}, "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="],
|
"forwarded": ["forwarded@0.2.0", "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz", {}, "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="],
|
||||||
|
|
||||||
"fresh": ["fresh@2.0.0", "https://registry.npmmirror.com/fresh/-/fresh-2.0.0.tgz", {}, "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A=="],
|
"fresh": ["fresh@2.0.0", "https://registry.npmmirror.com/fresh/-/fresh-2.0.0.tgz", {}, "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A=="],
|
||||||
@@ -203,6 +228,8 @@
|
|||||||
|
|
||||||
"is-promise": ["is-promise@4.0.0", "https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz", {}, "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="],
|
"is-promise": ["is-promise@4.0.0", "https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz", {}, "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="],
|
||||||
|
|
||||||
|
"is-stream": ["is-stream@2.0.1", "", {}, "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="],
|
||||||
|
|
||||||
"isexe": ["isexe@2.0.0", "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="],
|
"isexe": ["isexe@2.0.0", "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="],
|
||||||
|
|
||||||
"jose": ["jose@6.2.3", "https://registry.npmmirror.com/jose/-/jose-6.2.3.tgz", {}, "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw=="],
|
"jose": ["jose@6.2.3", "https://registry.npmmirror.com/jose/-/jose-6.2.3.tgz", {}, "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw=="],
|
||||||
@@ -211,6 +238,10 @@
|
|||||||
|
|
||||||
"json-schema-typed": ["json-schema-typed@8.0.2", "https://registry.npmmirror.com/json-schema-typed/-/json-schema-typed-8.0.2.tgz", {}, "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA=="],
|
"json-schema-typed": ["json-schema-typed@8.0.2", "https://registry.npmmirror.com/json-schema-typed/-/json-schema-typed-8.0.2.tgz", {}, "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA=="],
|
||||||
|
|
||||||
|
"kuler": ["kuler@2.0.0", "", {}, "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A=="],
|
||||||
|
|
||||||
|
"logform": ["logform@2.7.0", "", { "dependencies": { "@colors/colors": "1.6.0", "@types/triple-beam": "^1.3.2", "fecha": "^4.2.0", "ms": "^2.1.1", "safe-stable-stringify": "^2.3.1", "triple-beam": "^1.3.0" } }, "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ=="],
|
||||||
|
|
||||||
"math-intrinsics": ["math-intrinsics@1.1.0", "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="],
|
"math-intrinsics": ["math-intrinsics@1.1.0", "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="],
|
||||||
|
|
||||||
"media-typer": ["media-typer@1.1.0", "https://registry.npmmirror.com/media-typer/-/media-typer-1.1.0.tgz", {}, "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw=="],
|
"media-typer": ["media-typer@1.1.0", "https://registry.npmmirror.com/media-typer/-/media-typer-1.1.0.tgz", {}, "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw=="],
|
||||||
@@ -233,6 +264,8 @@
|
|||||||
|
|
||||||
"once": ["once@1.4.0", "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", { "dependencies": { "wrappy": "1" } }, "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w=="],
|
"once": ["once@1.4.0", "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", { "dependencies": { "wrappy": "1" } }, "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w=="],
|
||||||
|
|
||||||
|
"one-time": ["one-time@1.0.0", "", { "dependencies": { "fn.name": "1.x.x" } }, "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g=="],
|
||||||
|
|
||||||
"parseurl": ["parseurl@1.3.3", "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz", {}, "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="],
|
"parseurl": ["parseurl@1.3.3", "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz", {}, "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="],
|
||||||
|
|
||||||
"path-key": ["path-key@3.1.1", "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", {}, "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="],
|
"path-key": ["path-key@3.1.1", "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", {}, "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="],
|
||||||
@@ -249,10 +282,16 @@
|
|||||||
|
|
||||||
"raw-body": ["raw-body@3.0.2", "https://registry.npmmirror.com/raw-body/-/raw-body-3.0.2.tgz", { "dependencies": { "bytes": "~3.1.2", "http-errors": "~2.0.1", "iconv-lite": "~0.7.0", "unpipe": "~1.0.0" } }, "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA=="],
|
"raw-body": ["raw-body@3.0.2", "https://registry.npmmirror.com/raw-body/-/raw-body-3.0.2.tgz", { "dependencies": { "bytes": "~3.1.2", "http-errors": "~2.0.1", "iconv-lite": "~0.7.0", "unpipe": "~1.0.0" } }, "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA=="],
|
||||||
|
|
||||||
|
"readable-stream": ["readable-stream@3.6.2", "", { "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA=="],
|
||||||
|
|
||||||
"require-from-string": ["require-from-string@2.0.2", "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", {}, "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="],
|
"require-from-string": ["require-from-string@2.0.2", "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", {}, "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="],
|
||||||
|
|
||||||
"router": ["router@2.2.0", "https://registry.npmmirror.com/router/-/router-2.2.0.tgz", { "dependencies": { "debug": "^4.4.0", "depd": "^2.0.0", "is-promise": "^4.0.0", "parseurl": "^1.3.3", "path-to-regexp": "^8.0.0" } }, "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ=="],
|
"router": ["router@2.2.0", "https://registry.npmmirror.com/router/-/router-2.2.0.tgz", { "dependencies": { "debug": "^4.4.0", "depd": "^2.0.0", "is-promise": "^4.0.0", "parseurl": "^1.3.3", "path-to-regexp": "^8.0.0" } }, "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ=="],
|
||||||
|
|
||||||
|
"safe-buffer": ["safe-buffer@5.2.1", "", {}, "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="],
|
||||||
|
|
||||||
|
"safe-stable-stringify": ["safe-stable-stringify@2.5.0", "", {}, "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA=="],
|
||||||
|
|
||||||
"safer-buffer": ["safer-buffer@2.1.2", "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", {}, "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="],
|
"safer-buffer": ["safer-buffer@2.1.2", "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", {}, "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="],
|
||||||
|
|
||||||
"send": ["send@1.2.1", "https://registry.npmmirror.com/send/-/send-1.2.1.tgz", { "dependencies": { "debug": "^4.4.3", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", "fresh": "^2.0.0", "http-errors": "^2.0.1", "mime-types": "^3.0.2", "ms": "^2.1.3", "on-finished": "^2.4.1", "range-parser": "^1.2.1", "statuses": "^2.0.2" } }, "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ=="],
|
"send": ["send@1.2.1", "https://registry.npmmirror.com/send/-/send-1.2.1.tgz", { "dependencies": { "debug": "^4.4.3", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", "fresh": "^2.0.0", "http-errors": "^2.0.1", "mime-types": "^3.0.2", "ms": "^2.1.3", "on-finished": "^2.4.1", "range-parser": "^1.2.1", "statuses": "^2.0.2" } }, "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ=="],
|
||||||
@@ -273,10 +312,18 @@
|
|||||||
|
|
||||||
"side-channel-weakmap": ["side-channel-weakmap@1.0.2", "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3", "side-channel-map": "^1.0.1" } }, "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A=="],
|
"side-channel-weakmap": ["side-channel-weakmap@1.0.2", "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3", "side-channel-map": "^1.0.1" } }, "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A=="],
|
||||||
|
|
||||||
|
"stack-trace": ["stack-trace@0.0.10", "", {}, "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg=="],
|
||||||
|
|
||||||
"statuses": ["statuses@2.0.2", "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz", {}, "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw=="],
|
"statuses": ["statuses@2.0.2", "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz", {}, "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw=="],
|
||||||
|
|
||||||
|
"string_decoder": ["string_decoder@1.3.0", "", { "dependencies": { "safe-buffer": "~5.2.0" } }, "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA=="],
|
||||||
|
|
||||||
|
"text-hex": ["text-hex@1.0.0", "", {}, "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg=="],
|
||||||
|
|
||||||
"toidentifier": ["toidentifier@1.0.1", "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", {}, "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="],
|
"toidentifier": ["toidentifier@1.0.1", "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", {}, "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="],
|
||||||
|
|
||||||
|
"triple-beam": ["triple-beam@1.4.1", "", {}, "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg=="],
|
||||||
|
|
||||||
"tsx": ["tsx@4.22.4", "https://registry.npmmirror.com/tsx/-/tsx-4.22.4.tgz", { "dependencies": { "esbuild": "~0.28.0" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "bin": { "tsx": "dist/cli.mjs" } }, "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg=="],
|
"tsx": ["tsx@4.22.4", "https://registry.npmmirror.com/tsx/-/tsx-4.22.4.tgz", { "dependencies": { "esbuild": "~0.28.0" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "bin": { "tsx": "dist/cli.mjs" } }, "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg=="],
|
||||||
|
|
||||||
"type-is": ["type-is@2.1.0", "https://registry.npmmirror.com/type-is/-/type-is-2.1.0.tgz", { "dependencies": { "content-type": "^2.0.0", "media-typer": "^1.1.0", "mime-types": "^3.0.0" } }, "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA=="],
|
"type-is": ["type-is@2.1.0", "https://registry.npmmirror.com/type-is/-/type-is-2.1.0.tgz", { "dependencies": { "content-type": "^2.0.0", "media-typer": "^1.1.0", "mime-types": "^3.0.0" } }, "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA=="],
|
||||||
@@ -287,10 +334,16 @@
|
|||||||
|
|
||||||
"unpipe": ["unpipe@1.0.0", "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz", {}, "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="],
|
"unpipe": ["unpipe@1.0.0", "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz", {}, "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="],
|
||||||
|
|
||||||
|
"util-deprecate": ["util-deprecate@1.0.2", "", {}, "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="],
|
||||||
|
|
||||||
"vary": ["vary@1.1.2", "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz", {}, "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="],
|
"vary": ["vary@1.1.2", "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz", {}, "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="],
|
||||||
|
|
||||||
"which": ["which@2.0.2", "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "./bin/node-which" } }, "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="],
|
"which": ["which@2.0.2", "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "./bin/node-which" } }, "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="],
|
||||||
|
|
||||||
|
"winston": ["winston@3.19.0", "", { "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.8", "async": "^3.2.3", "is-stream": "^2.0.0", "logform": "^2.7.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", "stack-trace": "0.0.x", "triple-beam": "^1.3.0", "winston-transport": "^4.9.0" } }, "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA=="],
|
||||||
|
|
||||||
|
"winston-transport": ["winston-transport@4.9.0", "", { "dependencies": { "logform": "^2.7.0", "readable-stream": "^3.6.2", "triple-beam": "^1.3.0" } }, "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A=="],
|
||||||
|
|
||||||
"wrappy": ["wrappy@1.0.2", "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", {}, "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="],
|
"wrappy": ["wrappy@1.0.2", "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", {}, "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="],
|
||||||
|
|
||||||
"zod": ["zod@3.25.76", "https://registry.npmmirror.com/zod/-/zod-3.25.76.tgz", {}, "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="],
|
"zod": ["zod@3.25.76", "https://registry.npmmirror.com/zod/-/zod-3.25.76.tgz", {}, "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="],
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,26 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "@basketikun/canvas-agent",
|
"name": "@basketikun/canvas-agent",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"bin": {
|
"bin": {
|
||||||
"canvas-agent": "./dist/index.js"
|
"canvas-agent": "dist/index.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
"agent-instructions.md",
|
||||||
"README.md"
|
"README.md"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx src/index.ts",
|
"dev": "tsx src/index.ts",
|
||||||
|
"debug": "tsx src/index.ts --debug",
|
||||||
|
"test": "tsx --test src/canvas/session.test.ts",
|
||||||
"build": "tsc -p tsconfig.json",
|
"build": "tsc -p tsconfig.json",
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
"prepack": "npm run build"
|
"prepack": "npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modelcontextprotocol/sdk": "^1.12.1",
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
||||||
"@openai/codex": "^0.139.0",
|
"@openai/codex": "0.145.0",
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
|
"winston": "^3.19.0",
|
||||||
"zod": "^3.25.0"
|
"zod": "^3.25.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -0,0 +1,48 @@
|
|||||||
|
import { spawn } from "node:child_process";
|
||||||
|
|
||||||
|
import { AGENT_PROMPT } from "../config.js";
|
||||||
|
import { errorMessage } from "../utils/value.js";
|
||||||
|
import type { AgentEmit } from "./types.js";
|
||||||
|
|
||||||
|
/** 使用 Claude CLI 执行一次带 Canvas Agent 工具的任务。 */
|
||||||
|
export function runClaudeTurn(prompt: string, emit: AgentEmit) {
|
||||||
|
const fullPrompt = withAgentPrompt(prompt);
|
||||||
|
if (!fullPrompt) return;
|
||||||
|
const child = spawnAgent("claude", ["-p", "--output-format", "stream-json", "--verbose", "--include-partial-messages", "--allowedTools", "mcp__infinite-canvas__*", fullPrompt], emit);
|
||||||
|
if (child) pipeJsonLines(child, emit, "claude");
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 为 Claude CLI 请求拼接 Canvas Agent 指令。 */
|
||||||
|
function withAgentPrompt(prompt: string) {
|
||||||
|
return prompt.trim() ? `${AGENT_PROMPT}\n\n用户请求:${prompt}` : "";
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将 Claude CLI 的 JSON Lines 输出转换为 Agent 事件。 */
|
||||||
|
function pipeJsonLines(child: ReturnType<typeof spawn>, emit: AgentEmit, agent: string) {
|
||||||
|
let out = "";
|
||||||
|
child.stdout?.on("data", (chunk) => {
|
||||||
|
out += chunk.toString();
|
||||||
|
const lines = out.split(/\r?\n/);
|
||||||
|
out = lines.pop() || "";
|
||||||
|
lines.filter(Boolean).forEach((line) => {
|
||||||
|
try {
|
||||||
|
emit("agent_event", { agent, ...JSON.parse(line) });
|
||||||
|
} catch {
|
||||||
|
emit("agent_event", { agent, type: "raw", text: line });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
child.stderr?.on("data", (chunk) => emit("agent_log", { text: chunk.toString() }));
|
||||||
|
child.on("error", (error) => emit("agent_error", { message: error.message }));
|
||||||
|
child.on("close", (code) => emit("agent_done", { agent, code }));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 启动外部 Agent CLI,并将同步启动异常转换为事件。 */
|
||||||
|
function spawnAgent(name: string, args: string[], emit: AgentEmit) {
|
||||||
|
try {
|
||||||
|
return spawn(name, args, { stdio: ["ignore", "pipe", "pipe"], shell: process.platform === "win32", windowsHide: true });
|
||||||
|
} catch (error) {
|
||||||
|
emit("agent_error", { message: errorMessage(error) });
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,426 @@
|
|||||||
|
import { spawn, type ChildProcess } from "node:child_process";
|
||||||
|
import { createRequire } from "node:module";
|
||||||
|
import path from "node:path";
|
||||||
|
import { fileURLToPath } from "node:url";
|
||||||
|
|
||||||
|
import { VERSION } from "../config.js";
|
||||||
|
import { logger } from "../utils/logger.js";
|
||||||
|
import { field, type JsonRecord } from "../utils/value.js";
|
||||||
|
import type { CodexNotificationParams, CodexPlanUpdate, CodexRequestMethod, CodexRequestParams, CodexRequestResult, CodexTurnInput } from "./codex-protocol.js";
|
||||||
|
import type { AgentEmit, AgentPermissionMode } from "./types.js";
|
||||||
|
|
||||||
|
type AgentEvent = JsonRecord & { type: string; usage?: unknown };
|
||||||
|
type PendingRequest = { resolve: (value: unknown) => void; reject: (error: Error) => void };
|
||||||
|
type ItemDeltaParams = { threadId: string; turnId: string; itemId: string; delta: string };
|
||||||
|
type PendingDelta = { delta: string; itemType: string; params: ItemDeltaParams; timer: ReturnType<typeof setTimeout> };
|
||||||
|
|
||||||
|
const canvasAgentMcp = canvasAgentMcpCommand();
|
||||||
|
const require = createRequire(import.meta.url);
|
||||||
|
const STREAM_UPDATE_INTERVAL_MS = 40;
|
||||||
|
|
||||||
|
/** 封装 Codex app-server 的 JSON-RPC 通信与事件转换。 */
|
||||||
|
export class CodexAppClient {
|
||||||
|
private nextId = 1;
|
||||||
|
private buffer = "";
|
||||||
|
private currentThreadId = "";
|
||||||
|
private currentTurnId = "";
|
||||||
|
private textByItem = new Map<string, string>();
|
||||||
|
private lastUsage: unknown = null;
|
||||||
|
private pending = new Map<number, PendingRequest>();
|
||||||
|
private activeTurns = new Map<string, PendingRequest>();
|
||||||
|
private completedTurns = new Map<string, Error | null>();
|
||||||
|
private pendingDeltas = new Map<string, PendingDelta>();
|
||||||
|
private plansByTurn = new Map<string, CodexPlanUpdate>();
|
||||||
|
private approvalRequests = new Map<string, { id: number; method: string; params: JsonRecord }>();
|
||||||
|
|
||||||
|
/** 保存 app-server 子进程和事件出口。 */
|
||||||
|
private constructor(private child: ChildProcess, private emit: AgentEmit) {}
|
||||||
|
|
||||||
|
/** 启动并初始化 Codex app-server。 */
|
||||||
|
static async start(emit: AgentEmit, onExit: () => void) {
|
||||||
|
logger.info("Starting Codex app-server", { executable: process.execPath, codex: codexBin() });
|
||||||
|
const child = spawn(process.execPath, [codexBin(), "app-server", "--stdio"], { stdio: ["pipe", "pipe", "pipe"], windowsHide: true });
|
||||||
|
const client = new CodexAppClient(child, emit);
|
||||||
|
child.stdout?.on("data", (chunk) => client.read(chunk.toString()));
|
||||||
|
child.stderr?.on("data", (chunk) => {
|
||||||
|
const text = chunk.toString();
|
||||||
|
logger.warn("Codex app-server stderr", { text });
|
||||||
|
emit("agent_log", { text });
|
||||||
|
});
|
||||||
|
child.on("error", (error) => {
|
||||||
|
logger.error("Codex app-server process error", error);
|
||||||
|
emit("agent_error", { message: error.message });
|
||||||
|
});
|
||||||
|
child.on("exit", (code) => {
|
||||||
|
logger.warn("Codex app-server exited", { code });
|
||||||
|
client.failAll(`Codex app-server exited: ${code ?? 0}`);
|
||||||
|
onExit();
|
||||||
|
emit("agent_log", { text: `Codex app-server exited: ${code ?? 0}` });
|
||||||
|
});
|
||||||
|
await client.request("initialize", { clientInfo: { name: "canvas-agent", title: "Infinite Canvas Agent", version: VERSION }, capabilities: { experimentalApi: true, requestAttestation: false } });
|
||||||
|
client.notify("initialized");
|
||||||
|
return client;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建新的 Codex 线程。 */
|
||||||
|
async startThread(cwd?: string, permissionMode: AgentPermissionMode = "request") {
|
||||||
|
const { thread } = await this.request("thread/start", { ...threadSettings(permissionMode), ...(cwd ? { cwd } : {}), threadSource: "user" });
|
||||||
|
if (!thread.id) throw new Error("Codex app-server 没有返回 thread id");
|
||||||
|
return thread;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 恢复已有 Codex 线程。 */
|
||||||
|
async resumeThread(threadId: string, cwd?: string, permissionMode: AgentPermissionMode = "request") {
|
||||||
|
const { thread } = await this.request("thread/resume", { threadId, ...threadSettings(permissionMode), ...(cwd ? { cwd } : {}) });
|
||||||
|
if (!thread.id) throw new Error("Codex app-server 没有返回 thread id");
|
||||||
|
return thread;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 查询 Codex 线程列表。 */
|
||||||
|
listThreads(params: CodexRequestParams<"thread/list">) {
|
||||||
|
return this.request("thread/list", params);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 读取指定 Codex 线程。 */
|
||||||
|
readThread(threadId: string, includeTurns = true) {
|
||||||
|
return this.request("thread/read", { threadId, includeTurns });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 归档指定 Codex 线程。 */
|
||||||
|
archiveThread(threadId: string) {
|
||||||
|
return this.request("thread/archive", { threadId });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 返回指定线程在当前进程中收到的最新任务计划。 */
|
||||||
|
planUpdates(threadId: string) {
|
||||||
|
return [...this.plansByTurn.values()].filter((item) => item.threadId === threadId);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 清理已归档线程的任务计划缓存。 */
|
||||||
|
clearPlanUpdates(threadId: string) {
|
||||||
|
this.plansByTurn.forEach((item, turnId) => {
|
||||||
|
if (item.threadId === threadId) this.plansByTurn.delete(turnId);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 启动一个 Codex turn 并等待完成通知。 */
|
||||||
|
async startTurn(threadId: string, prompt: string, images: string[], permissionMode: AgentPermissionMode, onTurn?: (turnId: string) => void) {
|
||||||
|
this.currentThreadId = threadId;
|
||||||
|
const { turn } = await this.request("turn/start", { threadId, input: codexInput(prompt, images), ...turnSettings(permissionMode) });
|
||||||
|
const turnId = turn.id;
|
||||||
|
if (!turnId) throw new Error("Codex app-server 没有返回 turn id");
|
||||||
|
this.currentTurnId = turnId;
|
||||||
|
onTurn?.(turnId);
|
||||||
|
const completed = this.completedTurns.get(turnId);
|
||||||
|
if (this.completedTurns.has(turnId)) {
|
||||||
|
this.completedTurns.delete(turnId);
|
||||||
|
this.currentThreadId = "";
|
||||||
|
this.currentTurnId = "";
|
||||||
|
if (completed) throw completed;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
await new Promise((resolve, reject) => this.activeTurns.set(turnId, { resolve, reject }));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 中断当前正在运行的 Codex turn。 */
|
||||||
|
async interruptCurrentTurn() {
|
||||||
|
const threadId = this.currentThreadId;
|
||||||
|
const turnId = this.currentTurnId;
|
||||||
|
if (!threadId || !turnId) return false;
|
||||||
|
try {
|
||||||
|
logger.warn("Interrupting active Codex turn", { threadId, turnId });
|
||||||
|
await this.request("turn/interrupt", { threadId, turnId });
|
||||||
|
return true;
|
||||||
|
} catch (error) {
|
||||||
|
logger.warn("Failed to interrupt Codex turn", { error, threadId, turnId });
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 回复网页端已经确认的 Codex 权限请求。 */
|
||||||
|
resolveApproval(requestId: string, decision: string) {
|
||||||
|
const request = this.approvalRequests.get(requestId);
|
||||||
|
if (!request) return false;
|
||||||
|
this.approvalRequests.delete(requestId);
|
||||||
|
const permissions = field(request.params, "permissions") || field(request.params, "requestedPermissions");
|
||||||
|
const result = request.method === "item/permissions/requestApproval"
|
||||||
|
? { permissions: decision === "decline" ? {} : permissions || {}, scope: decision === "acceptForSession" ? "session" : "turn" }
|
||||||
|
: { decision };
|
||||||
|
this.write({ id: request.id, result });
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 发送 JSON-RPC 请求并保存待处理 Promise。 */
|
||||||
|
private request<Method extends CodexRequestMethod>(method: Method, params: CodexRequestParams<Method>) {
|
||||||
|
const id = this.nextId++;
|
||||||
|
this.write({ id, method, params });
|
||||||
|
return new Promise<CodexRequestResult<Method>>((resolve, reject) => this.pending.set(id, { resolve: (result) => resolve(result as CodexRequestResult<Method>), reject }));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 发送无需响应的 JSON-RPC 通知。 */
|
||||||
|
private notify(method: string, params?: unknown) {
|
||||||
|
this.write(params === undefined ? { method } : { method, params });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将 JSON-RPC 消息写入 app-server 标准输入。 */
|
||||||
|
private write(value: unknown) {
|
||||||
|
const method = String(field(value, "method") || "");
|
||||||
|
const params = field(value, "params");
|
||||||
|
if (method) logger.debug(`Codex ${method}`, { id: field(value, "id"), threadId: field(params, "threadId") });
|
||||||
|
this.child.stdin?.write(`${JSON.stringify(value)}\n`);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 按行解析 app-server 标准输出。 */
|
||||||
|
private read(chunk: string) {
|
||||||
|
this.buffer += chunk;
|
||||||
|
const lines = this.buffer.split(/\r?\n/);
|
||||||
|
this.buffer = lines.pop() || "";
|
||||||
|
lines.filter(Boolean).forEach((line) => {
|
||||||
|
try {
|
||||||
|
this.handle(JSON.parse(line) as JsonRecord);
|
||||||
|
} catch (error) {
|
||||||
|
logger.warn("Invalid Codex app-server output", { error, line });
|
||||||
|
this.emit("agent_log", { text: line });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 分派单条 JSON-RPC 响应、请求或通知。 */
|
||||||
|
private handle(message: JsonRecord) {
|
||||||
|
const id = Number(message.id);
|
||||||
|
if (message.error && this.pending.has(id)) {
|
||||||
|
const error = String(field(message.error, "message") || "Codex request failed");
|
||||||
|
if (/not materialized yet.*includeTurns/i.test(error)) logger.debug("Codex thread has no messages yet", { id });
|
||||||
|
else logger.warn("Codex request failed", { id, error });
|
||||||
|
return this.reject(id, error);
|
||||||
|
}
|
||||||
|
if (this.pending.has(id)) return this.resolve(id, message.result);
|
||||||
|
if (typeof message.method === "string" && "id" in message) return this.answerServerRequest(message);
|
||||||
|
if (typeof message.method === "string") this.handleNotification(message.method, (message.params || {}) as JsonRecord);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 转换并广播 app-server 通知。 */
|
||||||
|
private handleNotification(method: string, params: JsonRecord) {
|
||||||
|
if (method === "serverRequest/resolved") {
|
||||||
|
const requestId = String(field(params, "requestId") || "");
|
||||||
|
if (requestId) this.approvalRequests.delete(requestId);
|
||||||
|
this.emit("codex_approval_resolved", { requestId, ...params });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!field(params, "threadId") && this.currentThreadId && (method === "turn/started" || method === "turn/completed" || method === "turn/plan/updated")) params = { ...params, threadId: this.currentThreadId };
|
||||||
|
if (method === "item/agentMessage/delta") {
|
||||||
|
const value = params as unknown as CodexNotificationParams<"item/agentMessage/delta">;
|
||||||
|
this.textByItem.set(value.itemId, `${this.textByItem.get(value.itemId) || ""}${value.delta}`);
|
||||||
|
return this.emitDelta("agent_message", value);
|
||||||
|
}
|
||||||
|
if (method === "item/plan/delta") return this.emitDelta("plan", params as unknown as CodexNotificationParams<"item/plan/delta">);
|
||||||
|
if (method === "item/reasoning/summaryTextDelta") return this.emitDelta("reasoning", params as unknown as CodexNotificationParams<"item/reasoning/summaryTextDelta">);
|
||||||
|
if (method === "item/commandExecution/outputDelta") return this.emitDelta("command_execution", params as unknown as CodexNotificationParams<"item/commandExecution/outputDelta">);
|
||||||
|
if (method === "turn/plan/updated") {
|
||||||
|
const value = params as unknown as CodexNotificationParams<"turn/plan/updated">;
|
||||||
|
const update: CodexPlanUpdate = { ...value, threadId: value.threadId || "" };
|
||||||
|
if (update.threadId && update.turnId) this.plansByTurn.set(update.turnId, update);
|
||||||
|
params = update as unknown as JsonRecord;
|
||||||
|
}
|
||||||
|
if (method === "thread/tokenUsage/updated") {
|
||||||
|
this.lastUsage = normalizeUsage(params as unknown as CodexNotificationParams<"thread/tokenUsage/updated">);
|
||||||
|
this.emit("agent_event", { agent: "codex", type: "usage.updated", usage: this.lastUsage, ...codexEventScope(params) });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const event = normalizeCodexNotification(method, params);
|
||||||
|
if (!event) return;
|
||||||
|
if (event.type === "item.completed") {
|
||||||
|
const item = field(event, "item") as JsonRecord | undefined;
|
||||||
|
const id = String(field(item, "id") || "");
|
||||||
|
this.flushDelta(id);
|
||||||
|
const streamedText = this.textByItem.get(id);
|
||||||
|
if (item?.type === "agent_message" && streamedText && !item.text) item.text = streamedText;
|
||||||
|
if (id) this.textByItem.delete(id);
|
||||||
|
}
|
||||||
|
if (event.type === "turn.completed") {
|
||||||
|
const turn = field(params, "turn");
|
||||||
|
const turnId = String(field(turn, "id") || field(params, "turnId") || "");
|
||||||
|
const plan = this.plansByTurn.get(turnId);
|
||||||
|
if (plan) this.plansByTurn.set(turnId, { ...plan, turnStatus: String(field(turn, "status") || "completed") });
|
||||||
|
}
|
||||||
|
if (event.type === "turn.completed") event.usage = this.lastUsage;
|
||||||
|
this.emit("agent_event", { agent: "codex", ...event });
|
||||||
|
if (event.type === "turn.completed") {
|
||||||
|
const turn = (params as unknown as CodexNotificationParams<"turn/completed">).turn;
|
||||||
|
const turnId = turn.id;
|
||||||
|
const pending = this.activeTurns.get(turnId);
|
||||||
|
const error = turn.error;
|
||||||
|
if (pending) {
|
||||||
|
this.activeTurns.delete(turnId);
|
||||||
|
error ? pending.reject(new Error(error.message || "Codex turn failed")) : pending.resolve(event);
|
||||||
|
} else if (turnId) {
|
||||||
|
this.completedTurns.set(turnId, error ? new Error(error.message || "Codex turn failed") : null);
|
||||||
|
}
|
||||||
|
if (turnId === this.currentTurnId) {
|
||||||
|
this.currentThreadId = "";
|
||||||
|
this.currentTurnId = "";
|
||||||
|
}
|
||||||
|
this.emit("agent_done", { agent: "codex", usage: event.usage, ...codexEventScope(params) });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 合并并广播 Agent 文本或执行输出增量。 */
|
||||||
|
private emitDelta(itemType: string, params: ItemDeltaParams) {
|
||||||
|
const id = params.itemId;
|
||||||
|
const pending = this.pendingDeltas.get(id);
|
||||||
|
if (pending) {
|
||||||
|
pending.delta += params.delta;
|
||||||
|
pending.itemType = itemType;
|
||||||
|
pending.params = params;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.pendingDeltas.set(id, {
|
||||||
|
delta: params.delta,
|
||||||
|
itemType,
|
||||||
|
params,
|
||||||
|
timer: setTimeout(() => this.flushDelta(id), STREAM_UPDATE_INTERVAL_MS),
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 合并短时间内的文本增量,减少 SSE 传输和前端渲染次数。 */
|
||||||
|
private flushDelta(id: string) {
|
||||||
|
const pending = this.pendingDeltas.get(id);
|
||||||
|
if (!pending) return;
|
||||||
|
clearTimeout(pending.timer);
|
||||||
|
this.pendingDeltas.delete(id);
|
||||||
|
if (pending.delta) this.emit("agent_event", { agent: "codex", type: "item.updated", item: { id, type: pending.itemType, delta: pending.delta }, ...codexEventScope(pending.params as unknown as JsonRecord) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 自动回复 app-server 发起的授权或交互请求。 */
|
||||||
|
private answerServerRequest(message: JsonRecord) {
|
||||||
|
const method = String(message.method);
|
||||||
|
const params = (field(message, "params") as JsonRecord) || {};
|
||||||
|
if (["item/commandExecution/requestApproval", "item/fileChange/requestApproval", "item/permissions/requestApproval"].includes(method)) {
|
||||||
|
const requestId = String(message.id);
|
||||||
|
this.approvalRequests.set(requestId, { id: Number(message.id), method, params });
|
||||||
|
this.emit("codex_approval", { requestId, method, ...params });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const result = method === "mcpServer/elicitation/request" ? { action: "accept", content: {}, _meta: null } : { decision: "decline" };
|
||||||
|
this.write({ id: message.id, result });
|
||||||
|
this.emit("agent_event", { agent: "codex", type: "server.request", method, params, result });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 完成指定 JSON-RPC 请求。 */
|
||||||
|
private resolve(id: number, result: unknown) {
|
||||||
|
const pending = this.pending.get(id);
|
||||||
|
if (pending) (this.pending.delete(id), pending.resolve(result));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 拒绝指定 JSON-RPC 请求。 */
|
||||||
|
private reject(id: number, message: string) {
|
||||||
|
const pending = this.pending.get(id);
|
||||||
|
if (pending) (this.pending.delete(id), pending.reject(new Error(message)));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 拒绝进程退出时仍未完成的请求与 turn。 */
|
||||||
|
private failAll(message: string) {
|
||||||
|
[...this.pending.values(), ...this.activeTurns.values()].forEach((item) => item.reject(new Error(message)));
|
||||||
|
this.pendingDeltas.forEach((item) => clearTimeout(item.timer));
|
||||||
|
this.pending.clear();
|
||||||
|
this.activeTurns.clear();
|
||||||
|
this.pendingDeltas.clear();
|
||||||
|
this.textByItem.clear();
|
||||||
|
this.approvalRequests.clear();
|
||||||
|
this.currentThreadId = "";
|
||||||
|
this.currentTurnId = "";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 生成 Codex 调用 Canvas Agent MCP 的启动命令。 */
|
||||||
|
function canvasAgentMcpCommand() {
|
||||||
|
const current = process.argv.find((arg) => /index\.(t|j)s$/.test(arg)) || "";
|
||||||
|
const entry = path.resolve(current || fileURLToPath(new URL("../index.js", import.meta.url)));
|
||||||
|
const tsx = path.join(path.dirname(entry), "..", "node_modules", "tsx", "dist", "cli.mjs");
|
||||||
|
return entry.endsWith(".ts") ? { command: process.execPath, args: [tsx, entry, "mcp"] } : { command: process.execPath, args: [entry, "mcp"] };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 生成 Codex app-server 使用的 MCP 配置。 */
|
||||||
|
function codexConfig(permissionMode: AgentPermissionMode) {
|
||||||
|
return { model_reasoning_summary: "auto", ...(permissionMode === "automatic" ? { approvals_reviewer: "auto_review" } : {}), mcp_servers: { "infinite-canvas": { command: canvasAgentMcp.command, args: canvasAgentMcp.args, default_tools_approval_mode: "approve", startup_timeout_sec: 20, tool_timeout_sec: 90 } } };
|
||||||
|
}
|
||||||
|
|
||||||
|
function threadSettings(permissionMode: AgentPermissionMode) {
|
||||||
|
return { approvalPolicy: permissionMode === "full" ? "never" as const : "on-request" as const, sandbox: permissionMode === "full" ? "danger-full-access" as const : "workspace-write" as const, config: codexConfig(permissionMode) };
|
||||||
|
}
|
||||||
|
|
||||||
|
function turnSettings(permissionMode: AgentPermissionMode) {
|
||||||
|
return {
|
||||||
|
approvalPolicy: permissionMode === "full" ? "never" as const : "on-request" as const,
|
||||||
|
sandboxPolicy: permissionMode === "full" ? { type: "dangerFullAccess" as const } : { type: "workspaceWrite" as const, networkAccess: false },
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将文本和本地图片转换为 Codex turn 输入。 */
|
||||||
|
function codexInput(prompt: string, images: string[]): CodexTurnInput[] {
|
||||||
|
return [{ type: "text", text: prompt, text_elements: [] }, ...images.map<CodexTurnInput>((file) => ({ type: "localImage", path: file }))];
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将 app-server 通知转换为前端使用的 Agent 事件。 */
|
||||||
|
function normalizeCodexNotification(method: string, params: JsonRecord): AgentEvent | null {
|
||||||
|
const scope = codexEventScope(params);
|
||||||
|
if (method === "thread/started") return { type: "thread.started", ...scope };
|
||||||
|
if (method === "turn/started") return { type: "turn.started", ...scope };
|
||||||
|
if (method === "turn/completed") return { type: "turn.completed", status: field(field(params, "turn"), "status"), error: field(field(params, "turn"), "error"), usage: null, duration_ms: field(field(params, "turn"), "durationMs"), ...scope };
|
||||||
|
if (method === "turn/plan/updated") return { type: "plan.updated", explanation: field(params, "explanation"), plan: field(params, "plan"), ...scope };
|
||||||
|
if (method === "item/started") return { type: "item.started", item: normalizeItem(field(params, "item")), ...scope };
|
||||||
|
if (method === "item/completed") return { type: "item.completed", item: normalizeItem(field(params, "item")), ...scope };
|
||||||
|
if (method === "error") return { type: "error", message: field(field(params, "error"), "message"), ...scope };
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 提取 Codex 事件所属的线程和 turn。 */
|
||||||
|
function codexEventScope(params: JsonRecord) {
|
||||||
|
const threadId = String(field(params, "threadId") || field(field(params, "thread"), "id") || "");
|
||||||
|
const turnId = String(field(params, "turnId") || field(field(params, "turn"), "id") || "");
|
||||||
|
return { ...(threadId ? { thread_id: threadId } : {}), ...(turnId ? { turn_id: turnId } : {}) };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 统一 app-server item 的类型和参数格式。 */
|
||||||
|
function normalizeItem(item: unknown) {
|
||||||
|
const value = item && typeof item === "object" ? { ...(item as JsonRecord) } : {};
|
||||||
|
if (value.type === "agentMessage") value.type = "agent_message";
|
||||||
|
if (value.type === "mcpToolCall") value.type = "mcp_tool_call";
|
||||||
|
if (value.type === "commandExecution") value.type = "command_execution";
|
||||||
|
if (value.type === "fileChange") value.type = "file_change";
|
||||||
|
if (value.type === "dynamicToolCall") value.type = "dynamic_tool_call";
|
||||||
|
if (value.type === "collabToolCall") value.type = "collab_tool_call";
|
||||||
|
if (value.type === "webSearch") value.type = "web_search";
|
||||||
|
if (value.type === "imageView") value.type = "image_view";
|
||||||
|
if (value.type === "imageGeneration") value.type = "image_generation";
|
||||||
|
if (value.type === "contextCompaction") value.type = "context_compaction";
|
||||||
|
if (value.type === "agent_message" && typeof value.id === "string") value.text = String(value.text || "");
|
||||||
|
if ("arguments" in value) value.arguments = parseMaybeJson(value.arguments);
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将 Codex token usage 转换为前端字段。 */
|
||||||
|
function normalizeUsage(params: CodexNotificationParams<"thread/tokenUsage/updated">) {
|
||||||
|
const last = params.tokenUsage.last;
|
||||||
|
return {
|
||||||
|
input_tokens: last.inputTokens,
|
||||||
|
cached_input_tokens: last.cachedInputTokens,
|
||||||
|
output_tokens: last.outputTokens,
|
||||||
|
reasoning_output_tokens: last.reasoningOutputTokens,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 尝试将字符串解析为 JSON,失败时保留原值。 */
|
||||||
|
function parseMaybeJson(value: unknown) {
|
||||||
|
if (typeof value !== "string") return value;
|
||||||
|
try {
|
||||||
|
return JSON.parse(value);
|
||||||
|
} catch {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 定位当前依赖中 Codex CLI 的执行文件。 */
|
||||||
|
function codexBin() {
|
||||||
|
return path.join(path.dirname(require.resolve("@openai/codex/package.json")), "bin", "codex.js");
|
||||||
|
}
|
||||||
@@ -0,0 +1,346 @@
|
|||||||
|
import { field } from "../utils/value.js";
|
||||||
|
import type { CodexPlanUpdate } from "./codex-protocol.js";
|
||||||
|
|
||||||
|
type AgentHistoryMessage = { id: string; role: "user" | "assistant" | "tool" | "error"; title?: string; text: string; detail?: unknown; streamId?: string };
|
||||||
|
|
||||||
|
/** 将 Codex 线程转换为列表展示所需的摘要。 */
|
||||||
|
export function summarizeCodexThread(thread: unknown) {
|
||||||
|
return {
|
||||||
|
id: String(field(thread, "id") || ""),
|
||||||
|
sessionId: String(field(thread, "sessionId") || ""),
|
||||||
|
preview: displayUserText(String(field(thread, "preview") || "")),
|
||||||
|
name: stringOrNull(field(thread, "name")),
|
||||||
|
cwd: String(field(thread, "cwd") || ""),
|
||||||
|
status: String(field(thread, "status") || ""),
|
||||||
|
source: field(thread, "source"),
|
||||||
|
threadSource: field(thread, "threadSource"),
|
||||||
|
createdAt: Number(field(thread, "createdAt") || 0),
|
||||||
|
updatedAt: Number(field(thread, "updatedAt") || 0),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将 Codex turn items 转换为网页聊天历史。 */
|
||||||
|
export function threadMessages(thread: unknown, planUpdates: CodexPlanUpdate[] = []): AgentHistoryMessage[] {
|
||||||
|
const turns = arrayValue(field(thread, "turns"));
|
||||||
|
const plansByTurn = new Map(planUpdates.map((item) => [item.turnId, item]));
|
||||||
|
const messages: AgentHistoryMessage[] = [];
|
||||||
|
turns.forEach((turn, turnIndex) => {
|
||||||
|
const turnId = String(field(turn, "id") || turnIndex);
|
||||||
|
const turnError = String(field(field(turn, "error"), "message") || "").trim();
|
||||||
|
const planMessage = structuredPlanMessage(plansByTurn.get(turnId) || { threadId: "", turnId, explanation: stringOrNull(field(turn, "explanation")), plan: arrayValue(field(turn, "plan")) as CodexPlanUpdate["plan"], turnStatus: String(field(turn, "status") || "") });
|
||||||
|
let planAdded = false;
|
||||||
|
arrayValue(field(turn, "items")).forEach((item, itemIndex) => {
|
||||||
|
const type = String(field(item, "type") || "");
|
||||||
|
const id = String(field(item, "id") || `${turnIndex}-${itemIndex}`);
|
||||||
|
if (type === "userMessage") {
|
||||||
|
const text = displayUserText(userInputText(field(item, "content")));
|
||||||
|
if (text) messages.push({ id, role: "user", text });
|
||||||
|
if (planMessage && !planAdded) {
|
||||||
|
messages.push(planMessage);
|
||||||
|
planAdded = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (type === "agentMessage") {
|
||||||
|
const text = String(field(item, "text") || "").trim();
|
||||||
|
if (text) messages.push({ id, role: "assistant", title: "Codex", text });
|
||||||
|
}
|
||||||
|
if (type === "mcpToolCall") {
|
||||||
|
const tool = String(field(item, "tool") || "工具调用");
|
||||||
|
const error = String(field(field(item, "error"), "message") || "");
|
||||||
|
const input = toolArguments(field(item, "arguments"));
|
||||||
|
messages.push({ id, role: "tool", title: toolName(tool), text: error || toolHistorySummary(tool, item, input), detail: toolHistoryDetail(tool, item, input, error) });
|
||||||
|
}
|
||||||
|
if (type === "commandExecution") {
|
||||||
|
const command = String(field(item, "command") || "").trim();
|
||||||
|
if (command) messages.push({ id, role: "tool", title: "执行命令", text: command, detail: commandDetail(item) });
|
||||||
|
}
|
||||||
|
if (type === "fileChange") {
|
||||||
|
const changes = arrayValue(field(item, "changes"));
|
||||||
|
messages.push({ id, role: "tool", title: "修改文件", text: fileChangeSummary(changes), detail: { kind: "file", status: field(item, "status"), files: changes.map((change) => ({ path: String(field(change, "path") || "未知文件"), action: changeKind(field(change, "kind")) })) } });
|
||||||
|
}
|
||||||
|
if (type === "reasoning") {
|
||||||
|
const text = readableText(field(item, "summary"));
|
||||||
|
if (text) messages.push({ id, role: "tool", title: "思考摘要", text, detail: { kind: "reasoning", status: "completed" } });
|
||||||
|
}
|
||||||
|
if (type === "plan") {
|
||||||
|
const text = String(field(item, "text") || "").trim();
|
||||||
|
if (text) messages.push({ id, role: "tool", title: "执行计划", text, detail: { kind: "plan", status: "completed" } });
|
||||||
|
}
|
||||||
|
if (type === "webSearch") messages.push({ id, role: "tool", title: "搜索资料", text: webSearchSummary(item), detail: { kind: "search", status: "completed", rows: webSearchRows(item) } });
|
||||||
|
if (type === "imageView") messages.push({ id, role: "tool", title: "查看图片", text: String(field(item, "path") || "已查看图片"), detail: { kind: "image", status: "completed" } });
|
||||||
|
if (type === "imageGeneration") messages.push({ id, role: "tool", title: "内置生图", text: String(field(item, "savedPath") || "图片生成完成"), detail: { kind: "image", status: field(item, "status"), savedPath: field(item, "savedPath") } });
|
||||||
|
if (type === "contextCompaction") messages.push({ id, role: "tool", title: "整理上下文", text: "已整理当前对话,继续处理任务", detail: { kind: "context", status: "completed" } });
|
||||||
|
if (type === "dynamicToolCall") {
|
||||||
|
const tool = String(field(item, "tool") || "");
|
||||||
|
const title = toolName(tool);
|
||||||
|
const error = String(field(field(item, "error"), "message") || "");
|
||||||
|
const status = String(field(item, "status") || "");
|
||||||
|
const failed = Boolean(error) || field(item, "success") === false || status === "failed" || status === "error";
|
||||||
|
messages.push({ id, role: "tool", title, text: error || readableText(field(item, "contentItems")) || `${title}${failed ? "失败" : "完成"}`, detail: { kind: "tool", status: failed ? "failed" : status } });
|
||||||
|
}
|
||||||
|
if (type === "collabToolCall") messages.push({ id, role: "tool", title: "协作处理", text: "已完成协作任务", detail: { kind: "tool", status: field(item, "status") } });
|
||||||
|
});
|
||||||
|
if (planMessage && !planAdded) messages.push(planMessage);
|
||||||
|
if (turnError) {
|
||||||
|
const error = userFacingCodexError(turnError);
|
||||||
|
messages.push({ id: `error-${turnId}`, role: "error", title: error.title, text: error.text });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return messages.filter((item) => item.text).slice(-120);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将结构化任务计划转换为聊天进度卡片。 */
|
||||||
|
function structuredPlanMessage(update: CodexPlanUpdate): AgentHistoryMessage | null {
|
||||||
|
const tasks = arrayValue(update.plan).flatMap((item) => {
|
||||||
|
const step = String(field(item, "step") || "").trim();
|
||||||
|
return step ? [{ step, status: String(field(item, "status") || "pending") }] : [];
|
||||||
|
});
|
||||||
|
if (!tasks.length) return null;
|
||||||
|
const completed = tasks.filter((item) => item.status === "completed").length;
|
||||||
|
return {
|
||||||
|
id: `plan-${update.turnId}`,
|
||||||
|
role: "tool",
|
||||||
|
title: "任务进度",
|
||||||
|
text: `已完成 ${completed}/${tasks.length} 项`,
|
||||||
|
detail: { kind: "todo", status: planStatus(tasks, update.turnStatus), tasks, explanation: update.explanation || "" },
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 根据步骤和 turn 状态生成任务卡片状态。 */
|
||||||
|
function planStatus(tasks: Array<{ status: string }>, turnStatus?: string) {
|
||||||
|
if (turnStatus === "failed") return "failed";
|
||||||
|
if (turnStatus === "interrupted") return "interrupted";
|
||||||
|
if (tasks.every((item) => item.status === "completed")) return "completed";
|
||||||
|
return turnStatus === "completed" ? "finished" : "inProgress";
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将常见 Codex 错误转换为普通用户可理解的提示。 */
|
||||||
|
function userFacingCodexError(message: string) {
|
||||||
|
if (/selected model is at capacity/i.test(message)) return { title: "模型暂时繁忙", text: "当前选择的模型请求量过大,暂时无法处理。请稍后重试,或切换其他模型后再试。" };
|
||||||
|
return { title: "任务失败", text: message || "Codex 未能完成本次任务,请稍后重试。" };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 提取用户输入条目中的文本与附件占位信息。 */
|
||||||
|
function userInputText(content: unknown) {
|
||||||
|
return arrayValue(content)
|
||||||
|
.map((item) => {
|
||||||
|
const type = String(field(item, "type") || "");
|
||||||
|
if (type === "text") return String(field(item, "text") || "");
|
||||||
|
if (type === "image" || type === "localImage") return "图片附件";
|
||||||
|
if (type === "mention") return `@${String(field(item, "name") || "文件")}`;
|
||||||
|
return "";
|
||||||
|
})
|
||||||
|
.filter(Boolean)
|
||||||
|
.join("\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 移除用户消息中由旧流程拼接的 Agent 前置提示词。 */
|
||||||
|
function displayUserText(text: string) {
|
||||||
|
const value = text.trim();
|
||||||
|
const marker = "用户请求:";
|
||||||
|
const index = value.lastIndexOf(marker);
|
||||||
|
const prompt = index >= 0 ? value.slice(index + marker.length) : value;
|
||||||
|
return prompt.split("\n\n本轮可用图片附件(顺序与图片输入一致):", 1)[0].trim();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将未知值转换为数组。 */
|
||||||
|
function arrayValue(value: unknown) {
|
||||||
|
return Array.isArray(value) ? value : [];
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将非空字符串保留为字符串,否则返回 null。 */
|
||||||
|
function stringOrNull(value: unknown) {
|
||||||
|
return typeof value === "string" && value.trim() ? value : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 生成命令执行的用户可读详情。 */
|
||||||
|
function commandDetail(item: unknown) {
|
||||||
|
const rows = [
|
||||||
|
textRow("工作目录", field(item, "cwd")),
|
||||||
|
textRow("退出状态", field(item, "exitCode")),
|
||||||
|
durationRow(field(item, "durationMs")),
|
||||||
|
].filter(Boolean);
|
||||||
|
return { kind: "command", status: field(item, "status"), rows, output: String(field(item, "aggregatedOutput") || "").trim() };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 生成 MCP 工具的用户可读详情。 */
|
||||||
|
function toolHistoryDetail(tool: string, item: unknown, input: unknown, error: string) {
|
||||||
|
return { kind: "tool", status: error ? "failed" : field(item, "status"), rows: toolInputRows(tool, input), ...(error ? { output: error } : {}) };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 生成 MCP 工具在对话中的结果摘要。 */
|
||||||
|
function toolHistorySummary(tool: string, item: unknown, input: unknown) {
|
||||||
|
if (tool === "site_navigate") return `已打开${routeName(String(field(input, "path") || "/"))}`;
|
||||||
|
if (tool === "canvas_list_projects") return "已读取画布列表";
|
||||||
|
if (tool === "canvas_get_state") {
|
||||||
|
const result = parseToolResult(field(item, "result"));
|
||||||
|
const nodes = arrayValue(field(result, "nodes"));
|
||||||
|
const connections = arrayValue(field(result, "connections"));
|
||||||
|
return nodes.length || connections.length || result ? canvasContentSummary(nodes, connections.length) : "已读取当前画布内容";
|
||||||
|
}
|
||||||
|
if (tool === "canvas_get_selection") return "已读取当前选中内容";
|
||||||
|
if (tool === "prompts_search") return `已搜索提示词“${String(field(input, "query") || "") || "全部"}”`;
|
||||||
|
if (tool === "assets_list") return "已读取我的素材";
|
||||||
|
if (tool === "generation_get_status") return "已检查生成任务状态";
|
||||||
|
return `${toolName(tool)}已完成`;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 按节点类型生成人类可读的画布内容概览。 */
|
||||||
|
function canvasContentSummary(nodes: unknown[], connections: number) {
|
||||||
|
const counts = nodes.reduce<Record<string, number>>((result, node) => {
|
||||||
|
const type = String(field(node, "type") || "other");
|
||||||
|
result[type] = (result[type] || 0) + 1;
|
||||||
|
return result;
|
||||||
|
}, {});
|
||||||
|
const known = new Set(["text", "image", "config", "video", "audio", "group"]);
|
||||||
|
const other = Object.entries(counts).reduce((total, [type, count]) => total + (known.has(type) ? 0 : count), 0);
|
||||||
|
const parts = [
|
||||||
|
counts.text ? `${counts.text} 个文本` : "",
|
||||||
|
counts.image ? `${counts.image} 张图片` : "",
|
||||||
|
counts.config ? `${counts.config} 个配置` : "",
|
||||||
|
counts.video ? `${counts.video} 个视频` : "",
|
||||||
|
counts.audio ? `${counts.audio} 个音频` : "",
|
||||||
|
counts.group ? `${counts.group} 个分组` : "",
|
||||||
|
other ? `${other} 个其他节点` : "",
|
||||||
|
connections ? `${connections} 条连线` : "",
|
||||||
|
].filter(Boolean);
|
||||||
|
return parts.length ? parts.join("、") : "当前画布为空";
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 从 MCP 历史结果中还原工具返回的数据。 */
|
||||||
|
function parseToolResult(result: unknown) {
|
||||||
|
const content = field(result, "content");
|
||||||
|
const text = arrayValue(content)
|
||||||
|
.map((item) => field(item, "text"))
|
||||||
|
.filter((item): item is string => typeof item === "string")
|
||||||
|
.join("\n");
|
||||||
|
try {
|
||||||
|
return text ? JSON.parse(text) : result;
|
||||||
|
} catch {
|
||||||
|
return text || result;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 提取工具参数中适合普通用户查看的信息。 */
|
||||||
|
function toolInputRows(tool: string, input: unknown) {
|
||||||
|
if (tool === "site_navigate") return [textRow("目标页面", routeName(String(field(input, "path") || "/")))].filter(Boolean);
|
||||||
|
if (tool === "prompts_search") return [textRow("搜索内容", field(input, "query"))].filter(Boolean);
|
||||||
|
if (tool === "canvas_create_text_node") return [textRow("文本内容", field(input, "text"))].filter(Boolean);
|
||||||
|
if (tool === "canvas_apply_ops") return [textRow("操作数量", arrayValue(field(input, "ops")).length)].filter(Boolean);
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 生成人类可读的文件变更摘要。 */
|
||||||
|
function fileChangeSummary(changes: unknown[]) {
|
||||||
|
if (!changes.length) return "已完成文件修改";
|
||||||
|
const names = changes.slice(0, 3).map((change) => String(field(change, "path") || "未知文件"));
|
||||||
|
if (changes.length === 1) return `${changeKind(field(changes[0], "kind"))}${names[0]}`;
|
||||||
|
return `涉及 ${changes.length} 个文件:${names.join("、")}${changes.length > names.length ? " 等" : ""}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 生成网页搜索摘要。 */
|
||||||
|
function webSearchSummary(item: unknown) {
|
||||||
|
const action = field(item, "action");
|
||||||
|
const type = String(field(action, "type") || "");
|
||||||
|
if (type === "openPage") return `打开网页:${String(field(action, "url") || "")}`;
|
||||||
|
if (type === "findInPage") return `在网页中查找“${String(field(action, "pattern") || "内容")}”`;
|
||||||
|
return `搜索:${String(field(item, "query") || field(action, "query") || "相关资料")}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 生成网页搜索详情行。 */
|
||||||
|
function webSearchRows(item: unknown) {
|
||||||
|
const action = field(item, "action");
|
||||||
|
return [textRow("关键词", field(item, "query") || field(action, "query")), textRow("网页", field(action, "url"))].filter(Boolean);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 从 reasoning 结构中提取可读文本。 */
|
||||||
|
function readableText(value: unknown): string {
|
||||||
|
if (typeof value === "string") return value.trim();
|
||||||
|
if (Array.isArray(value)) return value.map(readableText).filter(Boolean).join("\n");
|
||||||
|
return readableText(field(value, "text"));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将历史工具参数解析为对象。 */
|
||||||
|
function toolArguments(value: unknown) {
|
||||||
|
if (typeof value !== "string") return value;
|
||||||
|
try {
|
||||||
|
return JSON.parse(value) as unknown;
|
||||||
|
} catch {
|
||||||
|
return {};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建非空详情行。 */
|
||||||
|
function textRow(label: string, value: unknown) {
|
||||||
|
return value === undefined || value === null || value === "" ? null : { label, value: String(value) };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建命令耗时详情行。 */
|
||||||
|
function durationRow(value: unknown) {
|
||||||
|
const duration = Number(value || 0);
|
||||||
|
return duration > 0 ? { label: "耗时", value: `${(duration / 1000).toFixed(1)} 秒` } : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将文件变更类型转换为中文。 */
|
||||||
|
function changeKind(value: unknown) {
|
||||||
|
if (value === "add") return "新增";
|
||||||
|
if (value === "delete") return "删除";
|
||||||
|
return "修改";
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将站点路由转换为中文页面名称。 */
|
||||||
|
function routeName(path: string) {
|
||||||
|
if (path === "/") return "首页";
|
||||||
|
if (path === "/canvas") return "画布页面";
|
||||||
|
if (path.startsWith("/canvas/")) return "指定画布";
|
||||||
|
if (path.startsWith("/image")) return "生图工作台";
|
||||||
|
if (path.startsWith("/video")) return "视频工作台";
|
||||||
|
if (path.startsWith("/prompts")) return "提示词中心";
|
||||||
|
if (path.startsWith("/assets")) return "我的素材";
|
||||||
|
if (path.startsWith("/config")) return "配置页面";
|
||||||
|
return path;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将 MCP 工具名称转换为聊天记录中的中文标题。 */
|
||||||
|
function toolName(name: string) {
|
||||||
|
if (name === "imagegen" || name.endsWith("__imagegen")) return "生成图片";
|
||||||
|
if (name === "view_image" || name.endsWith("__view_image")) return "查看图片";
|
||||||
|
if (name === "exec" || name === "exec_command" || name.endsWith("__exec_command")) return "执行命令";
|
||||||
|
if (name === "apply_patch" || name.endsWith("__apply_patch")) return "修改文件";
|
||||||
|
if (name === "web__run" || name.endsWith("__web__run")) return "搜索资料";
|
||||||
|
if (name === "site_navigate") return "打开页面";
|
||||||
|
if (name === "canvas_list_projects") return "查看画布列表";
|
||||||
|
if (name === "canvas_apply_ops") return "画布操作";
|
||||||
|
if (name === "canvas_get_state") return "读取画布";
|
||||||
|
if (name === "canvas_get_selection") return "读取选区";
|
||||||
|
if (name === "canvas_export_snapshot") return "导出快照";
|
||||||
|
if (name === "canvas_create_node") return "创建节点";
|
||||||
|
if (name === "canvas_create_attachment_nodes") return "添加附件图片";
|
||||||
|
if (name === "canvas_create_text_node") return "创建文本";
|
||||||
|
if (name === "canvas_create_text_nodes") return "批量创建文本";
|
||||||
|
if (name === "canvas_create_config_node") return "创建生成配置";
|
||||||
|
if (name === "canvas_create_image_prompt_flow") return "创建生图流程";
|
||||||
|
if (name === "canvas_create_generation_flow") return "创建生成流程";
|
||||||
|
if (name === "canvas_generate_text") return "生成文本";
|
||||||
|
if (name === "canvas_generate_image") return "生成图片";
|
||||||
|
if (name === "canvas_generate_video") return "生成视频";
|
||||||
|
if (name === "canvas_generate_audio") return "生成音频";
|
||||||
|
if (name === "canvas_update_node") return "更新节点";
|
||||||
|
if (name === "canvas_update_node_text") return "更新文本";
|
||||||
|
if (name === "canvas_move_nodes") return "移动节点";
|
||||||
|
if (name === "canvas_resize_node") return "调整节点尺寸";
|
||||||
|
if (name === "canvas_delete_nodes") return "删除节点";
|
||||||
|
if (name === "canvas_connect_nodes") return "连接节点";
|
||||||
|
if (name === "canvas_select_nodes") return "选择节点";
|
||||||
|
if (name === "canvas_set_viewport") return "调整视口";
|
||||||
|
if (name === "canvas_run_generation") return "触发生成";
|
||||||
|
if (name === "workbench_image_get_config") return "读取生图设置";
|
||||||
|
if (name === "workbench_image_generate") return "在生图工作台生成";
|
||||||
|
if (name === "workbench_video_get_config") return "读取视频设置";
|
||||||
|
if (name === "workbench_video_generate") return "在视频工作台生成";
|
||||||
|
if (name === "prompts_search") return "搜索提示词";
|
||||||
|
if (name === "assets_list") return "查看我的素材";
|
||||||
|
if (name === "assets_add") return "添加到我的素材";
|
||||||
|
if (name === "generation_get_status") return "查看生成状态";
|
||||||
|
return name ? `调用工具:${name}` : "工具操作";
|
||||||
|
}
|
||||||
@@ -0,0 +1,93 @@
|
|||||||
|
import type { JsonRecord } from "../utils/value.js";
|
||||||
|
|
||||||
|
export type CodexThread = JsonRecord & { id: string; cwd: string; turns?: CodexTurn[] };
|
||||||
|
export type CodexTurn = JsonRecord & { id: string; error?: CodexTurnError | null; durationMs?: number | null };
|
||||||
|
export type CodexTurnError = JsonRecord & { message: string };
|
||||||
|
export type CodexItem = JsonRecord & { id: string; type: string; text?: string };
|
||||||
|
export type CodexPlanStep = { step: string; status: "pending" | "inProgress" | "completed" };
|
||||||
|
export type CodexPlanUpdate = { threadId: string; turnId: string; explanation?: string | null; plan: CodexPlanStep[]; turnStatus?: string };
|
||||||
|
|
||||||
|
export type CodexTurnInput =
|
||||||
|
| { type: "text"; text: string; text_elements: [] }
|
||||||
|
| { type: "localImage"; path: string };
|
||||||
|
|
||||||
|
type ThreadOptions = {
|
||||||
|
approvalPolicy: "never" | "on-request";
|
||||||
|
sandbox: "workspace-write" | "danger-full-access";
|
||||||
|
config: JsonRecord;
|
||||||
|
cwd?: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
type CodexRequestSpec = {
|
||||||
|
initialize: {
|
||||||
|
params: {
|
||||||
|
clientInfo: { name: string; title: string; version: string };
|
||||||
|
capabilities: { experimentalApi: boolean; requestAttestation: boolean };
|
||||||
|
};
|
||||||
|
result: JsonRecord;
|
||||||
|
};
|
||||||
|
"thread/start": {
|
||||||
|
params: ThreadOptions & { threadSource: "user" };
|
||||||
|
result: { thread: CodexThread };
|
||||||
|
};
|
||||||
|
"thread/resume": {
|
||||||
|
params: ThreadOptions & { threadId: string };
|
||||||
|
result: { thread: CodexThread };
|
||||||
|
};
|
||||||
|
"thread/list": {
|
||||||
|
params: {
|
||||||
|
limit: number;
|
||||||
|
sortKey: "updated_at";
|
||||||
|
sortDirection: "desc";
|
||||||
|
sourceKinds: Array<"cli" | "vscode" | "appServer" | "exec">;
|
||||||
|
cwd: string;
|
||||||
|
searchTerm?: string;
|
||||||
|
};
|
||||||
|
result: { data: CodexThread[]; nextCursor: string | null; backwardsCursor: string | null };
|
||||||
|
};
|
||||||
|
"thread/read": {
|
||||||
|
params: { threadId: string; includeTurns: boolean };
|
||||||
|
result: { thread: CodexThread };
|
||||||
|
};
|
||||||
|
"thread/archive": {
|
||||||
|
params: { threadId: string };
|
||||||
|
result: Record<string, never>;
|
||||||
|
};
|
||||||
|
"turn/start": {
|
||||||
|
params: { threadId: string; input: CodexTurnInput[]; approvalPolicy: "never" | "on-request"; sandboxPolicy: { type: "workspaceWrite"; networkAccess: boolean } | { type: "dangerFullAccess" } };
|
||||||
|
result: { turn: CodexTurn };
|
||||||
|
};
|
||||||
|
"turn/interrupt": {
|
||||||
|
params: { threadId: string; turnId: string };
|
||||||
|
result: Record<string, never>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
export type CodexRequestMethod = keyof CodexRequestSpec;
|
||||||
|
export type CodexRequestParams<Method extends CodexRequestMethod> = CodexRequestSpec[Method]["params"];
|
||||||
|
export type CodexRequestResult<Method extends CodexRequestMethod> = CodexRequestSpec[Method]["result"];
|
||||||
|
|
||||||
|
type TokenUsageBreakdown = {
|
||||||
|
inputTokens: number;
|
||||||
|
cachedInputTokens: number;
|
||||||
|
outputTokens: number;
|
||||||
|
reasoningOutputTokens: number;
|
||||||
|
};
|
||||||
|
|
||||||
|
type CodexNotificationSpec = {
|
||||||
|
"thread/started": { thread: CodexThread };
|
||||||
|
"turn/started": { threadId?: string; turn: CodexTurn };
|
||||||
|
"turn/completed": { threadId?: string; turn: CodexTurn };
|
||||||
|
"turn/plan/updated": { threadId?: string; turnId: string; explanation?: string | null; plan: CodexPlanStep[] };
|
||||||
|
"item/started": { threadId: string; turnId: string; item: CodexItem };
|
||||||
|
"item/completed": { threadId: string; turnId: string; item: CodexItem };
|
||||||
|
"item/agentMessage/delta": { threadId: string; turnId: string; itemId: string; delta: string };
|
||||||
|
"item/plan/delta": { threadId: string; turnId: string; itemId: string; delta: string };
|
||||||
|
"item/reasoning/summaryTextDelta": { threadId: string; turnId: string; itemId: string; delta: string; summaryIndex: number };
|
||||||
|
"item/commandExecution/outputDelta": { threadId: string; turnId: string; itemId: string; delta: string };
|
||||||
|
"thread/tokenUsage/updated": { threadId: string; turnId: string; tokenUsage: { last: TokenUsageBreakdown } };
|
||||||
|
error: { threadId: string; turnId: string; error: CodexTurnError; willRetry: boolean };
|
||||||
|
};
|
||||||
|
|
||||||
|
export type CodexNotificationMethod = keyof CodexNotificationSpec;
|
||||||
|
export type CodexNotificationParams<Method extends CodexNotificationMethod> = CodexNotificationSpec[Method];
|
||||||
@@ -0,0 +1,216 @@
|
|||||||
|
import fs from "node:fs/promises";
|
||||||
|
import os from "node:os";
|
||||||
|
import path from "node:path";
|
||||||
|
|
||||||
|
import { logger } from "../utils/logger.js";
|
||||||
|
import { errorMessage, field } from "../utils/value.js";
|
||||||
|
import { CodexAppClient } from "./codex-client.js";
|
||||||
|
import { summarizeCodexThread, threadMessages } from "./codex-history.js";
|
||||||
|
import type { AgentAttachment, AgentEmit, AgentPermissionMode } from "./types.js";
|
||||||
|
|
||||||
|
type CodexRunOptions = { threadId?: string; cwd?: string; permissionMode?: AgentPermissionMode; appEmit?: AgentEmit; onStart?: () => void; onThread?: (threadId: string) => void; onTurn?: (turnId: string) => void; onFinish?: () => void };
|
||||||
|
|
||||||
|
let codexQueue: Promise<unknown> = Promise.resolve();
|
||||||
|
let codexApp: CodexAppClient | null = null;
|
||||||
|
let codexAppStart: Promise<CodexAppClient> | null = null;
|
||||||
|
let codexThreadId = "";
|
||||||
|
const unmaterializedThreadIds = new Set<string>();
|
||||||
|
|
||||||
|
export { summarizeCodexThread } from "./codex-history.js";
|
||||||
|
|
||||||
|
/** 将 Codex turn 加入串行队列并等待执行完成。 */
|
||||||
|
export async function runCodexTurn(prompt: string, emit: AgentEmit, attachments: AgentAttachment[] = [], options: CodexRunOptions = {}) {
|
||||||
|
if (!prompt.trim()) return;
|
||||||
|
codexQueue = codexQueue.catch(() => undefined).then(() => runCodexTurnNow(prompt, emit, attachments, options));
|
||||||
|
await codexQueue;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 中断当前线程正在执行的 Codex turn。 */
|
||||||
|
export async function interruptCodexTurn(threadId?: string) {
|
||||||
|
if (!codexApp || (threadId && threadId !== codexThreadId)) return false;
|
||||||
|
return await codexApp.interruptCurrentTurn();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 回复当前 app-server 的待处理权限请求。 */
|
||||||
|
export async function resolveCodexApproval(requestId: string, decision: string) {
|
||||||
|
return Boolean(codexApp?.resolveApproval(requestId, decision));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建新的 Codex 线程并记录当前线程 ID。 */
|
||||||
|
export async function startCodexThread(emit: AgentEmit, cwd?: string, permissionMode: AgentPermissionMode = "request") {
|
||||||
|
const app = await getCodexApp(emit);
|
||||||
|
const thread = await app.startThread(cwd, permissionMode);
|
||||||
|
codexThreadId = String(field(thread, "id") || "");
|
||||||
|
if (codexThreadId) unmaterializedThreadIds.add(codexThreadId);
|
||||||
|
return thread;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 恢复指定 Codex 线程并返回聊天历史。 */
|
||||||
|
export async function resumeCodexThread(emit: AgentEmit, threadId: string, cwd?: string, permissionMode: AgentPermissionMode = "request") {
|
||||||
|
const app = await getCodexApp(emit);
|
||||||
|
await loadCodexThread(emit, threadId, cwd, false);
|
||||||
|
const thread = await app.resumeThread(threadId, cwd, permissionMode);
|
||||||
|
assertThreadWorkspace(thread, cwd);
|
||||||
|
codexThreadId = String(field(thread, "id") || threadId);
|
||||||
|
const historyThread = await loadCodexThread(emit, codexThreadId, cwd, true);
|
||||||
|
return { thread, messages: threadMessages(historyThread, app.planUpdates(threadId)) };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 查询当前工作空间中的 Codex 线程。 */
|
||||||
|
export async function listCodexThreads(emit: AgentEmit, options: { cwd: string; searchTerm?: string; limit?: number }) {
|
||||||
|
const app = await getCodexApp(emit);
|
||||||
|
const result = await app.listThreads({
|
||||||
|
limit: options.limit || 40,
|
||||||
|
sortKey: "updated_at",
|
||||||
|
sortDirection: "desc",
|
||||||
|
sourceKinds: ["cli", "vscode", "appServer", "exec"],
|
||||||
|
cwd: options.cwd,
|
||||||
|
...(options.searchTerm ? { searchTerm: options.searchTerm } : {}),
|
||||||
|
});
|
||||||
|
const data = Array.isArray(field(result, "data")) ? (field(result, "data") as unknown[]).map(summarizeCodexThread).filter((thread) => threadInWorkspace(thread, options.cwd)) : [];
|
||||||
|
return { data, nextCursor: field(result, "nextCursor") || null, backwardsCursor: field(result, "backwardsCursor") || null };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 读取指定 Codex 线程及其聊天历史。 */
|
||||||
|
export async function readCodexThread(emit: AgentEmit, threadId: string, cwd?: string) {
|
||||||
|
const app = await getCodexApp(emit);
|
||||||
|
let thread: unknown;
|
||||||
|
try {
|
||||||
|
thread = await loadCodexThread(emit, threadId, cwd, !unmaterializedThreadIds.has(threadId));
|
||||||
|
} catch (error) {
|
||||||
|
if (!/not materialized yet.*includeTurns/i.test(errorMessage(error))) throw error;
|
||||||
|
unmaterializedThreadIds.add(threadId);
|
||||||
|
thread = await loadCodexThread(emit, threadId, cwd, false);
|
||||||
|
}
|
||||||
|
return { thread: summarizeCodexThread(thread), messages: threadMessages(thread, app.planUpdates(threadId)) };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 确认指定 Codex 线程属于当前工作空间。 */
|
||||||
|
export async function verifyCodexThreadWorkspace(emit: AgentEmit, threadId: string, cwd: string) {
|
||||||
|
await loadCodexThread(emit, threadId, cwd, false);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 归档指定 Codex 线程。 */
|
||||||
|
export async function archiveCodexThread(emit: AgentEmit, threadId: string, cwd?: string) {
|
||||||
|
const app = await getCodexApp(emit);
|
||||||
|
await loadCodexThread(emit, threadId, cwd, false);
|
||||||
|
await app.archiveThread(threadId);
|
||||||
|
app.clearPlanUpdates(threadId);
|
||||||
|
unmaterializedThreadIds.delete(threadId);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 判断线程异常是否允许自动新建线程后重试。 */
|
||||||
|
export function isRecoverableThreadError(error: unknown) {
|
||||||
|
return /thread not loaded|no rollout found/i.test(errorMessage(error));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 执行一次 Codex turn,并负责附件临时文件和线程恢复。 */
|
||||||
|
async function runCodexTurnNow(prompt: string, emit: AgentEmit, attachments: AgentAttachment[], options: CodexRunOptions) {
|
||||||
|
let files: string[] = [];
|
||||||
|
try {
|
||||||
|
options.onStart?.();
|
||||||
|
files = await writeAttachmentFiles(attachments);
|
||||||
|
const app = await getCodexApp(options.appEmit || emit);
|
||||||
|
let threadId = await ensureCodexThread(app, options, emit);
|
||||||
|
options.onThread?.(threadId);
|
||||||
|
unmaterializedThreadIds.delete(threadId);
|
||||||
|
try {
|
||||||
|
await app.startTurn(threadId, prompt, files, options.permissionMode || "request", options.onTurn);
|
||||||
|
} catch (error) {
|
||||||
|
if (!isRecoverableThreadError(error)) throw error;
|
||||||
|
emit("agent_log", { text: `Codex thread unavailable, starting a new thread: ${errorMessage(error)}` });
|
||||||
|
codexThreadId = "";
|
||||||
|
threadId = await ensureCodexThread(app, { cwd: options.cwd }, emit);
|
||||||
|
options.onThread?.(threadId);
|
||||||
|
unmaterializedThreadIds.delete(threadId);
|
||||||
|
await app.startTurn(threadId, prompt, files, options.permissionMode || "request", options.onTurn);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
logger.error("Codex turn failed", error);
|
||||||
|
emit("agent_error", { message: errorMessage(error) });
|
||||||
|
} finally {
|
||||||
|
options.onFinish?.();
|
||||||
|
await Promise.all(files.map((file) => fs.unlink(file).catch(() => undefined)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 恢复请求线程或创建新的 Codex 线程。 */
|
||||||
|
async function ensureCodexThread(app: CodexAppClient, options: CodexRunOptions, emit: AgentEmit) {
|
||||||
|
if (options.threadId) {
|
||||||
|
if (options.threadId === codexThreadId) return codexThreadId;
|
||||||
|
try {
|
||||||
|
const result = await app.readThread(options.threadId, false);
|
||||||
|
assertThreadWorkspace(field(result, "thread") || {}, options.cwd);
|
||||||
|
const thread = await app.resumeThread(options.threadId, options.cwd, options.permissionMode || "request");
|
||||||
|
assertThreadWorkspace(thread, options.cwd);
|
||||||
|
codexThreadId = String(field(thread, "id") || options.threadId);
|
||||||
|
return codexThreadId;
|
||||||
|
} catch (error) {
|
||||||
|
if (!isRecoverableThreadError(error)) throw error;
|
||||||
|
emit("agent_log", { text: `Codex thread unavailable, starting a new thread: ${errorMessage(error)}` });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!codexThreadId) {
|
||||||
|
const thread = await app.startThread(options.cwd, options.permissionMode || "request");
|
||||||
|
codexThreadId = String(field(thread, "id") || "");
|
||||||
|
if (codexThreadId) unmaterializedThreadIds.add(codexThreadId);
|
||||||
|
}
|
||||||
|
return codexThreadId;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 从 app-server 读取线程并校验工作空间。 */
|
||||||
|
async function loadCodexThread(emit: AgentEmit, threadId: string, cwd: string | undefined, includeTurns: boolean) {
|
||||||
|
const app = await getCodexApp(emit);
|
||||||
|
const result = await app.readThread(threadId, includeTurns);
|
||||||
|
const thread = field(result, "thread") || {};
|
||||||
|
assertThreadWorkspace(thread, cwd);
|
||||||
|
return thread;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 获取已启动的 Codex app-server 客户端。 */
|
||||||
|
async function getCodexApp(emit: AgentEmit) {
|
||||||
|
if (codexApp) return codexApp;
|
||||||
|
codexAppStart ||= CodexAppClient.start(emit, () => {
|
||||||
|
codexApp = null;
|
||||||
|
codexThreadId = "";
|
||||||
|
});
|
||||||
|
try {
|
||||||
|
codexApp = await codexAppStart;
|
||||||
|
return codexApp;
|
||||||
|
} finally {
|
||||||
|
codexAppStart = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 校验线程是否属于指定工作空间。 */
|
||||||
|
function assertThreadWorkspace(thread: unknown, cwd?: string) {
|
||||||
|
if (!cwd || threadInWorkspace(thread, cwd)) return;
|
||||||
|
throw new Error("该 Codex 会话不属于当前画布工作空间");
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 判断线程工作目录是否与当前工作空间一致。 */
|
||||||
|
function threadInWorkspace(thread: unknown, cwd: string) {
|
||||||
|
const threadCwd = String(field(thread, "cwd") || "");
|
||||||
|
return Boolean(threadCwd && path.resolve(threadCwd) === path.resolve(cwd));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将图片附件写入临时文件供 Codex 读取。 */
|
||||||
|
async function writeAttachmentFiles(attachments: AgentAttachment[]) {
|
||||||
|
return await Promise.all(attachments.filter((item) => item.dataUrl?.startsWith("data:image/")).map(writeAttachmentFile));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将单个 Data URL 图片附件写入临时文件。 */
|
||||||
|
async function writeAttachmentFile(item: AgentAttachment) {
|
||||||
|
const [, meta = "", data = ""] = item.dataUrl?.match(/^data:([^;]+);base64,(.+)$/) || [];
|
||||||
|
if (!data) throw new Error(`图片附件无效:${item.name || "未命名图片"}`);
|
||||||
|
const file = path.join(os.tmpdir(), `infinite-canvas-${Date.now()}-${Math.random().toString(16).slice(2)}.${imageExt(meta || item.type)}`);
|
||||||
|
await fs.writeFile(file, Buffer.from(data, "base64"));
|
||||||
|
return file;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 根据图片 MIME 类型返回临时文件扩展名。 */
|
||||||
|
function imageExt(type = "") {
|
||||||
|
if (type.includes("png")) return "png";
|
||||||
|
if (type.includes("webp")) return "webp";
|
||||||
|
return "jpg";
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
/** Agent 向网页广播事件的函数类型。 */
|
||||||
|
export type AgentEmit = (type: string, payload: unknown) => void;
|
||||||
|
|
||||||
|
/** 用户随当前 Agent 消息上传的附件。 */
|
||||||
|
export type AgentAttachment = { id?: string; name?: string; type?: string; size?: number; width?: number; height?: number; dataUrl?: string };
|
||||||
|
|
||||||
|
/** Codex 文件、命令和网络权限模式。 */
|
||||||
|
export type AgentPermissionMode = "request" | "automatic" | "full";
|
||||||
@@ -1,524 +0,0 @@
|
|||||||
import { spawn, type ChildProcess, type StdioOptions } from "node:child_process";
|
|
||||||
import fs from "node:fs/promises";
|
|
||||||
import os from "node:os";
|
|
||||||
import path from "node:path";
|
|
||||||
import { createRequire } from "node:module";
|
|
||||||
import { fileURLToPath } from "node:url";
|
|
||||||
|
|
||||||
import { AGENT_PROMPT, VERSION } from "./config.js";
|
|
||||||
import type { AgentAttachment, AgentEmit } from "./types.js";
|
|
||||||
|
|
||||||
type Json = Record<string, unknown>;
|
|
||||||
type AgentEvent = Json & { type: string; usage?: unknown };
|
|
||||||
type PendingRequest = { resolve: (value: unknown) => void; reject: (error: Error) => void };
|
|
||||||
type CodexRunOptions = { threadId?: string; cwd?: string };
|
|
||||||
type AgentHistoryMessage = { id: string; role: "user" | "assistant" | "tool" | "error"; title?: string; text: string; detail?: unknown; streamId?: string };
|
|
||||||
|
|
||||||
let codexQueue: Promise<unknown> = Promise.resolve();
|
|
||||||
let codexApp: CodexAppClient | null = null;
|
|
||||||
let codexThreadId = "";
|
|
||||||
const canvasAgentMcp = canvasAgentMcpCommand();
|
|
||||||
const require = createRequire(import.meta.url);
|
|
||||||
|
|
||||||
export function withAgentPrompt(prompt: string) {
|
|
||||||
return prompt.trim() ? `${AGENT_PROMPT}\n\n用户请求:${prompt}` : "";
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function runCodexTurn(prompt: string, emit: AgentEmit, attachments: AgentAttachment[] = [], options: CodexRunOptions = {}) {
|
|
||||||
if (!prompt.trim()) return;
|
|
||||||
codexQueue = codexQueue.catch(() => undefined).then(() => runCodexTurnNow(prompt, emit, attachments, options));
|
|
||||||
await codexQueue;
|
|
||||||
}
|
|
||||||
|
|
||||||
export function interruptCodexTurn() {
|
|
||||||
if (!codexApp) return false;
|
|
||||||
return codexApp.interruptCurrentTurn();
|
|
||||||
}
|
|
||||||
|
|
||||||
async function runCodexTurnNow(prompt: string, emit: AgentEmit, attachments: AgentAttachment[], options: CodexRunOptions) {
|
|
||||||
let files: string[] = [];
|
|
||||||
try {
|
|
||||||
files = await writeAttachmentFiles(attachments);
|
|
||||||
codexApp ||= await CodexAppClient.start(emit);
|
|
||||||
let threadId = await ensureCodexThread(codexApp, options, emit);
|
|
||||||
try {
|
|
||||||
await codexApp.startTurn(threadId, prompt, files);
|
|
||||||
} catch (error) {
|
|
||||||
if (!isRecoverableThreadError(error)) throw error;
|
|
||||||
emit("agent_log", { text: `Codex thread unavailable, starting a new thread: ${errorMessage(error)}` });
|
|
||||||
codexThreadId = "";
|
|
||||||
threadId = await ensureCodexThread(codexApp, { cwd: options.cwd }, emit);
|
|
||||||
await codexApp.startTurn(threadId, prompt, files);
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
emit("agent_error", { message: errorMessage(error) });
|
|
||||||
} finally {
|
|
||||||
await Promise.all(files.map((file) => fs.unlink(file).catch(() => undefined)));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function startCodexThread(emit: AgentEmit, cwd?: string) {
|
|
||||||
codexApp ||= await CodexAppClient.start(emit);
|
|
||||||
const thread = await codexApp.startThread(cwd);
|
|
||||||
codexThreadId = String(field(thread, "id") || "");
|
|
||||||
return thread;
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function resumeCodexThread(emit: AgentEmit, threadId: string, cwd?: string) {
|
|
||||||
codexApp ||= await CodexAppClient.start(emit);
|
|
||||||
await loadCodexThread(emit, threadId, cwd, false);
|
|
||||||
const thread = await codexApp.resumeThread(threadId, cwd);
|
|
||||||
assertThreadWorkspace(thread, cwd);
|
|
||||||
codexThreadId = String(field(thread, "id") || threadId);
|
|
||||||
return { thread, messages: threadMessages(thread) };
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function listCodexThreads(emit: AgentEmit, options: { cwd: string; searchTerm?: string; limit?: number }) {
|
|
||||||
codexApp ||= await CodexAppClient.start(emit);
|
|
||||||
const result = await codexApp.listThreads({
|
|
||||||
limit: options.limit || 40,
|
|
||||||
sortKey: "updated_at",
|
|
||||||
sortDirection: "desc",
|
|
||||||
sourceKinds: ["cli", "vscode", "appServer", "exec"],
|
|
||||||
cwd: options.cwd,
|
|
||||||
...(options.searchTerm ? { searchTerm: options.searchTerm } : {}),
|
|
||||||
});
|
|
||||||
const data = Array.isArray(field(result, "data")) ? (field(result, "data") as unknown[]).map(summarizeCodexThread).filter((thread) => threadInWorkspace(thread, options.cwd)) : [];
|
|
||||||
return { data, nextCursor: field(result, "nextCursor") || null, backwardsCursor: field(result, "backwardsCursor") || null };
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function readCodexThread(emit: AgentEmit, threadId: string, cwd?: string) {
|
|
||||||
const thread = await loadCodexThread(emit, threadId, cwd, true);
|
|
||||||
return { thread: summarizeCodexThread(thread), messages: threadMessages(thread) };
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function verifyCodexThreadWorkspace(emit: AgentEmit, threadId: string, cwd: string) {
|
|
||||||
await loadCodexThread(emit, threadId, cwd, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function archiveCodexThread(emit: AgentEmit, threadId: string, cwd?: string) {
|
|
||||||
codexApp ||= await CodexAppClient.start(emit);
|
|
||||||
await loadCodexThread(emit, threadId, cwd, false);
|
|
||||||
await codexApp.archiveThread(threadId);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function runClaudeTurn(prompt: string, emit: AgentEmit) {
|
|
||||||
if (!prompt.trim()) return;
|
|
||||||
const child = spawnAgent("claude", ["-p", "--output-format", "stream-json", "--verbose", "--include-partial-messages", "--allowedTools", "mcp__infinite-canvas__*", prompt], ["ignore", "pipe", "pipe"], emit);
|
|
||||||
if (!child) return;
|
|
||||||
pipeJsonLines(child, emit, "claude");
|
|
||||||
}
|
|
||||||
|
|
||||||
async function ensureCodexThread(app: CodexAppClient, options: CodexRunOptions, emit: AgentEmit) {
|
|
||||||
if (options.threadId) {
|
|
||||||
if (options.threadId === codexThreadId) return codexThreadId;
|
|
||||||
try {
|
|
||||||
const result = await app.readThread(options.threadId, false);
|
|
||||||
assertThreadWorkspace(field(result, "thread") || {}, options.cwd);
|
|
||||||
const thread = await app.resumeThread(options.threadId, options.cwd);
|
|
||||||
assertThreadWorkspace(thread, options.cwd);
|
|
||||||
codexThreadId = String(field(thread, "id") || options.threadId);
|
|
||||||
return codexThreadId;
|
|
||||||
} catch (error) {
|
|
||||||
if (!isRecoverableThreadError(error)) throw error;
|
|
||||||
emit("agent_log", { text: `Codex thread unavailable, starting a new thread: ${errorMessage(error)}` });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!codexThreadId) {
|
|
||||||
const thread = await app.startThread(options.cwd);
|
|
||||||
codexThreadId = String(field(thread, "id") || "");
|
|
||||||
}
|
|
||||||
return codexThreadId;
|
|
||||||
}
|
|
||||||
|
|
||||||
function isRecoverableThreadError(error: unknown) {
|
|
||||||
return /thread not loaded|no rollout found/i.test(errorMessage(error));
|
|
||||||
}
|
|
||||||
|
|
||||||
class CodexAppClient {
|
|
||||||
private nextId = 1;
|
|
||||||
private buffer = "";
|
|
||||||
private textByItem = new Map<string, string>();
|
|
||||||
private deltaCount = 0;
|
|
||||||
private lastUsage: unknown = null;
|
|
||||||
private pending = new Map<number, PendingRequest>();
|
|
||||||
private activeTurns = new Map<string, PendingRequest>();
|
|
||||||
private completedTurns = new Map<string, Error | null>();
|
|
||||||
|
|
||||||
private constructor(private child: ChildProcess, private emit: AgentEmit) {}
|
|
||||||
|
|
||||||
static async start(emit: AgentEmit) {
|
|
||||||
const child = spawn(process.execPath, [codexBin(), "app-server", "--stdio"], { stdio: ["pipe", "pipe", "pipe"], windowsHide: true });
|
|
||||||
const client = new CodexAppClient(child, emit);
|
|
||||||
child.stdout?.on("data", (chunk) => client.read(chunk.toString()));
|
|
||||||
child.stderr?.on("data", (chunk) => emit("agent_log", { text: chunk.toString() }));
|
|
||||||
child.on("error", (error) => emit("agent_error", { message: error.message }));
|
|
||||||
child.on("exit", (code) => {
|
|
||||||
client.failAll(`Codex app-server exited: ${code ?? 0}`);
|
|
||||||
codexApp = null;
|
|
||||||
codexThreadId = "";
|
|
||||||
emit("agent_log", { text: `Codex app-server exited: ${code ?? 0}` });
|
|
||||||
});
|
|
||||||
await client.request("initialize", { clientInfo: { name: "canvas-agent", title: "Infinite Canvas Agent", version: VERSION }, capabilities: { experimentalApi: true, requestAttestation: false } });
|
|
||||||
client.notify("initialized");
|
|
||||||
return client;
|
|
||||||
}
|
|
||||||
|
|
||||||
async startThread(cwd?: string) {
|
|
||||||
const result = await this.request("thread/start", { approvalPolicy: "never", sandbox: "workspace-write", config: codexConfig(), ...(cwd ? { cwd } : {}), threadSource: "user" });
|
|
||||||
const thread = field(result, "thread") as Json | undefined;
|
|
||||||
const id = String(field(thread, "id") || "");
|
|
||||||
if (!id) throw new Error("Codex app-server 没有返回 thread id");
|
|
||||||
return thread || {};
|
|
||||||
}
|
|
||||||
|
|
||||||
async resumeThread(threadId: string, cwd?: string) {
|
|
||||||
const result = await this.request("thread/resume", { threadId, approvalPolicy: "never", sandbox: "workspace-write", config: codexConfig(), ...(cwd ? { cwd } : {}) });
|
|
||||||
const thread = field(result, "thread") as Json | undefined;
|
|
||||||
const id = String(field(thread, "id") || "");
|
|
||||||
if (!id) throw new Error("Codex app-server 没有返回 thread id");
|
|
||||||
return thread || {};
|
|
||||||
}
|
|
||||||
|
|
||||||
listThreads(params: Json) {
|
|
||||||
return this.request("thread/list", params);
|
|
||||||
}
|
|
||||||
|
|
||||||
readThread(threadId: string, includeTurns = true) {
|
|
||||||
return this.request("thread/read", { threadId, includeTurns });
|
|
||||||
}
|
|
||||||
|
|
||||||
archiveThread(threadId: string) {
|
|
||||||
return this.request("thread/archive", { threadId });
|
|
||||||
}
|
|
||||||
|
|
||||||
async startTurn(threadId: string, prompt: string, images: string[]) {
|
|
||||||
const result = await this.request("turn/start", { threadId, input: codexInput(prompt, images), approvalPolicy: "never" });
|
|
||||||
const turnId = String(field(field(result, "turn"), "id") || "");
|
|
||||||
if (!turnId) throw new Error("Codex app-server 没有返回 turn id");
|
|
||||||
const completed = this.completedTurns.get(turnId);
|
|
||||||
if (this.completedTurns.has(turnId)) {
|
|
||||||
this.completedTurns.delete(turnId);
|
|
||||||
if (completed) throw completed;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
await new Promise((resolve, reject) => this.activeTurns.set(turnId, { resolve, reject }));
|
|
||||||
}
|
|
||||||
|
|
||||||
interruptCurrentTurn() {
|
|
||||||
if (this.activeTurns.size === 0) return false;
|
|
||||||
try {
|
|
||||||
this.child.kill("SIGINT");
|
|
||||||
return true;
|
|
||||||
} catch {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private request(method: string, params: unknown) {
|
|
||||||
const id = this.nextId++;
|
|
||||||
this.write({ id, method, params });
|
|
||||||
return new Promise((resolve, reject) => this.pending.set(id, { resolve, reject }));
|
|
||||||
}
|
|
||||||
|
|
||||||
private notify(method: string, params?: unknown) {
|
|
||||||
this.write(params === undefined ? { method } : { method, params });
|
|
||||||
}
|
|
||||||
|
|
||||||
private write(value: unknown) {
|
|
||||||
this.child.stdin?.write(`${JSON.stringify(value)}\n`);
|
|
||||||
}
|
|
||||||
|
|
||||||
private read(chunk: string) {
|
|
||||||
this.buffer += chunk;
|
|
||||||
const lines = this.buffer.split(/\r?\n/);
|
|
||||||
this.buffer = lines.pop() || "";
|
|
||||||
lines.filter(Boolean).forEach((line) => {
|
|
||||||
try {
|
|
||||||
this.handle(JSON.parse(line) as Json);
|
|
||||||
} catch {
|
|
||||||
this.emit("agent_log", { text: line });
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private handle(message: Json) {
|
|
||||||
const id = Number(message.id);
|
|
||||||
if (message.error && this.pending.has(id)) return this.reject(id, String(field(message.error, "message") || "Codex request failed"));
|
|
||||||
if (this.pending.has(id)) return this.resolve(id, message.result);
|
|
||||||
if (typeof message.method === "string" && "id" in message) return this.answerServerRequest(message);
|
|
||||||
if (typeof message.method === "string") this.handleNotification(message.method, (message.params || {}) as Json);
|
|
||||||
}
|
|
||||||
|
|
||||||
private handleNotification(method: string, params: Json) {
|
|
||||||
if (method === "item/agentMessage/delta") return this.emitDelta(params);
|
|
||||||
if (method === "thread/tokenUsage/updated") this.lastUsage = normalizeUsage(params);
|
|
||||||
const event = normalizeCodexNotification(method, params);
|
|
||||||
if (!event) return;
|
|
||||||
if (event.type === "turn.completed") event.usage = this.lastUsage;
|
|
||||||
this.emit("agent_event", { agent: "codex", ...event });
|
|
||||||
if (event.type === "turn.completed") {
|
|
||||||
const turnId = String(field(params, "turnId") || field(field(params, "turn"), "id") || "");
|
|
||||||
const pending = this.activeTurns.get(turnId);
|
|
||||||
const error = field(field(params, "turn"), "error");
|
|
||||||
if (pending) {
|
|
||||||
this.activeTurns.delete(turnId);
|
|
||||||
error ? pending.reject(new Error(String(field(error, "message") || "Codex turn failed"))) : pending.resolve(event);
|
|
||||||
} else if (turnId) {
|
|
||||||
this.completedTurns.set(turnId, error ? new Error(String(field(error, "message") || "Codex turn failed")) : null);
|
|
||||||
}
|
|
||||||
this.emit("agent_event", { agent: "codex", type: "stream.summary", delta_count: this.deltaCount });
|
|
||||||
this.deltaCount = 0;
|
|
||||||
this.emit("agent_done", { agent: "codex", usage: event.usage });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private emitDelta(params: Json) {
|
|
||||||
const id = String(field(params, "itemId") || "");
|
|
||||||
const text = `${this.textByItem.get(id) || ""}${String(field(params, "delta") || "")}`;
|
|
||||||
this.deltaCount += 1;
|
|
||||||
this.textByItem.set(id, text);
|
|
||||||
this.emit("agent_event", { agent: "codex", type: "item.updated", item: { id, type: "agent_message", text } });
|
|
||||||
}
|
|
||||||
|
|
||||||
private answerServerRequest(message: Json) {
|
|
||||||
const method = String(message.method);
|
|
||||||
const result = method === "mcpServer/elicitation/request" ? { action: "accept", content: {}, _meta: null } : { decision: "decline" };
|
|
||||||
this.write({ id: message.id, result });
|
|
||||||
this.emit("agent_event", { agent: "codex", type: "server.request", method, params: message.params, result });
|
|
||||||
}
|
|
||||||
|
|
||||||
private resolve(id: number, result: unknown) {
|
|
||||||
const pending = this.pending.get(id);
|
|
||||||
if (pending) (this.pending.delete(id), pending.resolve(result));
|
|
||||||
}
|
|
||||||
|
|
||||||
private reject(id: number, message: string) {
|
|
||||||
const pending = this.pending.get(id);
|
|
||||||
if (pending) (this.pending.delete(id), pending.reject(new Error(message)));
|
|
||||||
}
|
|
||||||
|
|
||||||
failAll(message: string) {
|
|
||||||
[...this.pending.values(), ...this.activeTurns.values()].forEach((item) => item.reject(new Error(message)));
|
|
||||||
this.pending.clear();
|
|
||||||
this.activeTurns.clear();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function canvasAgentMcpCommand() {
|
|
||||||
const current = process.argv.find((arg) => /index\.(t|j)s$/.test(arg)) || "";
|
|
||||||
const entry = path.resolve(current || fileURLToPath(new URL("./index.js", import.meta.url)));
|
|
||||||
const tsx = path.join(path.dirname(entry), "..", "node_modules", "tsx", "dist", "cli.mjs");
|
|
||||||
return entry.endsWith(".ts") ? { command: process.execPath, args: [tsx, entry, "mcp"] } : { command: process.execPath, args: [entry, "mcp"] };
|
|
||||||
}
|
|
||||||
|
|
||||||
function codexConfig() {
|
|
||||||
return { mcp_servers: { "infinite-canvas": { command: canvasAgentMcp.command, args: canvasAgentMcp.args, default_tools_approval_mode: "approve", startup_timeout_sec: 20, tool_timeout_sec: 90 } } };
|
|
||||||
}
|
|
||||||
|
|
||||||
function codexInput(prompt: string, images: string[]) {
|
|
||||||
return [{ type: "text", text: prompt, text_elements: [] }, ...images.map((file) => ({ type: "localImage", path: file }))];
|
|
||||||
}
|
|
||||||
|
|
||||||
function normalizeCodexNotification(method: string, params: Json): AgentEvent | null {
|
|
||||||
if (method === "thread/started") return { type: "thread.started", thread_id: field(field(params, "thread"), "id") };
|
|
||||||
if (method === "turn/started") return { type: "turn.started" };
|
|
||||||
if (method === "turn/completed") return { type: "turn.completed", usage: null };
|
|
||||||
if (method === "item/started") return { type: "item.started", item: normalizeItem(field(params, "item")) };
|
|
||||||
if (method === "item/completed") return { type: "item.completed", item: normalizeItem(field(params, "item")) };
|
|
||||||
if (method === "error") return { type: "error", message: field(params, "message") };
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
async function loadCodexThread(emit: AgentEmit, threadId: string, cwd: string | undefined, includeTurns: boolean) {
|
|
||||||
codexApp ||= await CodexAppClient.start(emit);
|
|
||||||
const result = await codexApp.readThread(threadId, includeTurns);
|
|
||||||
const thread = field(result, "thread") || {};
|
|
||||||
assertThreadWorkspace(thread, cwd);
|
|
||||||
return thread;
|
|
||||||
}
|
|
||||||
|
|
||||||
function assertThreadWorkspace(thread: unknown, cwd?: string) {
|
|
||||||
if (!cwd || threadInWorkspace(thread, cwd)) return;
|
|
||||||
throw new Error("该 Codex 会话不属于当前画布工作空间");
|
|
||||||
}
|
|
||||||
|
|
||||||
function threadInWorkspace(thread: unknown, cwd: string) {
|
|
||||||
const threadCwd = String(field(thread, "cwd") || "");
|
|
||||||
return Boolean(threadCwd && path.resolve(threadCwd) === path.resolve(cwd));
|
|
||||||
}
|
|
||||||
|
|
||||||
function normalizeItem(item: unknown) {
|
|
||||||
const value = item && typeof item === "object" ? { ...(item as Json) } : {};
|
|
||||||
if (value.type === "agentMessage") value.type = "agent_message";
|
|
||||||
if (value.type === "mcpToolCall") value.type = "mcp_tool_call";
|
|
||||||
if (value.type === "agent_message" && typeof value.id === "string") value.text = String(value.text || "");
|
|
||||||
if ("arguments" in value) value.arguments = parseMaybeJson(value.arguments);
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
|
|
||||||
function normalizeUsage(params: Json) {
|
|
||||||
const total = field(field(params, "tokenUsage"), "total") as Json | undefined;
|
|
||||||
return {
|
|
||||||
input_tokens: field(total, "inputTokens"),
|
|
||||||
cached_input_tokens: field(total, "cachedInputTokens"),
|
|
||||||
output_tokens: field(total, "outputTokens"),
|
|
||||||
reasoning_output_tokens: field(total, "reasoningOutputTokens"),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
function parseMaybeJson(value: unknown) {
|
|
||||||
if (typeof value !== "string") return value;
|
|
||||||
try {
|
|
||||||
return JSON.parse(value);
|
|
||||||
} catch {
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function field(value: unknown, key: string) {
|
|
||||||
return value && typeof value === "object" ? (value as Json)[key] : undefined;
|
|
||||||
}
|
|
||||||
|
|
||||||
export function summarizeCodexThread(thread: unknown) {
|
|
||||||
return {
|
|
||||||
id: String(field(thread, "id") || ""),
|
|
||||||
sessionId: String(field(thread, "sessionId") || ""),
|
|
||||||
preview: displayUserText(String(field(thread, "preview") || "")),
|
|
||||||
name: stringOrNull(field(thread, "name")),
|
|
||||||
cwd: String(field(thread, "cwd") || ""),
|
|
||||||
status: String(field(thread, "status") || ""),
|
|
||||||
source: field(thread, "source"),
|
|
||||||
threadSource: field(thread, "threadSource"),
|
|
||||||
createdAt: Number(field(thread, "createdAt") || 0),
|
|
||||||
updatedAt: Number(field(thread, "updatedAt") || 0),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
function threadMessages(thread: unknown): AgentHistoryMessage[] {
|
|
||||||
const turns = arrayValue(field(thread, "turns"));
|
|
||||||
const messages: AgentHistoryMessage[] = [];
|
|
||||||
turns.forEach((turn, turnIndex) => {
|
|
||||||
arrayValue(field(turn, "items")).forEach((item, itemIndex) => {
|
|
||||||
const type = String(field(item, "type") || "");
|
|
||||||
const id = String(field(item, "id") || `${turnIndex}-${itemIndex}`);
|
|
||||||
if (type === "userMessage") {
|
|
||||||
const text = displayUserText(userInputText(field(item, "content")));
|
|
||||||
if (text) messages.push({ id, role: "user", text });
|
|
||||||
}
|
|
||||||
if (type === "agentMessage") {
|
|
||||||
const text = String(field(item, "text") || "").trim();
|
|
||||||
if (text) messages.push({ id, role: "assistant", title: "Codex", text, streamId: id });
|
|
||||||
}
|
|
||||||
if (type === "mcpToolCall") {
|
|
||||||
const tool = String(field(item, "tool") || "工具调用");
|
|
||||||
const error = field(field(item, "error"), "message");
|
|
||||||
messages.push({ id, role: error ? "error" : "tool", title: toolName(tool), text: error ? String(error) : `${toolName(tool)} ${String(field(item, "status") || "完成")}`, detail: item });
|
|
||||||
}
|
|
||||||
if (type === "commandExecution") {
|
|
||||||
const command = String(field(item, "command") || "").trim();
|
|
||||||
if (command) messages.push({ id, role: "tool", title: "命令", text: command, detail: { cwd: field(item, "cwd"), status: field(item, "status"), exitCode: field(item, "exitCode") } });
|
|
||||||
}
|
|
||||||
if (type === "fileChange") messages.push({ id, role: "tool", title: "文件变更", text: "Codex 修改了文件", detail: item });
|
|
||||||
});
|
|
||||||
});
|
|
||||||
return messages.filter((item) => item.text).slice(-120);
|
|
||||||
}
|
|
||||||
|
|
||||||
function userInputText(content: unknown) {
|
|
||||||
return arrayValue(content)
|
|
||||||
.map((item) => {
|
|
||||||
const type = String(field(item, "type") || "");
|
|
||||||
if (type === "text") return String(field(item, "text") || "");
|
|
||||||
if (type === "image" || type === "localImage") return "图片附件";
|
|
||||||
if (type === "mention") return `@${String(field(item, "name") || "文件")}`;
|
|
||||||
return "";
|
|
||||||
})
|
|
||||||
.filter(Boolean)
|
|
||||||
.join("\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
function displayUserText(text: string) {
|
|
||||||
const value = text.trim();
|
|
||||||
const marker = "用户请求:";
|
|
||||||
const index = value.lastIndexOf(marker);
|
|
||||||
return (index >= 0 ? value.slice(index + marker.length) : value).trim();
|
|
||||||
}
|
|
||||||
|
|
||||||
function arrayValue(value: unknown) {
|
|
||||||
return Array.isArray(value) ? value : [];
|
|
||||||
}
|
|
||||||
|
|
||||||
function stringOrNull(value: unknown) {
|
|
||||||
return typeof value === "string" && value.trim() ? value : null;
|
|
||||||
}
|
|
||||||
|
|
||||||
function toolName(name: string) {
|
|
||||||
if (name === "canvas_apply_ops") return "画布操作";
|
|
||||||
if (name === "canvas_get_state") return "读取画布";
|
|
||||||
if (name === "canvas_get_selection") return "读取选区";
|
|
||||||
if (name === "canvas_export_snapshot") return "导出快照";
|
|
||||||
if (name === "canvas_create_text_node") return "创建文本";
|
|
||||||
if (name === "canvas_create_image_prompt_flow") return "创建生图流程";
|
|
||||||
if (name === "canvas_create_generation_flow") return "创建生成流程";
|
|
||||||
if (name === "canvas_generate_text") return "生成文本";
|
|
||||||
if (name === "canvas_generate_image") return "生成图片";
|
|
||||||
if (name === "canvas_generate_video") return "生成视频";
|
|
||||||
if (name === "canvas_generate_audio") return "生成音频";
|
|
||||||
if (name === "canvas_run_generation") return "触发生成";
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
async function writeAttachmentFiles(attachments: AgentAttachment[]) {
|
|
||||||
return await Promise.all(attachments.filter((item) => item.dataUrl?.startsWith("data:image/")).map(writeAttachmentFile));
|
|
||||||
}
|
|
||||||
|
|
||||||
async function writeAttachmentFile(item: AgentAttachment) {
|
|
||||||
const [, meta = "", data = ""] = item.dataUrl?.match(/^data:([^;]+);base64,(.+)$/) || [];
|
|
||||||
if (!data) throw new Error(`图片附件无效:${item.name || "未命名图片"}`);
|
|
||||||
const file = path.join(os.tmpdir(), `infinite-canvas-${Date.now()}-${Math.random().toString(16).slice(2)}.${imageExt(meta || item.type)}`);
|
|
||||||
await fs.writeFile(file, Buffer.from(data, "base64"));
|
|
||||||
return file;
|
|
||||||
}
|
|
||||||
|
|
||||||
function imageExt(type = "") {
|
|
||||||
if (type.includes("png")) return "png";
|
|
||||||
if (type.includes("webp")) return "webp";
|
|
||||||
return "jpg";
|
|
||||||
}
|
|
||||||
|
|
||||||
function codexBin() {
|
|
||||||
return path.join(path.dirname(require.resolve("@openai/codex/package.json")), "bin", "codex.js");
|
|
||||||
}
|
|
||||||
|
|
||||||
function pipeJsonLines(child: ReturnType<typeof spawn>, emit: AgentEmit, agent: string) {
|
|
||||||
let out = "";
|
|
||||||
child.stdout?.on("data", (chunk) => {
|
|
||||||
out += chunk.toString();
|
|
||||||
const lines = out.split(/\r?\n/);
|
|
||||||
out = lines.pop() || "";
|
|
||||||
lines.filter(Boolean).forEach((line) => {
|
|
||||||
try {
|
|
||||||
emit("agent_event", { agent, ...JSON.parse(line) });
|
|
||||||
} catch {
|
|
||||||
emit("agent_event", { agent, type: "raw", text: line });
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
child.stderr?.on("data", (chunk) => emit("agent_log", { text: chunk.toString() }));
|
|
||||||
child.on("error", (error) => emit("agent_error", { message: error.message }));
|
|
||||||
child.on("close", (code) => emit("agent_done", { agent, code }));
|
|
||||||
}
|
|
||||||
|
|
||||||
function spawnAgent(name: string, args: string[], stdio: StdioOptions, emit: AgentEmit) {
|
|
||||||
try {
|
|
||||||
return spawn(name, args, { stdio, shell: process.platform === "win32", windowsHide: true });
|
|
||||||
} catch (error) {
|
|
||||||
emit("agent_error", { message: errorMessage(error) });
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function errorMessage(error: unknown) {
|
|
||||||
return error instanceof Error ? error.message : String(error);
|
|
||||||
}
|
|
||||||
@@ -1,265 +0,0 @@
|
|||||||
import crypto from "node:crypto";
|
|
||||||
import type { ServerResponse } from "node:http";
|
|
||||||
|
|
||||||
import { type ToolName } from "./schemas.js";
|
|
||||||
import { compactCanvasState, compactNode, isToolName, nextCanvasX, parseToolInput } from "./tools.js";
|
|
||||||
import type { CanvasNode, CanvasNodeType, CanvasSnapshot } from "./types.js";
|
|
||||||
|
|
||||||
type PendingRequest = { resolve: (value: unknown) => void; reject: (error: Error) => void };
|
|
||||||
|
|
||||||
const SITE_TOOLS = new Set<ToolName>([
|
|
||||||
"site_navigate",
|
|
||||||
"canvas_list_projects",
|
|
||||||
"workbench_image_get_config",
|
|
||||||
"workbench_image_generate",
|
|
||||||
"workbench_video_get_config",
|
|
||||||
"workbench_video_generate",
|
|
||||||
"prompts_search",
|
|
||||||
"assets_list",
|
|
||||||
"assets_add",
|
|
||||||
]);
|
|
||||||
|
|
||||||
export class CanvasSession {
|
|
||||||
private clients = new Map<string, ServerResponse>();
|
|
||||||
private pending = new Map<string, PendingRequest>();
|
|
||||||
private canvasState: CanvasSnapshot | null = null;
|
|
||||||
|
|
||||||
health() {
|
|
||||||
return { ok: true, hasCanvas: Boolean(this.canvasState), clients: this.clients.size };
|
|
||||||
}
|
|
||||||
|
|
||||||
openEvents(url: URL, res: ServerResponse) {
|
|
||||||
const clientId = url.searchParams.get("clientId") || crypto.randomUUID();
|
|
||||||
const statusOnly = url.searchParams.get("role") === "status";
|
|
||||||
res.writeHead(200, { "Content-Type": "text/event-stream", "Cache-Control": "no-cache", Connection: "keep-alive" });
|
|
||||||
if (!statusOnly) this.clients.set(clientId, res);
|
|
||||||
sendEvent(res, "hello", { ok: true, clientId });
|
|
||||||
const timer = setInterval(() => sendEvent(res, "ping", { time: Date.now() }), 15000);
|
|
||||||
res.on("close", () => {
|
|
||||||
clearInterval(timer);
|
|
||||||
if (!statusOnly) this.clients.delete(clientId);
|
|
||||||
if (this.canvasState?.clientId === clientId) this.canvasState = null;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
updateState(body: unknown, clientId?: string) {
|
|
||||||
this.canvasState = { ...((body && typeof body === "object" && !Array.isArray(body) ? body : {}) as Record<string, unknown>), clientId } as CanvasSnapshot;
|
|
||||||
}
|
|
||||||
|
|
||||||
resolveResult(body: { requestId?: string; error?: string; result?: unknown }) {
|
|
||||||
const item = body.requestId ? this.pending.get(body.requestId) : null;
|
|
||||||
if (!item || !body.requestId) return;
|
|
||||||
this.pending.delete(body.requestId);
|
|
||||||
body.error ? item.reject(new Error(body.error)) : item.resolve(body.result);
|
|
||||||
}
|
|
||||||
|
|
||||||
emitAll(type: string, payload: unknown) {
|
|
||||||
this.clients.forEach((client) => sendEvent(client, type, payload));
|
|
||||||
}
|
|
||||||
|
|
||||||
async callTool(name: unknown, rawInput: unknown) {
|
|
||||||
if (!isToolName(name)) throw new Error(`未知工具:${String(name)}`);
|
|
||||||
let tool: ToolName = name;
|
|
||||||
let input = parseToolInput(tool, rawInput) as Record<string, unknown>;
|
|
||||||
if (SITE_TOOLS.has(tool)) {
|
|
||||||
if (!this.clients.size) throw new Error("当前没有已连接网页");
|
|
||||||
return await this.requestCanvasTool(tool, input);
|
|
||||||
}
|
|
||||||
const readTool = ["canvas_get_state", "canvas_get_selection", "canvas_export_snapshot"].includes(tool);
|
|
||||||
if (readTool && (!this.clients.size || !this.canvasState)) throw new Error("当前没有已连接画布");
|
|
||||||
if (tool === "canvas_get_state" || tool === "canvas_export_snapshot") return compactCanvasState(this.canvasState);
|
|
||||||
if (tool === "canvas_get_selection") {
|
|
||||||
const ids = new Set(this.canvasState?.selectedNodeIds || []);
|
|
||||||
return { nodes: (this.canvasState?.nodes || []).filter((node) => ids.has(node.id)).map(compactNode) };
|
|
||||||
}
|
|
||||||
if (tool === "canvas_create_node") {
|
|
||||||
const data = input as { nodeType: CanvasNodeType; title?: string; x?: number; y?: number; width?: number; height?: number; metadata?: Record<string, unknown> };
|
|
||||||
input = { ops: [{ type: "add_node", nodeType: data.nodeType, title: data.title, position: { x: data.x ?? nextCanvasX(this.canvasState), y: data.y ?? 0 }, width: data.width, height: data.height, metadata: data.metadata }] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_create_text_node") {
|
|
||||||
const text = input as { text?: string; x?: number; y?: number; title?: string; width?: number; height?: number };
|
|
||||||
input = { ops: [textNodeOp(text, text.x ?? nextCanvasX(this.canvasState), text.y ?? 0)] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_create_text_nodes") {
|
|
||||||
const data = input as { items: Array<{ text: string; title?: string; x?: number; y?: number; width?: number; height?: number }>; x?: number; y?: number; gap?: number; direction?: "row" | "column" };
|
|
||||||
const x = Number(data.x ?? nextCanvasX(this.canvasState));
|
|
||||||
const y = Number(data.y ?? 0);
|
|
||||||
const gap = Number(data.gap ?? 40);
|
|
||||||
input = {
|
|
||||||
ops: data.items.map((item, index) => textNodeOp(item, item.x ?? (data.direction === "row" ? x + index * (340 + gap) : x), item.y ?? (data.direction === "row" ? y : y + index * (240 + gap)))),
|
|
||||||
};
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_create_image_prompt_flow") {
|
|
||||||
input = { ops: generationFlowOps({ ...(input as Record<string, unknown>), mode: "image" }, this.canvasState) };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_create_config_node") {
|
|
||||||
const data = input as Record<string, unknown>;
|
|
||||||
const x = Number(data.x ?? nextCanvasX(this.canvasState));
|
|
||||||
const y = Number(data.y ?? 0);
|
|
||||||
const configId = `config-${crypto.randomUUID()}`;
|
|
||||||
const mode = generationMode(data.mode);
|
|
||||||
const prompt = String(data.prompt || "");
|
|
||||||
input = { ops: [configNodeOp(configId, data, x, y), ...(data.autoRun ? [runGenerationOp(configId, mode, prompt)] : [])] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_create_generation_flow") {
|
|
||||||
input = { ops: generationFlowOps(input as Record<string, unknown>, this.canvasState) };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_generate_text" || tool === "canvas_generate_image" || tool === "canvas_generate_video" || tool === "canvas_generate_audio") {
|
|
||||||
input = { ops: generationFlowOps({ ...(input as Record<string, unknown>), mode: tool.replace("canvas_generate_", ""), autoRun: true }, this.canvasState) };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_update_node") {
|
|
||||||
const data = input as { id: string; patch?: Record<string, unknown>; metadata?: Record<string, unknown> };
|
|
||||||
input = { ops: [{ type: "update_node", id: data.id, patch: data.patch, metadata: data.metadata }] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_update_node_text") {
|
|
||||||
const data = input as { id: string; text: string; title?: string };
|
|
||||||
input = { ops: [{ type: "update_node", id: data.id, patch: { ...(data.title ? { title: data.title } : {}) }, metadata: { content: data.text, status: "success" } }] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_move_nodes") {
|
|
||||||
const data = input as { items: Array<{ id: string; x?: number; y?: number; dx?: number; dy?: number }> };
|
|
||||||
input = {
|
|
||||||
ops: data.items.map((item) => {
|
|
||||||
const current = findNode(this.canvasState, item.id);
|
|
||||||
return { type: "update_node", id: item.id, patch: { position: { x: item.x ?? ((current?.position.x || 0) + (item.dx || 0)), y: item.y ?? ((current?.position.y || 0) + (item.dy || 0)) } } };
|
|
||||||
}),
|
|
||||||
};
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_resize_node") {
|
|
||||||
const data = input as { id: string; width: number; height: number; freeResize?: boolean };
|
|
||||||
input = { ops: [{ type: "update_node", id: data.id, patch: { width: data.width, height: data.height }, metadata: data.freeResize === undefined ? undefined : { freeResize: data.freeResize } }] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_delete_nodes") {
|
|
||||||
input = { ops: [{ type: "delete_node", ids: (input as { ids: string[] }).ids }] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_connect_nodes") {
|
|
||||||
const data = input as { connections: Array<{ fromNodeId: string; toNodeId: string }> };
|
|
||||||
input = { ops: data.connections.map((connection) => ({ type: "connect_nodes", ...connection })) };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_select_nodes") {
|
|
||||||
input = { ops: [{ type: "select_nodes", ids: (input as { ids: string[] }).ids }] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_set_viewport") {
|
|
||||||
input = { ops: [{ type: "set_viewport", viewport: (input as { viewport: unknown }).viewport }] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool === "canvas_run_generation") {
|
|
||||||
const data = input as { nodeId: string; mode?: string; prompt?: string };
|
|
||||||
input = { ops: [runGenerationOp(data.nodeId, generationMode(data.mode), data.prompt)] };
|
|
||||||
tool = "canvas_apply_ops";
|
|
||||||
}
|
|
||||||
if (tool !== "canvas_apply_ops") throw new Error(`未知工具:${tool}`);
|
|
||||||
if (!this.clients.size) throw new Error("当前没有已连接画布");
|
|
||||||
return await this.requestCanvasTool(tool, input);
|
|
||||||
}
|
|
||||||
|
|
||||||
private async requestCanvasTool(name: ToolName, input: Record<string, unknown>) {
|
|
||||||
const requestId = crypto.randomUUID();
|
|
||||||
const client = this.clients.get(this.canvasState?.clientId || "") || this.clients.values().next().value;
|
|
||||||
if (!client) throw new Error("当前没有已连接画布");
|
|
||||||
sendEvent(client, "tool_call", { requestId, name, input });
|
|
||||||
return await new Promise((resolve, reject) => {
|
|
||||||
const timer = setTimeout(() => {
|
|
||||||
this.pending.delete(requestId);
|
|
||||||
reject(new Error("画布操作超时"));
|
|
||||||
}, 30000);
|
|
||||||
this.pending.set(requestId, { resolve: (value) => (clearTimeout(timer), resolve(value)), reject: (error) => (clearTimeout(timer), reject(error)) });
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function sendEvent(res: ServerResponse, type: string, payload: unknown) {
|
|
||||||
res.write(`event: ${type}\ndata: ${JSON.stringify(payload)}\n\n`);
|
|
||||||
}
|
|
||||||
|
|
||||||
function textNodeOp(input: { id?: string; text?: string; title?: string; width?: number; height?: number }, x: number, y: number) {
|
|
||||||
return { type: "add_node", id: input.id, nodeType: "text", title: input.title, position: { x, y }, width: input.width, height: input.height, metadata: { content: input.text || "", status: "success", fontSize: 14 } };
|
|
||||||
}
|
|
||||||
|
|
||||||
function configNodeOp(id: string, input: Record<string, unknown>, x: number, y: number) {
|
|
||||||
const mode = generationMode(input.mode);
|
|
||||||
const prompt = String(input.prompt || "");
|
|
||||||
return {
|
|
||||||
type: "add_node",
|
|
||||||
id,
|
|
||||||
nodeType: "config",
|
|
||||||
title: String(input.title || generationTitle(mode)),
|
|
||||||
position: { x, y },
|
|
||||||
width: typeof input.width === "number" ? input.width : undefined,
|
|
||||||
height: typeof input.height === "number" ? input.height : undefined,
|
|
||||||
metadata: cleanRecord({
|
|
||||||
generationMode: mode,
|
|
||||||
composerContent: prompt,
|
|
||||||
prompt,
|
|
||||||
status: "idle",
|
|
||||||
model: input.model,
|
|
||||||
size: input.size,
|
|
||||||
quality: input.quality,
|
|
||||||
count: input.count,
|
|
||||||
seconds: input.seconds,
|
|
||||||
vquality: input.vquality,
|
|
||||||
generateAudio: input.generateAudio,
|
|
||||||
watermark: input.watermark,
|
|
||||||
audioVoice: input.audioVoice,
|
|
||||||
audioFormat: input.audioFormat,
|
|
||||||
audioSpeed: input.audioSpeed,
|
|
||||||
audioInstructions: input.audioInstructions,
|
|
||||||
}),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
function generationFlowOps(input: Record<string, unknown>, state: CanvasSnapshot | null) {
|
|
||||||
const mode = generationMode(input.mode);
|
|
||||||
const prompt = String(input.prompt || "");
|
|
||||||
const x = Number(input.x ?? nextCanvasX(state));
|
|
||||||
const y = Number(input.y ?? 0);
|
|
||||||
const textId = `text-${crypto.randomUUID()}`;
|
|
||||||
const configId = `config-${crypto.randomUUID()}`;
|
|
||||||
const referenceNodeIds = Array.isArray(input.referenceNodeIds) ? input.referenceNodeIds.filter((id): id is string => typeof id === "string") : [];
|
|
||||||
const tokens = [`@[node:${textId}]`, ...referenceNodeIds.map((id) => `@[node:${id}]`)];
|
|
||||||
const configInput = { ...input, prompt: tokens.join("\n") };
|
|
||||||
return [
|
|
||||||
textNodeOp({ id: textId, text: prompt, title: String(input.title || "提示词") }, x, y),
|
|
||||||
configNodeOp(configId, configInput, x + 420, y),
|
|
||||||
{ type: "connect_nodes", fromNodeId: textId, toNodeId: configId },
|
|
||||||
...referenceNodeIds.map((fromNodeId) => ({ type: "connect_nodes", fromNodeId, toNodeId: configId })),
|
|
||||||
{ type: "select_nodes", ids: [configId] },
|
|
||||||
...(input.autoRun ? [runGenerationOp(configId, mode, tokens.join("\n"))] : []),
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
function runGenerationOp(nodeId: string, mode: "text" | "image" | "video" | "audio", prompt?: string) {
|
|
||||||
return { type: "run_generation", nodeId, mode, prompt };
|
|
||||||
}
|
|
||||||
|
|
||||||
function generationMode(value: unknown): "text" | "image" | "video" | "audio" {
|
|
||||||
return value === "text" || value === "video" || value === "audio" ? value : "image";
|
|
||||||
}
|
|
||||||
|
|
||||||
function generationTitle(mode: "text" | "image" | "video" | "audio") {
|
|
||||||
if (mode === "text") return "文本生成";
|
|
||||||
if (mode === "video") return "视频生成";
|
|
||||||
if (mode === "audio") return "音频生成";
|
|
||||||
return "图片生成";
|
|
||||||
}
|
|
||||||
|
|
||||||
function findNode(state: CanvasSnapshot | null, id: string): CanvasNode | undefined {
|
|
||||||
return (state?.nodes || []).find((node) => node.id === id);
|
|
||||||
}
|
|
||||||
|
|
||||||
function cleanRecord(value: Record<string, unknown>) {
|
|
||||||
return Object.fromEntries(Object.entries(value).filter(([, item]) => item !== undefined && item !== ""));
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,168 @@
|
|||||||
|
import crypto from "node:crypto";
|
||||||
|
|
||||||
|
import type { ToolName } from "./schemas.js";
|
||||||
|
import { nextCanvasX } from "./tools.js";
|
||||||
|
import type { CanvasNode, CanvasNodeType, CanvasSnapshot } from "./types.js";
|
||||||
|
|
||||||
|
export type CanvasToolRequest = { name: "canvas_apply_ops"; input: Record<string, unknown> };
|
||||||
|
|
||||||
|
/** 将上层画布工具调用转换为前端可执行的批量操作。 */
|
||||||
|
export function buildCanvasToolRequest(name: ToolName, input: Record<string, unknown>, state: CanvasSnapshot | null): CanvasToolRequest {
|
||||||
|
if (name === "canvas_apply_ops") return { name, input };
|
||||||
|
if (name === "canvas_create_node") {
|
||||||
|
const data = input as { nodeType: CanvasNodeType; title?: string; x?: number; y?: number; width?: number; height?: number; metadata?: Record<string, unknown> };
|
||||||
|
return applyOps([{ type: "add_node", nodeType: data.nodeType, title: data.title, position: { x: data.x ?? nextCanvasX(state), y: data.y ?? 0 }, width: data.width, height: data.height, metadata: data.metadata }]);
|
||||||
|
}
|
||||||
|
if (name === "canvas_create_text_node") {
|
||||||
|
const data = input as { text?: string; x?: number; y?: number; title?: string; width?: number; height?: number };
|
||||||
|
return applyOps([textNodeOp(data, data.x ?? nextCanvasX(state), data.y ?? 0)]);
|
||||||
|
}
|
||||||
|
if (name === "canvas_create_text_nodes") {
|
||||||
|
const data = input as { items: Array<{ text: string; title?: string; x?: number; y?: number; width?: number; height?: number }>; x?: number; y?: number; gap?: number; direction?: "row" | "column" };
|
||||||
|
const x = Number(data.x ?? nextCanvasX(state));
|
||||||
|
const y = Number(data.y ?? 0);
|
||||||
|
const gap = Number(data.gap ?? 40);
|
||||||
|
return applyOps(data.items.map((item, index) => textNodeOp(item, item.x ?? (data.direction === "row" ? x + index * (340 + gap) : x), item.y ?? (data.direction === "row" ? y : y + index * (240 + gap)))));
|
||||||
|
}
|
||||||
|
if (name === "canvas_create_image_prompt_flow") return applyOps(generationFlowOps({ ...input, mode: "image" }, state));
|
||||||
|
if (name === "canvas_create_config_node") {
|
||||||
|
const x = Number(input.x ?? nextCanvasX(state));
|
||||||
|
const y = Number(input.y ?? 0);
|
||||||
|
const configId = `config-${crypto.randomUUID()}`;
|
||||||
|
const mode = generationMode(input.mode);
|
||||||
|
const prompt = String(input.prompt || "");
|
||||||
|
return applyOps([configNodeOp(configId, input, x, y), ...(input.autoRun ? [runGenerationOp(configId, mode, prompt)] : [])]);
|
||||||
|
}
|
||||||
|
if (name === "canvas_create_generation_flow") return applyOps(generationFlowOps(input, state));
|
||||||
|
if (name === "canvas_generate_text" || name === "canvas_generate_image" || name === "canvas_generate_video" || name === "canvas_generate_audio") {
|
||||||
|
return applyOps(generationFlowOps({ ...input, mode: name.replace("canvas_generate_", ""), autoRun: true }, state));
|
||||||
|
}
|
||||||
|
if (name === "canvas_update_node") {
|
||||||
|
const data = input as { id: string; patch?: Record<string, unknown>; metadata?: Record<string, unknown> };
|
||||||
|
return applyOps([{ type: "update_node", id: data.id, patch: data.patch, metadata: data.metadata }]);
|
||||||
|
}
|
||||||
|
if (name === "canvas_update_node_text") {
|
||||||
|
const data = input as { id: string; text: string; title?: string };
|
||||||
|
return applyOps([{ type: "update_node", id: data.id, patch: { ...(data.title ? { title: data.title } : {}) }, metadata: { content: data.text, status: "success" } }]);
|
||||||
|
}
|
||||||
|
if (name === "canvas_move_nodes") {
|
||||||
|
const data = input as { items: Array<{ id: string; x?: number; y?: number; dx?: number; dy?: number }> };
|
||||||
|
return applyOps(data.items.map((item) => {
|
||||||
|
const current = findNode(state, item.id);
|
||||||
|
return { type: "update_node", id: item.id, patch: { position: { x: item.x ?? ((current?.position.x || 0) + (item.dx || 0)), y: item.y ?? ((current?.position.y || 0) + (item.dy || 0)) } } };
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
if (name === "canvas_resize_node") {
|
||||||
|
const data = input as { id: string; width: number; height: number; freeResize?: boolean };
|
||||||
|
return applyOps([{ type: "update_node", id: data.id, patch: { width: data.width, height: data.height }, metadata: data.freeResize === undefined ? undefined : { freeResize: data.freeResize } }]);
|
||||||
|
}
|
||||||
|
if (name === "canvas_delete_nodes") return applyOps([{ type: "delete_node", ids: (input as { ids: string[] }).ids }]);
|
||||||
|
if (name === "canvas_connect_nodes") {
|
||||||
|
const data = input as { connections: Array<{ fromNodeId: string; toNodeId: string }> };
|
||||||
|
return applyOps(data.connections.map((connection) => ({ type: "connect_nodes", ...connection })));
|
||||||
|
}
|
||||||
|
if (name === "canvas_select_nodes") return applyOps([{ type: "select_nodes", ids: (input as { ids: string[] }).ids }]);
|
||||||
|
if (name === "canvas_set_viewport") return applyOps([{ type: "set_viewport", viewport: (input as { viewport: unknown }).viewport }]);
|
||||||
|
if (name === "canvas_run_generation") {
|
||||||
|
const data = input as { nodeId: string; mode?: string; prompt?: string };
|
||||||
|
return applyOps([runGenerationOp(data.nodeId, generationMode(data.mode), data.prompt)]);
|
||||||
|
}
|
||||||
|
throw new Error(`未知工具:${name}`);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 按最大边限制计算附件图片节点尺寸,并保持原始比例。 */
|
||||||
|
export function fitAttachmentNodeSize(width: number, height: number) {
|
||||||
|
const scale = Math.min(1, 640 / width, 640 / height);
|
||||||
|
return { width: width * scale, height: height * scale };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建统一的批量画布操作请求。 */
|
||||||
|
function applyOps(ops: unknown[]): CanvasToolRequest {
|
||||||
|
return { name: "canvas_apply_ops", input: { ops } };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建文本节点操作。 */
|
||||||
|
function textNodeOp(input: { id?: string; text?: string; title?: string; width?: number; height?: number }, x: number, y: number) {
|
||||||
|
return { type: "add_node", id: input.id, nodeType: "text", title: input.title, position: { x, y }, width: input.width, height: input.height, metadata: { content: input.text || "", status: "success", fontSize: 14 } };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建生成配置节点操作。 */
|
||||||
|
function configNodeOp(id: string, input: Record<string, unknown>, x: number, y: number) {
|
||||||
|
const mode = generationMode(input.mode);
|
||||||
|
const prompt = String(input.prompt || "");
|
||||||
|
return {
|
||||||
|
type: "add_node",
|
||||||
|
id,
|
||||||
|
nodeType: "config",
|
||||||
|
title: String(input.title || generationTitle(mode)),
|
||||||
|
position: { x, y },
|
||||||
|
width: typeof input.width === "number" ? input.width : undefined,
|
||||||
|
height: typeof input.height === "number" ? input.height : undefined,
|
||||||
|
metadata: cleanRecord({
|
||||||
|
generationMode: mode,
|
||||||
|
composerContent: prompt,
|
||||||
|
prompt,
|
||||||
|
status: "idle",
|
||||||
|
model: input.model,
|
||||||
|
size: input.size,
|
||||||
|
quality: input.quality,
|
||||||
|
count: input.count,
|
||||||
|
seconds: input.seconds,
|
||||||
|
vquality: input.vquality,
|
||||||
|
generateAudio: input.generateAudio,
|
||||||
|
watermark: input.watermark,
|
||||||
|
audioVoice: input.audioVoice,
|
||||||
|
audioFormat: input.audioFormat,
|
||||||
|
audioSpeed: input.audioSpeed,
|
||||||
|
audioInstructions: input.audioInstructions,
|
||||||
|
}),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建包含提示词、配置节点和引用连线的生成流程。 */
|
||||||
|
function generationFlowOps(input: Record<string, unknown>, state: CanvasSnapshot | null) {
|
||||||
|
const mode = generationMode(input.mode);
|
||||||
|
const prompt = String(input.prompt || "");
|
||||||
|
const x = Number(input.x ?? nextCanvasX(state));
|
||||||
|
const y = Number(input.y ?? 0);
|
||||||
|
const textId = `text-${crypto.randomUUID()}`;
|
||||||
|
const configId = `config-${crypto.randomUUID()}`;
|
||||||
|
const referenceNodeIds = Array.isArray(input.referenceNodeIds) ? input.referenceNodeIds.filter((id): id is string => typeof id === "string") : [];
|
||||||
|
const tokens = [`@[node:${textId}]`, ...referenceNodeIds.map((id) => `@[node:${id}]`)];
|
||||||
|
return [
|
||||||
|
textNodeOp({ id: textId, text: prompt, title: String(input.title || "提示词") }, x, y),
|
||||||
|
configNodeOp(configId, { ...input, prompt: tokens.join("\n") }, x + 420, y),
|
||||||
|
{ type: "connect_nodes", fromNodeId: textId, toNodeId: configId },
|
||||||
|
...referenceNodeIds.map((fromNodeId) => ({ type: "connect_nodes", fromNodeId, toNodeId: configId })),
|
||||||
|
{ type: "select_nodes", ids: [configId] },
|
||||||
|
...(input.autoRun ? [runGenerationOp(configId, mode, tokens.join("\n"))] : []),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建触发节点生成的画布操作。 */
|
||||||
|
function runGenerationOp(nodeId: string, mode: "text" | "image" | "video" | "audio", prompt?: string) {
|
||||||
|
return { type: "run_generation", nodeId, mode, prompt };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将未知生成模式归一为画布支持的模式。 */
|
||||||
|
function generationMode(value: unknown): "text" | "image" | "video" | "audio" {
|
||||||
|
return value === "text" || value === "video" || value === "audio" ? value : "image";
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 获取生成模式对应的默认节点标题。 */
|
||||||
|
function generationTitle(mode: "text" | "image" | "video" | "audio") {
|
||||||
|
if (mode === "text") return "文本生成";
|
||||||
|
if (mode === "video") return "视频生成";
|
||||||
|
if (mode === "audio") return "音频生成";
|
||||||
|
return "图片生成";
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 按节点 ID 查找当前画布节点。 */
|
||||||
|
function findNode(state: CanvasSnapshot | null, id: string): CanvasNode | undefined {
|
||||||
|
return (state?.nodes || []).find((node) => node.id === id);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 移除对象中未设置的生成参数。 */
|
||||||
|
function cleanRecord(value: Record<string, unknown>) {
|
||||||
|
return Object.fromEntries(Object.entries(value).filter(([, item]) => item !== undefined && item !== ""));
|
||||||
|
}
|
||||||
@@ -6,6 +6,7 @@ const viewportSchema = z.object({ x: z.number(), y: z.number(), k: z.number() })
|
|||||||
const nodeTypeSchema = z.enum(["image", "text", "config", "video", "audio"]);
|
const nodeTypeSchema = z.enum(["image", "text", "config", "video", "audio"]);
|
||||||
const generationModeSchema = z.enum(["text", "image", "video", "audio"]);
|
const generationModeSchema = z.enum(["text", "image", "video", "audio"]);
|
||||||
|
|
||||||
|
/** Canvas Agent 对外提供的工具名称。 */
|
||||||
export const toolNames = [
|
export const toolNames = [
|
||||||
"site_navigate",
|
"site_navigate",
|
||||||
"canvas_list_projects",
|
"canvas_list_projects",
|
||||||
@@ -14,6 +15,7 @@ export const toolNames = [
|
|||||||
"canvas_export_snapshot",
|
"canvas_export_snapshot",
|
||||||
"canvas_apply_ops",
|
"canvas_apply_ops",
|
||||||
"canvas_create_node",
|
"canvas_create_node",
|
||||||
|
"canvas_create_attachment_nodes",
|
||||||
"canvas_create_text_node",
|
"canvas_create_text_node",
|
||||||
"canvas_create_text_nodes",
|
"canvas_create_text_nodes",
|
||||||
"canvas_create_config_node",
|
"canvas_create_config_node",
|
||||||
@@ -32,6 +34,7 @@ export const toolNames = [
|
|||||||
"canvas_select_nodes",
|
"canvas_select_nodes",
|
||||||
"canvas_set_viewport",
|
"canvas_set_viewport",
|
||||||
"canvas_run_generation",
|
"canvas_run_generation",
|
||||||
|
"generation_get_status",
|
||||||
"workbench_image_get_config",
|
"workbench_image_get_config",
|
||||||
"workbench_image_generate",
|
"workbench_image_generate",
|
||||||
"workbench_video_get_config",
|
"workbench_video_get_config",
|
||||||
@@ -93,6 +96,7 @@ export const toolInputSchemas = {
|
|||||||
canvas_export_snapshot: z.object({}).passthrough(),
|
canvas_export_snapshot: z.object({}).passthrough(),
|
||||||
canvas_apply_ops: z.object({ ops: z.array(canvasOpSchema) }),
|
canvas_apply_ops: z.object({ ops: z.array(canvasOpSchema) }),
|
||||||
canvas_create_node: z.object({ nodeType: nodeTypeSchema, title: z.string().optional(), x: z.number().optional(), y: z.number().optional(), width: z.number().optional(), height: z.number().optional(), metadata: recordSchema.optional() }),
|
canvas_create_node: z.object({ nodeType: nodeTypeSchema, title: z.string().optional(), x: z.number().optional(), y: z.number().optional(), width: z.number().optional(), height: z.number().optional(), metadata: recordSchema.optional() }),
|
||||||
|
canvas_create_attachment_nodes: z.object({ attachmentIds: z.array(z.string()).min(1), x: z.number().optional(), y: z.number().optional(), gap: z.number().optional(), direction: z.enum(["row", "column"]).optional() }),
|
||||||
canvas_create_text_node: z.object({ text: z.string().optional(), x: z.number().optional(), y: z.number().optional(), title: z.string().optional(), width: z.number().optional(), height: z.number().optional() }),
|
canvas_create_text_node: z.object({ text: z.string().optional(), x: z.number().optional(), y: z.number().optional(), title: z.string().optional(), width: z.number().optional(), height: z.number().optional() }),
|
||||||
canvas_create_text_nodes: z.object({ items: z.array(textNodeSchema).min(1), x: z.number().optional(), y: z.number().optional(), gap: z.number().optional(), direction: z.enum(["row", "column"]).optional() }),
|
canvas_create_text_nodes: z.object({ items: z.array(textNodeSchema).min(1), x: z.number().optional(), y: z.number().optional(), gap: z.number().optional(), direction: z.enum(["row", "column"]).optional() }),
|
||||||
canvas_create_config_node: z.object({ prompt: z.string().optional(), mode: generationModeSchema.optional(), title: z.string().optional(), x: z.number().optional(), y: z.number().optional(), width: z.number().optional(), height: z.number().optional(), autoRun: z.boolean().optional() }).merge(generationOptionsSchema),
|
canvas_create_config_node: z.object({ prompt: z.string().optional(), mode: generationModeSchema.optional(), title: z.string().optional(), x: z.number().optional(), y: z.number().optional(), width: z.number().optional(), height: z.number().optional(), autoRun: z.boolean().optional() }).merge(generationOptionsSchema),
|
||||||
@@ -111,6 +115,7 @@ export const toolInputSchemas = {
|
|||||||
canvas_select_nodes: z.object({ ids: z.array(z.string()) }),
|
canvas_select_nodes: z.object({ ids: z.array(z.string()) }),
|
||||||
canvas_set_viewport: z.object({ viewport: viewportSchema }),
|
canvas_set_viewport: z.object({ viewport: viewportSchema }),
|
||||||
canvas_run_generation: z.object({ nodeId: z.string(), mode: generationModeSchema.optional(), prompt: z.string().optional() }),
|
canvas_run_generation: z.object({ nodeId: z.string(), mode: generationModeSchema.optional(), prompt: z.string().optional() }),
|
||||||
|
generation_get_status: z.object({ scope: z.enum(["all", "canvas", "image", "video"]).optional(), taskId: z.string().optional(), nodeIds: z.array(z.string()).optional(), limit: z.number().optional() }),
|
||||||
workbench_image_get_config: z.object({}).passthrough(),
|
workbench_image_get_config: z.object({}).passthrough(),
|
||||||
workbench_image_generate: z.object({ prompt: z.string(), model: z.string().optional(), quality: z.string().optional(), size: z.string().optional(), count: z.number().optional(), run: z.boolean().optional() }),
|
workbench_image_generate: z.object({ prompt: z.string(), model: z.string().optional(), quality: z.string().optional(), size: z.string().optional(), count: z.number().optional(), run: z.boolean().optional() }),
|
||||||
workbench_video_get_config: z.object({}).passthrough(),
|
workbench_video_get_config: z.object({}).passthrough(),
|
||||||
@@ -128,6 +133,7 @@ export const toolDescriptions: Record<ToolName, string> = {
|
|||||||
canvas_export_snapshot: "导出当前画布快照,用于理解布局。",
|
canvas_export_snapshot: "导出当前画布快照,用于理解布局。",
|
||||||
canvas_apply_ops: "批量操作当前网页画布。ops 支持 add_node、update_node、delete_node、delete_connections、connect_nodes、set_viewport、select_nodes、run_generation。",
|
canvas_apply_ops: "批量操作当前网页画布。ops 支持 add_node、update_node、delete_node、delete_connections、connect_nodes、set_viewport、select_nodes、run_generation。",
|
||||||
canvas_create_node: "创建任意类型节点:text、image、config、video、audio。适合创建占位图、媒体占位、配置节点或自定义 metadata 节点。",
|
canvas_create_node: "创建任意类型节点:text、image、config、video、audio。适合创建占位图、媒体占位、配置节点或自定义 metadata 节点。",
|
||||||
|
canvas_create_attachment_nodes: "把当前对话中用户上传的图片附件创建成真实画布图片节点。attachmentIds 使用本轮附件清单中的 ID;返回的节点 ID 可传给 canvas_create_generation_flow.referenceNodeIds 作为生成参考图。",
|
||||||
canvas_create_text_node: "在当前画布创建单个文本节点。",
|
canvas_create_text_node: "在当前画布创建单个文本节点。",
|
||||||
canvas_create_text_nodes: "批量创建文本节点,适合生成标题、段落、脚本、说明等内容块。",
|
canvas_create_text_nodes: "批量创建文本节点,适合生成标题、段落、脚本、说明等内容块。",
|
||||||
canvas_create_config_node: "创建生成配置节点,可指定 text/image/video/audio 模式和生成参数,可选择立即触发生成。",
|
canvas_create_config_node: "创建生成配置节点,可指定 text/image/video/audio 模式和生成参数,可选择立即触发生成。",
|
||||||
@@ -146,10 +152,11 @@ export const toolDescriptions: Record<ToolName, string> = {
|
|||||||
canvas_select_nodes: "设置当前选中节点。",
|
canvas_select_nodes: "设置当前选中节点。",
|
||||||
canvas_set_viewport: "调整画布视口。",
|
canvas_set_viewport: "调整画布视口。",
|
||||||
canvas_run_generation: "触发指定节点生成,通常用于配置节点或文本/图片/视频/音频节点。",
|
canvas_run_generation: "触发指定节点生成,通常用于配置节点或文本/图片/视频/音频节点。",
|
||||||
|
generation_get_status: "查询当前活动网页的生成任务状态。默认返回画布、生图工作台和视频工作台最近任务;可用 scope 过滤来源,用 taskId 查询工作台任务,用 nodeIds 查询画布节点。",
|
||||||
workbench_image_get_config: "读取生图工作台的当前参数和可选项(可用模型、质量、尺寸/宽高比、张数范围),在调用 workbench_image_generate 前先了解可选值。",
|
workbench_image_get_config: "读取生图工作台的当前参数和可选项(可用模型、质量、尺寸/宽高比、张数范围),在调用 workbench_image_generate 前先了解可选值。",
|
||||||
workbench_image_generate: "在生图工作台填入提示词并按需设置 model、quality、size(如 1:1 或 1024x1024)、count,run 默认 true 会自动点击生成按钮。会自动跳转到生图工作台。生成为异步过程,工具返回代表已提交,结果请在工作台查看。",
|
workbench_image_generate: "在生图工作台填入提示词并按需设置 model、quality、size(如 1:1 或 1024x1024)、count,run 默认 true 会自动点击生成按钮。会自动跳转到生图工作台。生成为异步过程,提交后返回 taskId,可用 generation_get_status 查询状态。",
|
||||||
workbench_video_get_config: "读取视频创作台的当前参数和可选项(可用模型、尺寸/比例、时长、清晰度/分辨率、是否生成声音与水印)。",
|
workbench_video_get_config: "读取视频创作台的当前参数和可选项(可用模型、尺寸/比例、时长、清晰度/分辨率、是否生成声音与水印)。",
|
||||||
workbench_video_generate: "在视频创作台填入提示词并按需设置 model、size、seconds、resolution、generateAudio、watermark,run 默认 true 会自动点击生成按钮。会自动跳转到视频创作台。生成为异步过程,工具返回代表已提交。",
|
workbench_video_generate: "在视频创作台填入提示词并按需设置 model、size、seconds、resolution、generateAudio、watermark,run 默认 true 会自动点击生成按钮。会自动跳转到视频创作台。生成为异步过程,提交后返回 taskId,可用 generation_get_status 查询状态。",
|
||||||
prompts_search: "搜索提示词库(第三方提示词合集),支持 keyword、category、tags 过滤和 page/pageSize 分页,返回标题、提示词、分类、标签、封面等。",
|
prompts_search: "搜索提示词库(第三方提示词合集),支持 keyword、category、tags 过滤和 page/pageSize 分页,返回标题、提示词、分类、标签、封面等。",
|
||||||
assets_list: "列出用户「我的素材」,支持 kind(text/image/video)过滤、keyword 搜索和 page/pageSize 分页。为控制体积不返回图片/视频原始 data,仅返回封面与元信息。",
|
assets_list: "列出用户「我的素材」,支持 kind(text/image/video)过滤、keyword 搜索和 page/pageSize 分页。为控制体积不返回图片/视频原始 data,仅返回封面与元信息。",
|
||||||
assets_add: "向「我的素材」新增素材。kind=text 时用 content 传文本内容;kind=image 时用 imageUrl 传图片地址或 dataURL。可附带 title、tags、source、note。",
|
assets_add: "向「我的素材」新增素材。kind=text 时用 content 传文本内容;kind=image 时用 imageUrl 传图片地址或 dataURL。可附带 title、tags、source、note。",
|
||||||
@@ -0,0 +1,297 @@
|
|||||||
|
import { EventEmitter } from "node:events";
|
||||||
|
import type { ServerResponse } from "node:http";
|
||||||
|
import assert from "node:assert/strict";
|
||||||
|
import test from "node:test";
|
||||||
|
|
||||||
|
import { CanvasSession } from "./session.js";
|
||||||
|
|
||||||
|
test("MCP 读取当前激活网页的画布", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
session.updateState(snapshot("canvas-first"), "first");
|
||||||
|
session.updateState(snapshot("canvas-second"), "second");
|
||||||
|
|
||||||
|
session.activateClient("first");
|
||||||
|
assert.equal(field(await session.callTool("canvas_get_state", {}), "projectId"), "canvas-first");
|
||||||
|
|
||||||
|
session.activateClient("second");
|
||||||
|
assert.equal(field(await session.callTool("canvas_get_state", {}), "projectId"), "canvas-second");
|
||||||
|
});
|
||||||
|
|
||||||
|
test("画布写操作只发送给当前激活网页", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
session.updateState(snapshot("canvas-first"), "first");
|
||||||
|
session.updateState(snapshot("canvas-second"), "second");
|
||||||
|
session.activateClient("second");
|
||||||
|
|
||||||
|
const result = session.callTool("canvas_create_text_node", { text: "只写入第二个画布" });
|
||||||
|
const call = second.event("tool_call");
|
||||||
|
assert.equal(first.event("tool_call"), undefined);
|
||||||
|
assert.equal(field(call, "name"), "canvas_apply_ops");
|
||||||
|
session.resolveResult("second", { requestId: String(field(call, "requestId")), result: { ok: true } });
|
||||||
|
assert.deepEqual(await result, { ok: true });
|
||||||
|
});
|
||||||
|
|
||||||
|
test("当前 turn 的图片附件可在发起标签页画布创建图片节点", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
t.after(() => first.close());
|
||||||
|
const dataUrl = "data:image/png;base64,aW1hZ2U=";
|
||||||
|
session.setTurnAttachments("first", [{ id: "attachment-1", name: "商品.png", type: "image/png", size: 5, width: 1200, height: 600, dataUrl }]);
|
||||||
|
session.bindClient("first");
|
||||||
|
|
||||||
|
const result = session.callTool("canvas_create_attachment_nodes", { attachmentIds: ["attachment-1"], x: 100, y: 200 });
|
||||||
|
const call = first.event("tool_call");
|
||||||
|
const input = field(call, "input") as Record<string, unknown>;
|
||||||
|
const nodes = input.nodes as Array<Record<string, unknown>>;
|
||||||
|
assert.equal(field(call, "name"), "canvas_create_attachment_nodes");
|
||||||
|
assert.equal(nodes.length, 1);
|
||||||
|
assert.equal(nodes[0].attachmentId, "attachment-1");
|
||||||
|
assert.equal(nodes[0].title, "商品.png");
|
||||||
|
assert.deepEqual(nodes[0].position, { x: 100, y: 200 });
|
||||||
|
assert.equal(nodes[0].width, 640);
|
||||||
|
assert.equal(nodes[0].height, 320);
|
||||||
|
assert.equal("dataUrl" in nodes[0], false);
|
||||||
|
assert.equal(session.getTurnAttachment("first", "attachment-1").dataUrl, dataUrl);
|
||||||
|
|
||||||
|
session.resolveResult("first", { requestId: String(field(call, "requestId")), result: { ok: true } });
|
||||||
|
const created = (await result) as { nodes: Array<{ id: string; attachmentId: string; title: string }> };
|
||||||
|
assert.equal(created.nodes[0].id, nodes[0].id);
|
||||||
|
assert.equal(created.nodes[0].attachmentId, "attachment-1");
|
||||||
|
session.clearTurnAttachments("first");
|
||||||
|
assert.throws(() => session.getTurnAttachment("first", "attachment-1"), /找不到/);
|
||||||
|
});
|
||||||
|
|
||||||
|
test("图片附件只允许发起 turn 的标签页读取和落入画布", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
session.setTurnAttachments("first", [{ id: "attachment-1", name: "商品.png", type: "image/png", dataUrl: "data:image/png;base64,aW1hZ2U=" }]);
|
||||||
|
session.bindClient("second");
|
||||||
|
|
||||||
|
await assert.rejects(session.callTool("canvas_create_attachment_nodes", { attachmentIds: ["attachment-1"] }), /发起标签页/);
|
||||||
|
assert.throws(() => session.getTurnAttachment("second", "attachment-1"), /发起标签页/);
|
||||||
|
assert.equal(first.event("tool_call"), undefined);
|
||||||
|
assert.equal(second.event("tool_call"), undefined);
|
||||||
|
});
|
||||||
|
|
||||||
|
test("tool result is accepted only from the request client", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
session.activateClient("first");
|
||||||
|
|
||||||
|
const result = session.callTool("canvas_create_text_node", { text: "first only" });
|
||||||
|
const call = first.event("tool_call");
|
||||||
|
const requestId = String(field(call, "requestId"));
|
||||||
|
|
||||||
|
assert.equal(session.resolveResult("second", { requestId, result: { client: "second" } }), false);
|
||||||
|
assert.equal(session.resolveResult("first", { requestId, result: { client: "first" } }), true);
|
||||||
|
assert.deepEqual(await result, { client: "first" });
|
||||||
|
});
|
||||||
|
|
||||||
|
test("生成状态查询由当前激活网页返回", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
session.activateClient("second");
|
||||||
|
|
||||||
|
const result = session.callTool("generation_get_status", { scope: "all" });
|
||||||
|
const call = second.event("tool_call");
|
||||||
|
assert.equal(first.event("tool_call"), undefined);
|
||||||
|
assert.equal(field(call, "name"), "generation_get_status");
|
||||||
|
session.resolveResult("second", { requestId: String(field(call, "requestId")), result: { total: 1, tasks: [{ id: "image-1", status: "running" }] } });
|
||||||
|
assert.deepEqual(await result, { total: 1, tasks: [{ id: "image-1", status: "running" }] });
|
||||||
|
});
|
||||||
|
|
||||||
|
test("活动网页关闭后回退到仍连接的画布", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
session.updateState(snapshot("canvas-first"), "first");
|
||||||
|
session.updateState(snapshot("canvas-second"), "second");
|
||||||
|
session.activateClient("second");
|
||||||
|
second.close();
|
||||||
|
|
||||||
|
assert.equal(field(await session.callTool("canvas_get_state", {}), "projectId"), "canvas-first");
|
||||||
|
});
|
||||||
|
|
||||||
|
test("closing the active client falls back to the most recently focused client", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
const third = connect(session, "third");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
third.close();
|
||||||
|
});
|
||||||
|
session.updateState(snapshot("canvas-first"), "first");
|
||||||
|
session.updateState(snapshot("canvas-second"), "second");
|
||||||
|
session.updateState(snapshot("canvas-third"), "third");
|
||||||
|
session.activateClient("third");
|
||||||
|
session.activateClient("second");
|
||||||
|
second.close();
|
||||||
|
|
||||||
|
assert.equal(field(await session.callTool("canvas_get_state", {}), "projectId"), "canvas-third");
|
||||||
|
});
|
||||||
|
|
||||||
|
test("closing a client rejects its pending tool requests", async () => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const result = session.callTool("canvas_create_text_node", { text: "pending" });
|
||||||
|
const call = first.event("tool_call");
|
||||||
|
const requestId = String(field(call, "requestId"));
|
||||||
|
first.close();
|
||||||
|
|
||||||
|
const outcome = await Promise.race([
|
||||||
|
result.then(() => "resolved", (error) => error instanceof Error ? error.message : String(error)),
|
||||||
|
new Promise<string>((resolve) => setTimeout(() => resolve("pending"), 20)),
|
||||||
|
]);
|
||||||
|
if (outcome === "pending") session.resolveResult("first", { requestId, result: null });
|
||||||
|
assert.match(outcome, /断开/);
|
||||||
|
});
|
||||||
|
|
||||||
|
test("shared thread events are broadcast with the active thread id", (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
|
||||||
|
session.emitThread("workspace_changed", "thread-2", { activeThreadId: "thread-2" });
|
||||||
|
|
||||||
|
assert.deepEqual(first.event("workspace_changed"), { activeThreadId: "thread-2", threadId: "thread-2" });
|
||||||
|
assert.deepEqual(second.event("workspace_changed"), { activeThreadId: "thread-2", threadId: "thread-2" });
|
||||||
|
});
|
||||||
|
|
||||||
|
test("new clients receive the current Codex state and later updates", (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
session.setCodexState({ busy: true, threadId: "thread-2", turnId: "turn-1" });
|
||||||
|
const client = connect(session, "first");
|
||||||
|
t.after(() => client.close());
|
||||||
|
|
||||||
|
assert.deepEqual(field(client.event("hello"), "codex"), { busy: true, threadId: "thread-2", turnId: "turn-1" });
|
||||||
|
|
||||||
|
session.setCodexState({ busy: false });
|
||||||
|
assert.deepEqual(client.event("codex_state"), { busy: false, threadId: "thread-2", turnId: "turn-1" });
|
||||||
|
});
|
||||||
|
|
||||||
|
test("a bound client remains the tool target while focus changes", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
session.updateState(snapshot("canvas-first"), "first");
|
||||||
|
session.updateState(snapshot("canvas-second"), "second");
|
||||||
|
session.bindClient("first");
|
||||||
|
session.activateClient("second");
|
||||||
|
|
||||||
|
assert.equal(field(await session.callTool("canvas_get_state", {}), "projectId"), "canvas-first");
|
||||||
|
const result = session.callTool("canvas_create_text_node", { text: "bound" });
|
||||||
|
const call = first.event("tool_call");
|
||||||
|
assert.equal(second.event("tool_call"), undefined);
|
||||||
|
session.resolveResult("first", { requestId: String(field(call, "requestId")), result: { ok: true } });
|
||||||
|
assert.deepEqual(await result, { ok: true });
|
||||||
|
|
||||||
|
session.releaseClient("first");
|
||||||
|
assert.equal(field(await session.callTool("canvas_get_state", {}), "projectId"), "canvas-second");
|
||||||
|
});
|
||||||
|
|
||||||
|
test("closing the bound client falls back to the active client", async (t) => {
|
||||||
|
const session = new CanvasSession();
|
||||||
|
const first = connect(session, "first");
|
||||||
|
const second = connect(session, "second");
|
||||||
|
t.after(() => {
|
||||||
|
first.close();
|
||||||
|
second.close();
|
||||||
|
});
|
||||||
|
session.updateState(snapshot("canvas-first"), "first");
|
||||||
|
session.updateState(snapshot("canvas-second"), "second");
|
||||||
|
session.bindClient("first");
|
||||||
|
session.activateClient("second");
|
||||||
|
first.close();
|
||||||
|
|
||||||
|
assert.equal(field(await session.callTool("canvas_get_state", {}), "projectId"), "canvas-second");
|
||||||
|
const result = session.callTool("canvas_create_text_node", { text: "fallback" });
|
||||||
|
const call = second.event("tool_call");
|
||||||
|
session.resolveResult("second", { requestId: String(field(call, "requestId")), result: { ok: true } });
|
||||||
|
assert.deepEqual(await result, { ok: true });
|
||||||
|
});
|
||||||
|
|
||||||
|
/** 创建用于测试的画布 SSE 连接。 */
|
||||||
|
function connect(session: CanvasSession, clientId: string) {
|
||||||
|
const response = new FakeSseResponse();
|
||||||
|
session.openEvents(new URL(`http://127.0.0.1/events?clientId=${clientId}`), response as unknown as ServerResponse);
|
||||||
|
return response;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 创建最小画布快照。 */
|
||||||
|
function snapshot(projectId: string) {
|
||||||
|
return { projectId, title: projectId, nodes: [], connections: [], selectedNodeIds: [], viewport: { x: 0, y: 0, k: 1 } };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 安全读取测试对象字段。 */
|
||||||
|
function field(value: unknown, key: string) {
|
||||||
|
return value && typeof value === "object" ? (value as Record<string, unknown>)[key] : undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 模拟 Node SSE 响应并提供事件读取能力。 */
|
||||||
|
class FakeSseResponse extends EventEmitter {
|
||||||
|
private chunks: string[] = [];
|
||||||
|
|
||||||
|
/** 模拟写入响应头。 */
|
||||||
|
writeHead() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 保存写入的 SSE 文本块。 */
|
||||||
|
write(chunk: string) {
|
||||||
|
this.chunks.push(chunk);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 读取指定类型的首个 SSE 事件数据。 */
|
||||||
|
event(type: string) {
|
||||||
|
const chunk = this.chunks.find((item) => item.startsWith(`event: ${type}\n`));
|
||||||
|
const data = chunk?.split("\n").find((line) => line.startsWith("data: "))?.slice(6);
|
||||||
|
return data ? (JSON.parse(data) as unknown) : undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 触发连接关闭事件。 */
|
||||||
|
close() {
|
||||||
|
this.emit("close");
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,264 @@
|
|||||||
|
import crypto from "node:crypto";
|
||||||
|
import type { ServerResponse } from "node:http";
|
||||||
|
|
||||||
|
import type { AgentAttachment } from "../agent/types.js";
|
||||||
|
import { logger } from "../utils/logger.js";
|
||||||
|
import { buildCanvasToolRequest, fitAttachmentNodeSize } from "./operations.js";
|
||||||
|
import type { ToolName } from "./schemas.js";
|
||||||
|
import { compactCanvasState, compactNode, isToolName, nextCanvasX, parseToolInput } from "./tools.js";
|
||||||
|
import type { CanvasSnapshot } from "./types.js";
|
||||||
|
|
||||||
|
type PendingRequest = { clientId: string; resolve: (value: unknown) => void; reject: (error: Error) => void };
|
||||||
|
type TurnAttachment = { clientId: string; id: string; name: string; type: string; size: number; width: number; height: number; dataUrl: string };
|
||||||
|
export type CodexState = { busy: boolean; threadId: string; turnId: string };
|
||||||
|
|
||||||
|
const SITE_TOOLS = new Set<ToolName>([
|
||||||
|
"site_navigate",
|
||||||
|
"canvas_list_projects",
|
||||||
|
"workbench_image_get_config",
|
||||||
|
"workbench_image_generate",
|
||||||
|
"workbench_video_get_config",
|
||||||
|
"workbench_video_generate",
|
||||||
|
"prompts_search",
|
||||||
|
"assets_list",
|
||||||
|
"assets_add",
|
||||||
|
"generation_get_status",
|
||||||
|
]);
|
||||||
|
|
||||||
|
/** 管理网页画布连接、状态、附件和工具请求。 */
|
||||||
|
export class CanvasSession {
|
||||||
|
private clients = new Map<string, ServerResponse>();
|
||||||
|
private clientFocusOrder = new Map<string, number>();
|
||||||
|
private pending = new Map<string, PendingRequest>();
|
||||||
|
private canvasStates = new Map<string, CanvasSnapshot>();
|
||||||
|
private turnAttachments = new Map<string, TurnAttachment>();
|
||||||
|
private activeClientId = "";
|
||||||
|
private boundClientId = "";
|
||||||
|
private focusSequence = 0;
|
||||||
|
private codexState: CodexState = { busy: false, threadId: "", turnId: "" };
|
||||||
|
|
||||||
|
/** 获取当前目标网页的画布状态。 */
|
||||||
|
private get canvasState() {
|
||||||
|
return this.canvasStates.get(this.targetClientId) || null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 获取当前 turn 绑定或最近激活的网页客户端。 */
|
||||||
|
private get targetClientId() {
|
||||||
|
return this.boundClientId || this.activeClientId;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 返回 Canvas Agent 当前连接状态。 */
|
||||||
|
health() {
|
||||||
|
return { ok: true, hasCanvas: Boolean(this.canvasState), clients: this.clients.size, codexBusy: this.codexState.busy };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 返回 Codex 是否正在执行任务。 */
|
||||||
|
get codexBusy() {
|
||||||
|
return this.codexState.busy;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 更新并广播 Codex 运行状态。 */
|
||||||
|
setCodexState(patch: Partial<CodexState>) {
|
||||||
|
const next = { ...this.codexState, ...patch };
|
||||||
|
if (next.busy === this.codexState.busy && next.threadId === this.codexState.threadId && next.turnId === this.codexState.turnId) return;
|
||||||
|
this.codexState = next;
|
||||||
|
logger.debug("Codex state changed", this.codexState);
|
||||||
|
this.emitAll("codex_state", this.codexState);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 建立网页与 Canvas Agent 之间的 SSE 连接。 */
|
||||||
|
openEvents(url: URL, res: ServerResponse) {
|
||||||
|
const clientId = url.searchParams.get("clientId") || crypto.randomUUID();
|
||||||
|
const statusOnly = url.searchParams.get("role") === "status";
|
||||||
|
logger.info("SSE client connected", { clientId, statusOnly });
|
||||||
|
res.writeHead(200, { "Content-Type": "text/event-stream", "Cache-Control": "no-cache", Connection: "keep-alive" });
|
||||||
|
if (!statusOnly) {
|
||||||
|
this.clients.set(clientId, res);
|
||||||
|
if (!this.clientFocusOrder.has(clientId)) this.clientFocusOrder.set(clientId, 0);
|
||||||
|
if (!this.activeClientId) {
|
||||||
|
this.activeClientId = clientId;
|
||||||
|
this.clientFocusOrder.set(clientId, ++this.focusSequence);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
sendEvent(res, "hello", { ok: true, clientId, codex: this.codexState });
|
||||||
|
const timer = setInterval(() => sendEvent(res, "ping", { time: Date.now() }), 15000);
|
||||||
|
res.on("close", () => {
|
||||||
|
clearInterval(timer);
|
||||||
|
logger.info("SSE client disconnected", { clientId, statusOnly });
|
||||||
|
if (statusOnly || this.clients.get(clientId) !== res) return;
|
||||||
|
this.clients.delete(clientId);
|
||||||
|
this.clientFocusOrder.delete(clientId);
|
||||||
|
this.canvasStates.delete(clientId);
|
||||||
|
if (this.boundClientId === clientId) this.boundClientId = "";
|
||||||
|
this.pending.forEach((item, requestId) => {
|
||||||
|
if (item.clientId !== clientId) return;
|
||||||
|
this.pending.delete(requestId);
|
||||||
|
item.reject(new Error("请求页面已断开"));
|
||||||
|
});
|
||||||
|
if (this.activeClientId === clientId) this.activeClientId = [...this.clients.keys()].sort((a, b) => (this.clientFocusOrder.get(b) || 0) - (this.clientFocusOrder.get(a) || 0))[0] || "";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 保存指定网页上报的最新画布快照。 */
|
||||||
|
updateState(body: unknown, clientId?: string) {
|
||||||
|
const targetClientId = clientId || this.activeClientId;
|
||||||
|
if (!targetClientId) return;
|
||||||
|
const state = { ...((body && typeof body === "object" && !Array.isArray(body) ? body : {}) as Record<string, unknown>), clientId: targetClientId } as CanvasSnapshot;
|
||||||
|
this.canvasStates.set(targetClientId, state);
|
||||||
|
logger.debug("Canvas state updated", { clientId: targetClientId, nodes: state.nodes?.length || 0, connections: state.connections?.length || 0 });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将指定网页设为最近激活的工具目标。 */
|
||||||
|
activateClient(clientId: string) {
|
||||||
|
if (!this.clients.has(clientId)) throw new Error("当前网页未连接");
|
||||||
|
this.activeClientId = clientId;
|
||||||
|
this.clientFocusOrder.set(clientId, ++this.focusSequence);
|
||||||
|
logger.debug("Canvas client activated", { clientId });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将当前 Agent turn 固定绑定到指定网页。 */
|
||||||
|
bindClient(clientId: string) {
|
||||||
|
if (!this.clients.has(clientId)) throw new Error("当前网页未连接");
|
||||||
|
this.boundClientId = clientId;
|
||||||
|
logger.debug("Canvas client bound to turn", { clientId });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 解除当前 Agent turn 的网页绑定。 */
|
||||||
|
releaseClient(clientId: string) {
|
||||||
|
if (this.boundClientId === clientId) this.boundClientId = "";
|
||||||
|
logger.debug("Canvas client released from turn", { clientId });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 保存当前 turn 可用的图片附件并返回安全引用。 */
|
||||||
|
setTurnAttachments(clientId: string, attachments: AgentAttachment[]) {
|
||||||
|
this.turnAttachments.clear();
|
||||||
|
return attachments.flatMap((item, index) => {
|
||||||
|
if (!item.dataUrl?.startsWith("data:image/")) return [];
|
||||||
|
const id = item.id?.trim() || `attachment-${crypto.randomUUID()}`;
|
||||||
|
const attachment: TurnAttachment = {
|
||||||
|
clientId,
|
||||||
|
id,
|
||||||
|
name: item.name?.trim() || `图片 ${index + 1}`,
|
||||||
|
type: item.type?.startsWith("image/") ? item.type : item.dataUrl.match(/^data:([^;]+)/)?.[1] || "image/png",
|
||||||
|
size: positiveNumber(item.size, 0),
|
||||||
|
width: positiveNumber(item.width, 1024),
|
||||||
|
height: positiveNumber(item.height, 1024),
|
||||||
|
dataUrl: item.dataUrl,
|
||||||
|
};
|
||||||
|
this.turnAttachments.set(id, attachment);
|
||||||
|
return [{ id, name: attachment.name, type: attachment.type, size: attachment.size, width: attachment.width, height: attachment.height }];
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 清理指定网页或全部 turn 附件。 */
|
||||||
|
clearTurnAttachments(clientId?: string) {
|
||||||
|
this.turnAttachments.forEach((item, id) => {
|
||||||
|
if (!clientId || item.clientId === clientId) this.turnAttachments.delete(id);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 获取属于指定网页 turn 的图片附件。 */
|
||||||
|
getTurnAttachment(clientId: string, attachmentId: string) {
|
||||||
|
const attachment = this.turnAttachments.get(attachmentId);
|
||||||
|
if (!attachment) throw new Error(`找不到本轮图片附件:${attachmentId}`);
|
||||||
|
if (attachment.clientId !== clientId) throw new Error("图片附件不属于当前 turn 的发起标签页");
|
||||||
|
return attachment;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 接收网页返回的工具调用结果。 */
|
||||||
|
resolveResult(clientId: string, body: { requestId?: string; error?: string; result?: unknown }) {
|
||||||
|
const item = body.requestId ? this.pending.get(body.requestId) : null;
|
||||||
|
if (!item || !body.requestId || item.clientId !== clientId) return false;
|
||||||
|
this.pending.delete(body.requestId);
|
||||||
|
logger.debug("Canvas tool result received", { clientId, requestId: body.requestId, error: body.error, result: body.result });
|
||||||
|
body.error ? item.reject(new Error(body.error)) : item.resolve(body.result);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 向全部已连接网页广播事件。 */
|
||||||
|
emitAll(type: string, payload: unknown) {
|
||||||
|
this.clients.forEach((client) => sendEvent(client, type, payload));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 向全部网页广播带线程归属的事件。 */
|
||||||
|
emitThread(type: string, threadId: string, payload: Record<string, unknown> = {}) {
|
||||||
|
this.emitAll(type, { ...payload, threadId });
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 校验工具参数并将调用分派到当前目标网页。 */
|
||||||
|
async callTool(name: unknown, rawInput: unknown) {
|
||||||
|
if (!isToolName(name)) throw new Error(`未知工具:${String(name)}`);
|
||||||
|
logger.info("MCP tool called", { name, input: rawInput, targetClientId: this.targetClientId });
|
||||||
|
const input = parseToolInput(name, rawInput) as Record<string, unknown>;
|
||||||
|
if (SITE_TOOLS.has(name)) {
|
||||||
|
if (!this.clients.size) throw new Error("当前没有已连接网页");
|
||||||
|
return await this.requestCanvasTool(name, input);
|
||||||
|
}
|
||||||
|
const readTool = ["canvas_get_state", "canvas_get_selection", "canvas_export_snapshot"].includes(name);
|
||||||
|
if (readTool && (!this.clients.size || !this.canvasState)) throw new Error("当前没有已连接画布");
|
||||||
|
if (name === "canvas_get_state" || name === "canvas_export_snapshot") return compactCanvasState(this.canvasState);
|
||||||
|
if (name === "canvas_get_selection") {
|
||||||
|
const ids = new Set(this.canvasState?.selectedNodeIds || []);
|
||||||
|
return { nodes: (this.canvasState?.nodes || []).filter((node) => ids.has(node.id)).map(compactNode) };
|
||||||
|
}
|
||||||
|
if (name === "canvas_create_attachment_nodes") return await this.createAttachmentNodes(input as { attachmentIds: string[]; x?: number; y?: number; gap?: number; direction?: "row" | "column" });
|
||||||
|
if (!this.clients.size) throw new Error("当前没有已连接画布");
|
||||||
|
const request = buildCanvasToolRequest(name, input, this.canvasState);
|
||||||
|
return await this.requestCanvasTool(request.name, request.input);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将当前 turn 的附件转换为画布图片节点。 */
|
||||||
|
private async createAttachmentNodes(input: { attachmentIds: string[]; x?: number; y?: number; gap?: number; direction?: "row" | "column" }) {
|
||||||
|
const clientId = this.targetClientId;
|
||||||
|
if (!this.clients.has(clientId)) throw new Error("当前没有已连接画布");
|
||||||
|
const attachments = input.attachmentIds.map((id) => this.getTurnAttachment(clientId, id));
|
||||||
|
const x = Number(input.x ?? nextCanvasX(this.canvasState));
|
||||||
|
const y = Number(input.y ?? 0);
|
||||||
|
const gap = Number(input.gap ?? 40);
|
||||||
|
const direction = input.direction || "row";
|
||||||
|
let offset = 0;
|
||||||
|
const nodes = attachments.map((attachment) => {
|
||||||
|
const size = fitAttachmentNodeSize(attachment.width, attachment.height);
|
||||||
|
const node = {
|
||||||
|
id: `image-${crypto.randomUUID()}`,
|
||||||
|
attachmentId: attachment.id,
|
||||||
|
title: attachment.name,
|
||||||
|
position: { x: direction === "row" ? x + offset : x, y: direction === "column" ? y + offset : y },
|
||||||
|
width: size.width,
|
||||||
|
height: size.height,
|
||||||
|
};
|
||||||
|
offset += (direction === "row" ? size.width : size.height) + gap;
|
||||||
|
return node;
|
||||||
|
});
|
||||||
|
await this.requestCanvasTool("canvas_create_attachment_nodes", { nodes });
|
||||||
|
return { nodes: nodes.map(({ id, attachmentId, title }) => ({ id, attachmentId, title })) };
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 向目标网页发送工具请求并等待调用结果。 */
|
||||||
|
private async requestCanvasTool(name: ToolName, input: Record<string, unknown>) {
|
||||||
|
const requestId = crypto.randomUUID();
|
||||||
|
const clientId = this.targetClientId;
|
||||||
|
const client = this.clients.get(clientId);
|
||||||
|
if (!client) throw new Error("当前没有已连接画布");
|
||||||
|
sendEvent(client, "tool_call", { requestId, name, input });
|
||||||
|
logger.debug("Canvas tool request sent", { requestId, name, input, clientId });
|
||||||
|
return await new Promise((resolve, reject) => {
|
||||||
|
const timer = setTimeout(() => {
|
||||||
|
this.pending.delete(requestId);
|
||||||
|
logger.warn("Canvas tool request timed out", { requestId, name, clientId });
|
||||||
|
reject(new Error("画布操作超时"));
|
||||||
|
}, 30000);
|
||||||
|
this.pending.set(requestId, { clientId, resolve: (value) => (clearTimeout(timer), resolve(value)), reject: (error) => (clearTimeout(timer), reject(error)) });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 向 SSE 连接写入一个事件。 */
|
||||||
|
function sendEvent(res: ServerResponse, type: string, payload: unknown) {
|
||||||
|
res.write(`event: ${type}\ndata: ${JSON.stringify(payload)}\n\n`);
|
||||||
|
}
|
||||||
|
/** 将未知数值转换为正数,否则使用默认值。 */
|
||||||
|
function positiveNumber(value: unknown, fallback: number) {
|
||||||
|
const number = Number(value);
|
||||||
|
return Number.isFinite(number) && number > 0 ? number : fallback;
|
||||||
|
}
|
||||||
@@ -1,25 +1,30 @@
|
|||||||
import { toolInputSchemas, toolNames, type ToolName } from "./schemas.js";
|
import { toolInputSchemas, toolNames, type ToolName } from "./schemas.js";
|
||||||
import type { CanvasNode, CanvasSnapshot } from "./types.js";
|
import type { CanvasNode, CanvasSnapshot } from "./types.js";
|
||||||
|
|
||||||
|
/** 判断传入名称是否为已注册的画布工具。 */
|
||||||
export function isToolName(name: unknown): name is ToolName {
|
export function isToolName(name: unknown): name is ToolName {
|
||||||
return typeof name === "string" && toolNames.includes(name as ToolName);
|
return typeof name === "string" && toolNames.includes(name as ToolName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 按工具名称校验并解析调用参数。 */
|
||||||
export function parseToolInput(name: ToolName, input: unknown) {
|
export function parseToolInput(name: ToolName, input: unknown) {
|
||||||
return toolInputSchemas[name].parse(input ?? {});
|
return toolInputSchemas[name].parse(input ?? {});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 压缩画布快照,避免向 Agent 返回过长的节点内容。 */
|
||||||
export function compactCanvasState(state: CanvasSnapshot | null) {
|
export function compactCanvasState(state: CanvasSnapshot | null) {
|
||||||
if (!state) throw new Error("当前没有已连接画布");
|
if (!state) throw new Error("当前没有已连接画布");
|
||||||
return { ...state, nodes: (state.nodes || []).map(compactNode) };
|
return { ...state, nodes: (state.nodes || []).map(compactNode) };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 压缩单个画布节点的元数据内容。 */
|
||||||
export function compactNode(node: CanvasNode) {
|
export function compactNode(node: CanvasNode) {
|
||||||
const metadata = { ...(node.metadata || {}) };
|
const metadata = { ...(node.metadata || {}) };
|
||||||
if (typeof metadata.content === "string" && metadata.content.length > 240) metadata.content = `${metadata.content.slice(0, 120)}...`;
|
if (typeof metadata.content === "string" && metadata.content.length > 240) metadata.content = `${metadata.content.slice(0, 120)}...`;
|
||||||
return { id: node.id, type: node.type, title: node.title, position: node.position, width: node.width, height: node.height, metadata };
|
return { id: node.id, type: node.type, title: node.title, position: node.position, width: node.width, height: node.height, metadata };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 计算新节点在当前画布右侧的默认横坐标。 */
|
||||||
export function nextCanvasX(state: CanvasSnapshot | null) {
|
export function nextCanvasX(state: CanvasSnapshot | null) {
|
||||||
const nodes = state?.nodes || [];
|
const nodes = state?.nodes || [];
|
||||||
return nodes.length ? Math.max(...nodes.map((node) => node.position.x + node.width)) + 80 : 0;
|
return nodes.length ? Math.max(...nodes.map((node) => node.position.x + node.width)) + 80 : 0;
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
|
/** 画布坐标。 */
|
||||||
export type Position = { x: number; y: number };
|
export type Position = { x: number; y: number };
|
||||||
export type Viewport = { x: number; y: number; k: number };
|
export type Viewport = { x: number; y: number; k: number };
|
||||||
export type CanvasNodeType = "image" | "text" | "config" | "video" | "audio";
|
export type CanvasNodeType = "image" | "text" | "config" | "video" | "audio";
|
||||||
export type CanvasNode = { id: string; type: CanvasNodeType; title?: string; position: Position; width: number; height: number; metadata?: Record<string, unknown> };
|
export type CanvasNode = { id: string; type: CanvasNodeType; title?: string; position: Position; width: number; height: number; metadata?: Record<string, unknown> };
|
||||||
export type CanvasConnection = { id: string; fromNodeId: string; toNodeId: string };
|
export type CanvasConnection = { id: string; fromNodeId: string; toNodeId: string };
|
||||||
export type CanvasSnapshot = { projectId?: string; title?: string; nodes?: CanvasNode[]; connections?: CanvasConnection[]; selectedNodeIds?: string[]; viewport?: Viewport; clientId?: string };
|
export type CanvasSnapshot = { projectId?: string; title?: string; nodes?: CanvasNode[]; connections?: CanvasConnection[]; selectedNodeIds?: string[]; viewport?: Viewport; clientId?: string };
|
||||||
export type AgentEmit = (type: string, payload: unknown) => void;
|
|
||||||
export type AgentAttachment = { name?: string; type?: string; dataUrl?: string };
|
|
||||||
@@ -7,11 +7,13 @@ export const DEFAULT_PORT = 17371;
|
|||||||
export const CONFIG_DIR = path.join(os.homedir(), ".infinite-canvas");
|
export const CONFIG_DIR = path.join(os.homedir(), ".infinite-canvas");
|
||||||
export const CONFIG_FILE = path.join(CONFIG_DIR, "canvas-agent.json");
|
export const CONFIG_FILE = path.join(CONFIG_DIR, "canvas-agent.json");
|
||||||
export const VERSION = readPackageVersion();
|
export const VERSION = readPackageVersion();
|
||||||
export const AGENT_PROMPT = "你正在帮助用户操作 Infinite Canvas 网站。切换网站页面用 site_navigate,可跳 / (首页)、/canvas (我的画布)、/canvas/:id (指定画布)、/image、/video、/prompts、/assets、/config。需要改动画布时优先使用已配置的 infinite-canvas MCP 工具:先 canvas_get_state 读取当前画布,再根据任务使用 canvas_create_text_node、canvas_generate_text、canvas_generate_image、canvas_generate_video、canvas_generate_audio、canvas_create_generation_flow、canvas_create_config_node、canvas_run_generation、canvas_update_node、canvas_connect_nodes 等通用工具;复杂批量改动再用 canvas_apply_ops,删除连线可用 delete_connections。若当前不在画布页,画布工具会报错,需先用 site_navigate 打开画布。想了解或打开用户已有画布,用 canvas_list_projects 获取画布清单和 id,再用 site_navigate 跳 /canvas/:id 打开。生图工作台可用 workbench_image_get_config 看可选项、workbench_image_generate 填提示词并生成;视频创作台对应 workbench_video_get_config 与 workbench_video_generate;用 prompts_search 分页搜索提示词库;用 assets_list 查看「我的素材」、assets_add 新增文本或图片素材。需要生成内容时直接调用对应生成工具,不要绑定特定业务场景。不要模拟鼠标点击,不要要求用户手动复制 JSON。";
|
export const AGENT_PROMPT = fs.readFileSync(new URL("../agent-instructions.md", import.meta.url), "utf8");
|
||||||
|
const initializedWorkspaces = new Set<string>();
|
||||||
|
|
||||||
export type SiteWorkspaceConfig = { workspacePath: string; activeThreadId?: string; pinnedThreadIds?: string[] };
|
export type SiteWorkspaceConfig = { workspacePath: string; activeThreadId?: string; pinnedThreadIds?: string[] };
|
||||||
export type CanvasAgentConfig = { url: string; token: string; origins?: string[]; workspace?: SiteWorkspaceConfig };
|
export type CanvasAgentConfig = { url: string; token: string; origins?: string[]; workspace?: SiteWorkspaceConfig };
|
||||||
|
|
||||||
|
/** 读取本地 Canvas Agent 配置,不存在时生成默认配置。 */
|
||||||
export function loadConfig(create = false): CanvasAgentConfig {
|
export function loadConfig(create = false): CanvasAgentConfig {
|
||||||
try {
|
try {
|
||||||
return JSON.parse(fs.readFileSync(CONFIG_FILE, "utf8")) as CanvasAgentConfig;
|
return JSON.parse(fs.readFileSync(CONFIG_FILE, "utf8")) as CanvasAgentConfig;
|
||||||
@@ -22,41 +24,56 @@ export function loadConfig(create = false): CanvasAgentConfig {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 将 Canvas Agent 配置写入用户配置目录。 */
|
||||||
export function saveConfig(config: CanvasAgentConfig) {
|
export function saveConfig(config: CanvasAgentConfig) {
|
||||||
fs.mkdirSync(CONFIG_DIR, { recursive: true });
|
fs.mkdirSync(CONFIG_DIR, { recursive: true });
|
||||||
fs.writeFileSync(CONFIG_FILE, JSON.stringify(config, null, 2));
|
fs.writeFileSync(CONFIG_FILE, JSON.stringify(config, null, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 确保站点级 Codex 工作空间存在并已初始化。 */
|
||||||
export function ensureSiteWorkspace(config: CanvasAgentConfig) {
|
export function ensureSiteWorkspace(config: CanvasAgentConfig) {
|
||||||
const current = config.workspace;
|
const current = config.workspace;
|
||||||
if (current?.workspacePath) {
|
if (current?.workspacePath) {
|
||||||
const workspacePath = resolveWorkspacePath(current.workspacePath);
|
const workspacePath = resolveWorkspacePath(current.workspacePath);
|
||||||
fs.mkdirSync(workspacePath, { recursive: true });
|
initializeWorkspace(workspacePath);
|
||||||
return { ...current, workspacePath };
|
return { ...current, workspacePath };
|
||||||
}
|
}
|
||||||
const workspacePath = path.join(CONFIG_DIR, "codex-workspaces", "site");
|
const workspacePath = path.join(CONFIG_DIR, "codex-workspaces", "site");
|
||||||
config.workspace = { workspacePath };
|
config.workspace = { workspacePath };
|
||||||
fs.mkdirSync(workspacePath, { recursive: true });
|
initializeWorkspace(workspacePath);
|
||||||
saveConfig(config);
|
saveConfig(config);
|
||||||
return { workspacePath };
|
return { workspacePath };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 更新站点级 Codex 工作空间配置。 */
|
||||||
export function updateSiteWorkspace(config: CanvasAgentConfig, patch: Partial<SiteWorkspaceConfig>) {
|
export function updateSiteWorkspace(config: CanvasAgentConfig, patch: Partial<SiteWorkspaceConfig>) {
|
||||||
const current = ensureSiteWorkspace(config);
|
const current = ensureSiteWorkspace(config);
|
||||||
const workspacePath = patch.workspacePath ? resolveWorkspacePath(patch.workspacePath) : current.workspacePath;
|
const workspacePath = patch.workspacePath ? resolveWorkspacePath(patch.workspacePath) : current.workspacePath;
|
||||||
const next = { ...current, ...patch, workspacePath };
|
const next = { ...current, ...patch, workspacePath };
|
||||||
config.workspace = { workspacePath: next.workspacePath, activeThreadId: next.activeThreadId, pinnedThreadIds: next.pinnedThreadIds };
|
config.workspace = { workspacePath: next.workspacePath, activeThreadId: next.activeThreadId, pinnedThreadIds: next.pinnedThreadIds };
|
||||||
fs.mkdirSync(workspacePath, { recursive: true });
|
initializeWorkspace(workspacePath);
|
||||||
saveConfig(config);
|
saveConfig(config);
|
||||||
return config.workspace;
|
return config.workspace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 创建工作空间目录并写入默认 AGENTS.md。 */
|
||||||
|
function initializeWorkspace(workspacePath: string) {
|
||||||
|
if (initializedWorkspaces.has(workspacePath)) return;
|
||||||
|
fs.mkdirSync(workspacePath, { recursive: true });
|
||||||
|
const instructionsFile = path.join(workspacePath, "AGENTS.md");
|
||||||
|
const current = fs.existsSync(instructionsFile) ? fs.readFileSync(instructionsFile, "utf8") : "";
|
||||||
|
if (!current || current.startsWith("# Infinite Canvas Agent")) fs.writeFileSync(instructionsFile, AGENT_PROMPT);
|
||||||
|
initializedWorkspaces.add(workspacePath);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将用户输入的工作空间路径解析为绝对路径。 */
|
||||||
function resolveWorkspacePath(value: string) {
|
function resolveWorkspacePath(value: string) {
|
||||||
if (value === "~") return os.homedir();
|
if (value === "~") return os.homedir();
|
||||||
if (value.startsWith("~/")) return path.join(os.homedir(), value.slice(2));
|
if (value.startsWith("~/")) return path.join(os.homedir(), value.slice(2));
|
||||||
return path.resolve(value);
|
return path.resolve(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 从当前包信息中读取 Canvas Agent 版本号。 */
|
||||||
function readPackageVersion() {
|
function readPackageVersion() {
|
||||||
try {
|
try {
|
||||||
const pkg = JSON.parse(fs.readFileSync(new URL("../package.json", import.meta.url), "utf8")) as { version?: string };
|
const pkg = JSON.parse(fs.readFileSync(new URL("../package.json", import.meta.url), "utf8")) as { version?: string };
|
||||||
|
|||||||
@@ -1,143 +0,0 @@
|
|||||||
import express, { type NextFunction, type Request, type Response } from "express";
|
|
||||||
|
|
||||||
import { DEFAULT_PORT, ensureSiteWorkspace, loadConfig, saveConfig, updateSiteWorkspace, type CanvasAgentConfig } from "./config.js";
|
|
||||||
import { CanvasSession } from "./canvas-session.js";
|
|
||||||
import { archiveCodexThread, interruptCodexTurn, listCodexThreads, readCodexThread, resumeCodexThread, runClaudeTurn, runCodexTurn, startCodexThread, summarizeCodexThread, verifyCodexThreadWorkspace, withAgentPrompt } from "./agents.js";
|
|
||||||
import type { AgentAttachment } from "./types.js";
|
|
||||||
|
|
||||||
export function startHttpServer() {
|
|
||||||
const config = loadConfig(true);
|
|
||||||
const port = Number(process.env.PORT) || Number(new URL(config.url).port) || DEFAULT_PORT;
|
|
||||||
config.url = `http://127.0.0.1:${port}`;
|
|
||||||
saveConfig(config);
|
|
||||||
|
|
||||||
const session = new CanvasSession();
|
|
||||||
const emit = (type: string, payload: unknown) => session.emitAll(type, payload);
|
|
||||||
const app = express();
|
|
||||||
app.disable("x-powered-by");
|
|
||||||
app.use(express.json({ limit: "30mb" }));
|
|
||||||
app.use((req, res, next) => {
|
|
||||||
const url = requestUrl(req, config);
|
|
||||||
if (!setCors(req, res, url, config)) return void res.status(403).json({ ok: false, error: "origin not allowed" });
|
|
||||||
if (req.method === "OPTIONS") return void res.json({});
|
|
||||||
next();
|
|
||||||
});
|
|
||||||
app.get("/health", (_req, res) => res.json(session.health()));
|
|
||||||
app.get("/config", (_req, res) => res.json({ ok: true, url: config.url, hasToken: true }));
|
|
||||||
app.use((req, res, next) => {
|
|
||||||
if (validToken(req, requestUrl(req, config), config.token)) return next();
|
|
||||||
res.status(401).json({ ok: false, error: "invalid token" });
|
|
||||||
});
|
|
||||||
app.get("/events", (req, res) => session.openEvents(requestUrl(req, config), res));
|
|
||||||
app.post("/canvas/state", (req, res) => {
|
|
||||||
session.updateState(req.body, String(req.query.clientId || "") || undefined);
|
|
||||||
res.json({ ok: true });
|
|
||||||
});
|
|
||||||
app.post("/canvas/result", (req, res) => {
|
|
||||||
session.resolveResult(req.body);
|
|
||||||
res.json({ ok: true });
|
|
||||||
});
|
|
||||||
app.post("/api/tools", route(async (req, res) => res.json({ ok: true, result: await session.callTool(req.body?.name, req.body?.input || {}) })));
|
|
||||||
app.get("/agent/codex/workspace", (_req, res) => {
|
|
||||||
const workspace = ensureSiteWorkspace(config);
|
|
||||||
res.json({ ok: true, workspace });
|
|
||||||
});
|
|
||||||
app.get("/agent/codex/threads", route(async (req, res) => {
|
|
||||||
const workspace = ensureSiteWorkspace(config);
|
|
||||||
const result = await listCodexThreads(emit, { cwd: workspace.workspacePath, searchTerm: String(req.query.searchTerm || "") });
|
|
||||||
res.json({ ok: true, workspace, ...result });
|
|
||||||
}));
|
|
||||||
app.post("/agent/codex/threads/new", route(async (_req, res) => {
|
|
||||||
const workspace = ensureSiteWorkspace(config);
|
|
||||||
const thread = await startCodexThread(emit, workspace.workspacePath);
|
|
||||||
const activeThreadId = String((thread as Record<string, unknown>).id || "");
|
|
||||||
updateSiteWorkspace(config, { activeThreadId });
|
|
||||||
res.json({ ok: true, workspace: { ...workspace, activeThreadId }, thread: summarizeCodexThread(thread), messages: [] });
|
|
||||||
}));
|
|
||||||
app.get("/agent/codex/threads/:threadId", route(async (req, res) => {
|
|
||||||
const workspace = ensureSiteWorkspace(config);
|
|
||||||
const threadId = routeParam(req.params.threadId);
|
|
||||||
res.json({ ok: true, workspace, ...(await readCodexThread(emit, threadId, workspace.workspacePath)) });
|
|
||||||
}));
|
|
||||||
app.post("/agent/codex/threads/:threadId/resume", route(async (req, res) => {
|
|
||||||
const workspace = ensureSiteWorkspace(config);
|
|
||||||
const threadId = routeParam(req.params.threadId);
|
|
||||||
const result = await resumeCodexThread(emit, threadId, workspace.workspacePath);
|
|
||||||
updateSiteWorkspace(config, { activeThreadId: threadId });
|
|
||||||
res.json({ ok: true, workspace: { ...workspace, activeThreadId: threadId }, ...result });
|
|
||||||
}));
|
|
||||||
app.post("/agent/codex/threads/:threadId/delete", route(async (req, res) => {
|
|
||||||
const workspace = ensureSiteWorkspace(config);
|
|
||||||
const threadId = routeParam(req.params.threadId);
|
|
||||||
await archiveCodexThread(emit, threadId, workspace.workspacePath);
|
|
||||||
if (workspace.activeThreadId === threadId) updateSiteWorkspace(config, { activeThreadId: undefined });
|
|
||||||
res.json({ ok: true });
|
|
||||||
}));
|
|
||||||
app.post("/agent/codex/turn", route(async (req, res) => {
|
|
||||||
const attachments = Array.isArray(req.body?.attachments) ? (req.body.attachments as AgentAttachment[]) : [];
|
|
||||||
const workspace = ensureSiteWorkspace(config);
|
|
||||||
let threadId = String(req.body?.threadId || workspace.activeThreadId || "");
|
|
||||||
if (!threadId) {
|
|
||||||
const thread = await startCodexThread(emit, workspace.workspacePath);
|
|
||||||
threadId = String((thread as Record<string, unknown>).id || "");
|
|
||||||
updateSiteWorkspace(config, { activeThreadId: threadId });
|
|
||||||
} else if (threadId !== workspace.activeThreadId) {
|
|
||||||
await verifyCodexThreadWorkspace(emit, threadId, workspace.workspacePath);
|
|
||||||
updateSiteWorkspace(config, { activeThreadId: threadId });
|
|
||||||
}
|
|
||||||
void runCodexTurn(withAgentPrompt(String(req.body?.prompt || "")), emit, attachments, { threadId, cwd: workspace.workspacePath });
|
|
||||||
res.json({ ok: true, threadId });
|
|
||||||
}));
|
|
||||||
app.post("/agent/codex/interrupt", (_req, res) => {
|
|
||||||
const ok = interruptCodexTurn();
|
|
||||||
res.json({ ok });
|
|
||||||
});
|
|
||||||
app.post("/agent/claude/turn", (req, res) => {
|
|
||||||
runClaudeTurn(withAgentPrompt(String(req.body?.prompt || "")), emit);
|
|
||||||
res.json({ ok: true });
|
|
||||||
});
|
|
||||||
app.use((_req, res) => res.status(404).json({ ok: false, error: "not found" }));
|
|
||||||
app.use((error: Error, _req: Request, res: Response, _next: NextFunction) => res.status(500).json({ ok: false, error: error.message }));
|
|
||||||
|
|
||||||
app.listen(port, "127.0.0.1", () => {
|
|
||||||
console.log("Infinite Canvas Agent");
|
|
||||||
console.log(`Local URL: ${config.url}`);
|
|
||||||
console.log(`Connect token: ${config.token}`);
|
|
||||||
console.log("Codex MCP is not installed by this command.");
|
|
||||||
console.log("Optional MCP add: codex mcp add infinite-canvas -- npx -y @basketikun/canvas-agent mcp");
|
|
||||||
console.log("Remove manually added MCP: codex mcp remove infinite-canvas");
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function route(handler: (req: Request, res: Response) => Promise<unknown>) {
|
|
||||||
return (req: Request, res: Response, next: NextFunction) => void handler(req, res).catch(next);
|
|
||||||
}
|
|
||||||
|
|
||||||
function routeParam(value: string | string[]) {
|
|
||||||
return Array.isArray(value) ? value[0] || "" : value;
|
|
||||||
}
|
|
||||||
|
|
||||||
function requestUrl(req: Request, config: CanvasAgentConfig) {
|
|
||||||
return new URL(req.originalUrl || req.url || "/", config.url);
|
|
||||||
}
|
|
||||||
|
|
||||||
function setCors(req: Request, res: Response, url: URL, config: CanvasAgentConfig) {
|
|
||||||
const origin = req.headers.origin;
|
|
||||||
res.setHeader("Access-Control-Allow-Origin", origin || "*");
|
|
||||||
res.setHeader("Access-Control-Allow-Headers", "content-type,x-canvas-agent-token");
|
|
||||||
res.setHeader("Access-Control-Allow-Methods", "GET,POST,OPTIONS");
|
|
||||||
res.setHeader("Access-Control-Allow-Private-Network", "true");
|
|
||||||
if (!origin || req.method === "OPTIONS" || url.pathname === "/health" || url.pathname === "/config") return true;
|
|
||||||
config.origins ||= [];
|
|
||||||
if (validToken(req, url, config.token) && !config.origins.includes(origin)) {
|
|
||||||
config.origins.push(origin);
|
|
||||||
saveConfig(config);
|
|
||||||
}
|
|
||||||
res.setHeader("Vary", "Origin");
|
|
||||||
return config.origins.includes(origin);
|
|
||||||
}
|
|
||||||
|
|
||||||
function validToken(req: Request, url: URL, token: string) {
|
|
||||||
const header = req.headers["x-canvas-agent-token"];
|
|
||||||
return url.searchParams.get("token") === token || header === token || (Array.isArray(header) && header.includes(token));
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
import { startHttpServer } from "./http-server.js";
|
import { startHttpServer } from "./server/http.js";
|
||||||
import { startMcpServer } from "./mcp-server.js";
|
import { startMcpServer } from "./server/mcp.js";
|
||||||
|
|
||||||
if (process.argv[2] === "mcp") await startMcpServer();
|
if (process.argv[2] === "mcp") await startMcpServer();
|
||||||
else startHttpServer();
|
else startHttpServer();
|
||||||
|
|||||||
@@ -0,0 +1,301 @@
|
|||||||
|
import { spawn } from "node:child_process";
|
||||||
|
import { readFile, stat } from "node:fs/promises";
|
||||||
|
import path from "node:path";
|
||||||
|
import express, { type NextFunction, type Request, type Response } from "express";
|
||||||
|
|
||||||
|
import { runClaudeTurn } from "../agent/claude.js";
|
||||||
|
import { archiveCodexThread, interruptCodexTurn, isRecoverableThreadError, listCodexThreads, readCodexThread, resolveCodexApproval, resumeCodexThread, runCodexTurn, startCodexThread, summarizeCodexThread, verifyCodexThreadWorkspace } from "../agent/codex.js";
|
||||||
|
import type { AgentAttachment, AgentPermissionMode } from "../agent/types.js";
|
||||||
|
import { CanvasSession } from "../canvas/session.js";
|
||||||
|
import { DEFAULT_PORT, ensureSiteWorkspace, loadConfig, saveConfig, updateSiteWorkspace, type CanvasAgentConfig } from "../config.js";
|
||||||
|
import { logger } from "../utils/logger.js";
|
||||||
|
|
||||||
|
/** 启动仅监听本机的 Canvas Agent HTTP 服务。 */
|
||||||
|
export function startHttpServer() {
|
||||||
|
const config = loadConfig(true);
|
||||||
|
const port = Number(process.env.PORT) || Number(new URL(config.url).port) || DEFAULT_PORT;
|
||||||
|
config.url = `http://127.0.0.1:${port}`;
|
||||||
|
saveConfig(config);
|
||||||
|
|
||||||
|
const session = new CanvasSession();
|
||||||
|
/** 将 Agent 事件广播到所属线程或全部网页。 */
|
||||||
|
const emit = (type: string, payload: unknown) => {
|
||||||
|
const data = payload && typeof payload === "object" && !Array.isArray(payload) ? payload as Record<string, unknown> : { value: payload };
|
||||||
|
const threadId = String(data.threadId || data.thread_id || ensureSiteWorkspace(config).activeThreadId || "");
|
||||||
|
threadId ? session.emitThread(type, threadId, data) : session.emitAll(type, data);
|
||||||
|
};
|
||||||
|
/** 保存并广播当前站点工作空间的活跃线程。 */
|
||||||
|
const setActiveThread = (activeThreadId: string, payload: Record<string, unknown> = {}) => {
|
||||||
|
const workspace = updateSiteWorkspace(config, { activeThreadId: activeThreadId || undefined });
|
||||||
|
session.emitThread("workspace_changed", activeThreadId, { ...payload, activeThreadId });
|
||||||
|
return workspace;
|
||||||
|
};
|
||||||
|
const app = express();
|
||||||
|
app.disable("x-powered-by");
|
||||||
|
app.use(express.json({ limit: "30mb" }));
|
||||||
|
app.use((req, res, next) => {
|
||||||
|
if (!logger.enabled) return next();
|
||||||
|
const startedAt = Date.now();
|
||||||
|
const url = requestUrl(req, config);
|
||||||
|
res.on("finish", () => {
|
||||||
|
if (req.method === "OPTIONS" || (res.statusCode < 400 && ["/health", "/canvas/state", "/canvas/activate"].includes(url.pathname))) return;
|
||||||
|
logger.debug(`HTTP ${req.method} ${url.pathname}`, { status: res.statusCode, durationMs: Date.now() - startedAt });
|
||||||
|
});
|
||||||
|
next();
|
||||||
|
});
|
||||||
|
app.use((req, res, next) => {
|
||||||
|
const url = requestUrl(req, config);
|
||||||
|
if (!setCors(req, res, url, config)) return void res.status(403).json({ ok: false, error: "origin not allowed" });
|
||||||
|
if (req.method === "OPTIONS") return void res.json({});
|
||||||
|
next();
|
||||||
|
});
|
||||||
|
app.get("/health", (_req, res) => res.json(session.health()));
|
||||||
|
app.get("/config", (_req, res) => res.json({ ok: true, url: config.url, hasToken: true }));
|
||||||
|
app.use((req, res, next) => {
|
||||||
|
if (validToken(req, requestUrl(req, config), config.token)) return next();
|
||||||
|
res.status(401).json({ ok: false, error: "invalid token" });
|
||||||
|
});
|
||||||
|
app.get("/events", (req, res) => session.openEvents(requestUrl(req, config), res));
|
||||||
|
app.post("/canvas/state", (req, res) => {
|
||||||
|
session.updateState(req.body, String(req.query.clientId || "") || undefined);
|
||||||
|
res.json({ ok: true });
|
||||||
|
});
|
||||||
|
app.post("/canvas/activate", (req, res) => {
|
||||||
|
session.activateClient(String(req.query.clientId || ""));
|
||||||
|
res.json({ ok: true });
|
||||||
|
});
|
||||||
|
app.post("/canvas/result", (req, res) => {
|
||||||
|
const ok = session.resolveResult(String(req.query.clientId || ""), req.body);
|
||||||
|
res.status(ok ? 200 : 409).json({ ok });
|
||||||
|
});
|
||||||
|
app.get("/agent/attachments/:attachmentId", route(async (req, res) => {
|
||||||
|
const attachment = session.getTurnAttachment(String(req.query.clientId || ""), routeParam(req.params.attachmentId));
|
||||||
|
const data = attachment.dataUrl.split(",", 2)[1];
|
||||||
|
if (!data) throw new Error("图片附件内容无效");
|
||||||
|
res.setHeader("Cache-Control", "no-store");
|
||||||
|
res.type(attachment.type).send(Buffer.from(data, "base64"));
|
||||||
|
}));
|
||||||
|
app.post("/agent/local-file/reveal", route(async (req, res) => {
|
||||||
|
const filePath = String(req.body?.path || "");
|
||||||
|
if (!path.isAbsolute(filePath)) return res.status(400).json({ ok: false, error: "文件路径必须是绝对路径" });
|
||||||
|
const file = await stat(filePath);
|
||||||
|
await revealLocalFile(filePath, file.isDirectory());
|
||||||
|
res.json({ ok: true });
|
||||||
|
}));
|
||||||
|
app.post("/agent/local-image", route(async (req, res) => {
|
||||||
|
const filePath = String(req.body?.path || "");
|
||||||
|
if (!path.isAbsolute(filePath) || !/\.(?:avif|gif|jpe?g|png|webp)$/i.test(filePath)) return res.status(400).json({ ok: false, error: "图片路径无效" });
|
||||||
|
const file = await stat(filePath);
|
||||||
|
if (!file.isFile()) return res.status(400).json({ ok: false, error: "图片文件无效" });
|
||||||
|
res.setHeader("Cache-Control", "no-store");
|
||||||
|
res.type(path.extname(filePath)).send(await readFile(filePath));
|
||||||
|
}));
|
||||||
|
app.post("/api/tools", route(async (req, res) => res.json({ ok: true, result: await session.callTool(req.body?.name, req.body?.input || {}) })));
|
||||||
|
app.get("/agent/codex/workspace", (_req, res) => {
|
||||||
|
const workspace = ensureSiteWorkspace(config);
|
||||||
|
res.json({ ok: true, workspace });
|
||||||
|
});
|
||||||
|
app.get("/agent/codex/threads", route(async (req, res) => {
|
||||||
|
const workspace = ensureSiteWorkspace(config);
|
||||||
|
const result = await listCodexThreads(emit, { cwd: workspace.workspacePath, searchTerm: String(req.query.searchTerm || "") });
|
||||||
|
res.json({ ok: true, workspace, ...result });
|
||||||
|
}));
|
||||||
|
app.post("/agent/codex/threads/new", route(async (req, res) => {
|
||||||
|
if (session.codexBusy) return res.status(409).json({ ok: false, error: "Codex 正在运行,请等待当前任务完成" });
|
||||||
|
const workspace = ensureSiteWorkspace(config);
|
||||||
|
const thread = await startCodexThread(emit, workspace.workspacePath, permissionMode(req.body?.permissionMode));
|
||||||
|
const activeThreadId = String((thread as Record<string, unknown>).id || "");
|
||||||
|
const nextWorkspace = setActiveThread(activeThreadId, { emptyThread: true });
|
||||||
|
res.json({ ok: true, workspace: nextWorkspace, thread: summarizeCodexThread(thread), messages: [] });
|
||||||
|
}));
|
||||||
|
app.post("/agent/codex/threads/reset", (req, res) => {
|
||||||
|
if (session.codexBusy) return res.status(409).json({ ok: false, error: "Codex 正在运行,请等待当前任务完成" });
|
||||||
|
res.json({ ok: true, workspace: setActiveThread("", { emptyThread: true, draftThread: true }) });
|
||||||
|
});
|
||||||
|
app.get("/agent/codex/threads/:threadId", route(async (req, res) => {
|
||||||
|
const workspace = ensureSiteWorkspace(config);
|
||||||
|
const threadId = routeParam(req.params.threadId);
|
||||||
|
try {
|
||||||
|
res.json({ ok: true, workspace, ...(await readCodexThread(emit, threadId, workspace.workspacePath)) });
|
||||||
|
} catch (error) {
|
||||||
|
if (workspace.activeThreadId !== threadId || !isRecoverableThreadError(error)) throw error;
|
||||||
|
res.json({ ok: true, workspace, thread: { id: threadId, preview: "", cwd: workspace.workspacePath }, messages: [] });
|
||||||
|
}
|
||||||
|
}));
|
||||||
|
app.post("/agent/codex/threads/:threadId/resume", route(async (req, res) => {
|
||||||
|
if (session.codexBusy) return res.status(409).json({ ok: false, error: "Codex 正在运行,请等待当前任务完成" });
|
||||||
|
const workspace = ensureSiteWorkspace(config);
|
||||||
|
const threadId = routeParam(req.params.threadId);
|
||||||
|
const result = await resumeCodexThread(emit, threadId, workspace.workspacePath, permissionMode(req.body?.permissionMode));
|
||||||
|
const nextWorkspace = setActiveThread(threadId);
|
||||||
|
res.json({ ok: true, workspace: nextWorkspace, ...result });
|
||||||
|
}));
|
||||||
|
app.post("/agent/codex/threads/:threadId/delete", route(async (req, res) => {
|
||||||
|
if (session.codexBusy) return res.status(409).json({ ok: false, error: "Codex 正在运行,请等待当前任务完成" });
|
||||||
|
const workspace = ensureSiteWorkspace(config);
|
||||||
|
const threadId = routeParam(req.params.threadId);
|
||||||
|
await archiveCodexThread(emit, threadId, workspace.workspacePath);
|
||||||
|
setActiveThread(workspace.activeThreadId === threadId ? "" : workspace.activeThreadId || "");
|
||||||
|
res.json({ ok: true });
|
||||||
|
}));
|
||||||
|
app.post("/agent/codex/turn", route(async (req, res) => {
|
||||||
|
if (session.codexBusy) return res.status(409).json({ ok: false, error: "Codex 正在运行,请等待当前任务完成" });
|
||||||
|
const attachments = Array.isArray(req.body?.attachments) ? (req.body.attachments as AgentAttachment[]) : [];
|
||||||
|
const workspace = ensureSiteWorkspace(config);
|
||||||
|
const prompt = String(req.body?.prompt || "");
|
||||||
|
if (!prompt.trim()) return res.status(400).json({ ok: false, error: "请输入任务内容" });
|
||||||
|
const clientId = String(req.body?.clientId || "");
|
||||||
|
logger.info("Codex turn accepted", { threadId: req.body?.threadId, promptLength: prompt.length, attachmentCount: attachments.length });
|
||||||
|
session.setCodexState({ busy: true, threadId: String(req.body?.threadId || workspace.activeThreadId || ""), turnId: "" });
|
||||||
|
try {
|
||||||
|
let threadId = String(req.body?.threadId || workspace.activeThreadId || "");
|
||||||
|
let turnId = "";
|
||||||
|
if (!threadId) {
|
||||||
|
const thread = await startCodexThread(emit, workspace.workspacePath, permissionMode(req.body?.permissionMode));
|
||||||
|
threadId = String((thread as Record<string, unknown>).id || "");
|
||||||
|
setActiveThread(threadId, { emptyThread: true });
|
||||||
|
} else if (threadId !== workspace.activeThreadId) {
|
||||||
|
await verifyCodexThreadWorkspace(emit, threadId, workspace.workspacePath);
|
||||||
|
setActiveThread(threadId);
|
||||||
|
}
|
||||||
|
const attachmentRefs = session.setTurnAttachments(clientId, attachments);
|
||||||
|
const chatMessage = {
|
||||||
|
sourceClientId: clientId,
|
||||||
|
message: { id: String(req.body?.messageId || Date.now()), role: "user", text: String(req.body?.messageText || prompt || `发送了 ${attachments.length} 张图片`) },
|
||||||
|
};
|
||||||
|
let chatThreadId = "";
|
||||||
|
/** 将当前 turn 事件固定广播到实际线程。 */
|
||||||
|
const turnEmit = (type: string, payload: unknown) => {
|
||||||
|
const data = payload && typeof payload === "object" && !Array.isArray(payload) ? payload as Record<string, unknown> : { value: payload };
|
||||||
|
session.emitThread(type, threadId, { ...data, ...(turnId ? { turn_id: turnId } : {}) });
|
||||||
|
};
|
||||||
|
void runCodexTurn(withAttachmentContext(prompt, attachmentRefs), turnEmit, attachments, {
|
||||||
|
threadId,
|
||||||
|
cwd: workspace.workspacePath,
|
||||||
|
permissionMode: permissionMode(req.body?.permissionMode),
|
||||||
|
appEmit: emit,
|
||||||
|
onStart: clientId ? () => session.bindClient(clientId) : undefined,
|
||||||
|
onThread: (actualThreadId) => {
|
||||||
|
if (actualThreadId !== threadId) {
|
||||||
|
threadId = actualThreadId;
|
||||||
|
setActiveThread(threadId, { emptyThread: true });
|
||||||
|
}
|
||||||
|
session.setCodexState({ busy: true, threadId, turnId: "" });
|
||||||
|
if (chatThreadId !== threadId) {
|
||||||
|
chatThreadId = threadId;
|
||||||
|
session.emitThread("chat_message", threadId, chatMessage);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onTurn: (actualTurnId) => {
|
||||||
|
turnId = actualTurnId;
|
||||||
|
logger.info("Codex turn started", { threadId, turnId });
|
||||||
|
session.setCodexState({ busy: true, threadId, turnId });
|
||||||
|
},
|
||||||
|
onFinish: () => {
|
||||||
|
logger.info("Codex turn finished", { threadId, turnId });
|
||||||
|
session.clearTurnAttachments(clientId);
|
||||||
|
if (clientId) session.releaseClient(clientId);
|
||||||
|
session.setCodexState({ busy: false, threadId, turnId });
|
||||||
|
},
|
||||||
|
});
|
||||||
|
res.json({ ok: true, threadId });
|
||||||
|
} catch (error) {
|
||||||
|
session.setCodexState({ busy: false, threadId: String(req.body?.threadId || workspace.activeThreadId || ""), turnId: "" });
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
}));
|
||||||
|
app.post("/agent/codex/approval", route(async (req, res) => {
|
||||||
|
const decision = String(req.body?.decision || "");
|
||||||
|
if (!["accept", "acceptForSession", "decline", "cancel"].includes(decision)) return res.status(400).json({ ok: false, error: "无效的审批决定" });
|
||||||
|
const ok = await resolveCodexApproval(String(req.body?.requestId || ""), decision);
|
||||||
|
res.status(ok ? 200 : 409).json({ ok, ...(ok ? {} : { error: "审批请求已失效" }) });
|
||||||
|
}));
|
||||||
|
app.post("/agent/codex/interrupt", route(async (req, res) => res.json({ ok: await interruptCodexTurn(String(req.body?.threadId || "")) })));
|
||||||
|
app.post("/agent/claude/turn", (req, res) => {
|
||||||
|
runClaudeTurn(String(req.body?.prompt || ""), emit);
|
||||||
|
res.json({ ok: true });
|
||||||
|
});
|
||||||
|
app.use((_req, res) => res.status(404).json({ ok: false, error: "not found" }));
|
||||||
|
app.use((error: Error, req: Request, res: Response, _next: NextFunction) => {
|
||||||
|
logger.error("HTTP request failed", { method: req.method, path: req.path, error });
|
||||||
|
res.status(500).json({ ok: false, error: error.message });
|
||||||
|
});
|
||||||
|
|
||||||
|
app.listen(port, "127.0.0.1", () => {
|
||||||
|
console.log("Infinite Canvas Agent");
|
||||||
|
console.log(`Local URL: ${config.url}`);
|
||||||
|
console.log(`Connect token: ${config.token}`);
|
||||||
|
console.log("Codex MCP is not installed by this command.");
|
||||||
|
console.log("Optional MCP add: codex mcp add infinite-canvas -- npx -y @basketikun/canvas-agent mcp");
|
||||||
|
console.log("Remove manually added MCP: codex mcp remove infinite-canvas");
|
||||||
|
if (logger.enabled) console.log(`Debug log: ${logger.filePath}`);
|
||||||
|
logger.info("Canvas Agent started", { url: config.url, workspace: ensureSiteWorkspace(config).workspacePath, debugLog: logger.filePath });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将异步 Express 路由异常交给统一错误处理中间件。 */
|
||||||
|
function route(handler: (req: Request, res: Response) => Promise<unknown>) {
|
||||||
|
return (req: Request, res: Response, next: NextFunction) => void handler(req, res).catch(next);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 从 Express 路由参数中读取单个字符串。 */
|
||||||
|
function routeParam(value: string | string[]) {
|
||||||
|
return Array.isArray(value) ? value[0] || "" : value;
|
||||||
|
}
|
||||||
|
|
||||||
|
function permissionMode(value: unknown): AgentPermissionMode {
|
||||||
|
return value === "automatic" || value === "full" ? value : "request";
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 使用当前操作系统的文件管理器定位本地文件。 */
|
||||||
|
function revealLocalFile(filePath: string, isDirectory: boolean) {
|
||||||
|
const command = process.platform === "darwin" ? "open" : process.platform === "win32" ? "explorer.exe" : "xdg-open";
|
||||||
|
const args = process.platform === "darwin"
|
||||||
|
? ["-R", filePath]
|
||||||
|
: process.platform === "win32"
|
||||||
|
? [isDirectory ? filePath : `/select,${filePath}`]
|
||||||
|
: [isDirectory ? filePath : path.dirname(filePath)];
|
||||||
|
return new Promise<void>((resolve, reject) => {
|
||||||
|
const child = spawn(command, args, { detached: true, stdio: "ignore" });
|
||||||
|
child.once("spawn", () => {
|
||||||
|
child.unref();
|
||||||
|
resolve();
|
||||||
|
});
|
||||||
|
child.once("error", reject);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 结合服务配置解析当前请求 URL。 */
|
||||||
|
function requestUrl(req: Request, config: CanvasAgentConfig) {
|
||||||
|
return new URL(req.originalUrl || req.url || "/", config.url);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 设置跨域响应头并记录通过 token 授权的来源。 */
|
||||||
|
function setCors(req: Request, res: Response, url: URL, config: CanvasAgentConfig) {
|
||||||
|
const origin = req.headers.origin;
|
||||||
|
res.setHeader("Access-Control-Allow-Origin", origin || "*");
|
||||||
|
res.setHeader("Access-Control-Allow-Headers", "content-type,x-canvas-agent-token");
|
||||||
|
res.setHeader("Access-Control-Allow-Methods", "GET,POST,OPTIONS");
|
||||||
|
res.setHeader("Access-Control-Allow-Private-Network", "true");
|
||||||
|
if (!origin || req.method === "OPTIONS" || url.pathname === "/health" || url.pathname === "/config") return true;
|
||||||
|
config.origins ||= [];
|
||||||
|
if (validToken(req, url, config.token) && !config.origins.includes(origin)) {
|
||||||
|
config.origins.push(origin);
|
||||||
|
saveConfig(config);
|
||||||
|
}
|
||||||
|
res.setHeader("Vary", "Origin");
|
||||||
|
return config.origins.includes(origin);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 校验请求查询参数或请求头中的连接 token。 */
|
||||||
|
function validToken(req: Request, url: URL, token: string) {
|
||||||
|
const header = req.headers["x-canvas-agent-token"];
|
||||||
|
return url.searchParams.get("token") === token || header === token || (Array.isArray(header) && header.includes(token));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 向 Agent 提示词追加本轮图片附件引用说明。 */
|
||||||
|
function withAttachmentContext(prompt: string, attachments: Array<{ id: string; name: string }>) {
|
||||||
|
if (!attachments.length) return prompt;
|
||||||
|
const list = attachments.map((item, index) => `${index + 1}. attachmentId=${item.id}, name=${JSON.stringify(item.name)}`).join("\n");
|
||||||
|
return `${prompt}\n\n本轮可用图片附件(顺序与图片输入一致):\n${list}\n需要把附件放入画布或作为生成参考图时,先调用 canvas_create_attachment_nodes,再使用返回的画布节点 ID 创建生成流程。`;
|
||||||
|
}
|
||||||
@@ -1,11 +1,12 @@
|
|||||||
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
||||||
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
||||||
|
|
||||||
import { AGENT_PROMPT, loadConfig, type CanvasAgentConfig, VERSION } from "./config.js";
|
import { toolDescriptions, toolInputSchemas, toolNames, type ToolName } from "../canvas/schemas.js";
|
||||||
import { toolDescriptions, toolInputSchemas, toolNames, type ToolName } from "./schemas.js";
|
import { AGENT_PROMPT, loadConfig, type CanvasAgentConfig, VERSION } from "../config.js";
|
||||||
|
|
||||||
type CanvasAgentToolResponse = { ok?: boolean; result?: unknown; error?: string };
|
type CanvasAgentToolResponse = { ok?: boolean; result?: unknown; error?: string };
|
||||||
|
|
||||||
|
/** 启动通过标准输入输出通信的 MCP 服务。 */
|
||||||
export async function startMcpServer() {
|
export async function startMcpServer() {
|
||||||
const config = loadConfig(true);
|
const config = loadConfig(true);
|
||||||
const server = new McpServer({ name: "canvas-agent", version: VERSION }, { instructions: AGENT_PROMPT });
|
const server = new McpServer({ name: "canvas-agent", version: VERSION }, { instructions: AGENT_PROMPT });
|
||||||
@@ -13,6 +14,7 @@ export async function startMcpServer() {
|
|||||||
await server.connect(new StdioServerTransport());
|
await server.connect(new StdioServerTransport());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 向 MCP Server 注册单个 Canvas Agent 工具。 */
|
||||||
function registerCanvasTool(server: McpServer, config: CanvasAgentConfig, name: ToolName) {
|
function registerCanvasTool(server: McpServer, config: CanvasAgentConfig, name: ToolName) {
|
||||||
const schema = toolInputSchemas[name];
|
const schema = toolInputSchemas[name];
|
||||||
server.registerTool(name, { description: toolDescriptions[name], inputSchema: schema.shape }, async (input: unknown) => {
|
server.registerTool(name, { description: toolDescriptions[name], inputSchema: schema.shape }, async (input: unknown) => {
|
||||||
@@ -21,6 +23,7 @@ function registerCanvasTool(server: McpServer, config: CanvasAgentConfig, name:
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 将 MCP 工具调用转发到本地 Canvas Agent HTTP 服务。 */
|
||||||
async function postCanvasAgentTool(config: CanvasAgentConfig, name: ToolName, input: unknown) {
|
async function postCanvasAgentTool(config: CanvasAgentConfig, name: ToolName, input: unknown) {
|
||||||
const res = await fetch(`${config.url}/api/tools`, { method: "POST", headers: { "content-type": "application/json", "x-canvas-agent-token": config.token }, body: JSON.stringify({ name, input }) });
|
const res = await fetch(`${config.url}/api/tools`, { method: "POST", headers: { "content-type": "application/json", "x-canvas-agent-token": config.token }, body: JSON.stringify({ name, input }) });
|
||||||
const body = (await res.json()) as CanvasAgentToolResponse;
|
const body = (await res.json()) as CanvasAgentToolResponse;
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
/** 将日期格式化为适合文件名使用的本地日期字符串。 */
|
||||||
|
export function formatDateForFilename(date = new Date()) {
|
||||||
|
const year = date.getFullYear();
|
||||||
|
const month = String(date.getMonth() + 1).padStart(2, "0");
|
||||||
|
const day = String(date.getDate()).padStart(2, "0");
|
||||||
|
return `${year}-${month}-${day}`;
|
||||||
|
}
|
||||||
@@ -0,0 +1,78 @@
|
|||||||
|
import fs from "node:fs";
|
||||||
|
import os from "node:os";
|
||||||
|
import path from "node:path";
|
||||||
|
import {inspect} from "node:util";
|
||||||
|
|
||||||
|
import winston, {format, transports, type Logger as WinstonLogger} from "winston";
|
||||||
|
|
||||||
|
import {formatDateForFilename} from "./date.js";
|
||||||
|
|
||||||
|
/** 管理 Canvas Agent 的终端与文件 Debug 日志。 */
|
||||||
|
export class Logger {
|
||||||
|
readonly enabled = process.argv.includes("--debug");
|
||||||
|
readonly filePath = this.enabled ? path.join(os.homedir(), ".infinite-canvas", "logs", `canvas-agent-${formatDateForFilename()}.log`) : "";
|
||||||
|
private readonly logger: WinstonLogger | null;
|
||||||
|
|
||||||
|
/** 根据命令行 Debug 参数初始化日志输出。 */
|
||||||
|
constructor() {
|
||||||
|
if (!this.enabled) {
|
||||||
|
this.logger = null;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
fs.mkdirSync(path.dirname(this.filePath), {recursive: true});
|
||||||
|
const line = format.printf(({level, message, timestamp, details}) => `${timestamp} ${level.toUpperCase()} ${message}${formatDetails(details)}`);
|
||||||
|
this.logger = winston.createLogger({
|
||||||
|
level: "debug",
|
||||||
|
transports: [
|
||||||
|
new transports.Console({format: format.combine(format.timestamp({format: "HH:mm:ss"}), line)}),
|
||||||
|
new transports.File({filename: this.filePath, format: format.combine(format.timestamp({format: "HH:mm:ss"}), line)}),
|
||||||
|
],
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 输出 Debug 级别日志。 */
|
||||||
|
debug(message: string, details?: unknown) {
|
||||||
|
if (details === undefined) this.logger?.debug(message);
|
||||||
|
else this.logger?.debug(message, {details: sanitize(details)});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 输出 Info 级别日志。 */
|
||||||
|
info(message: string, details?: unknown) {
|
||||||
|
if (details === undefined) this.logger?.info(message);
|
||||||
|
else this.logger?.info(message, {details: sanitize(details)});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 输出 Warn 级别日志。 */
|
||||||
|
warn(message: string, details?: unknown) {
|
||||||
|
if (details === undefined) this.logger?.warn(message);
|
||||||
|
else this.logger?.warn(message, {details: sanitize(details)});
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 输出 Error 级别日志。 */
|
||||||
|
error(message: string, details?: unknown) {
|
||||||
|
if (details === undefined) this.logger?.error(message);
|
||||||
|
else this.logger?.error(message, {details: sanitize(details)});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将日志详情格式化为紧凑的单行文本。 */
|
||||||
|
function formatDetails(details: unknown) {
|
||||||
|
if (details === undefined) return "";
|
||||||
|
if (!details || typeof details !== "object" || Array.isArray(details)) return ` ${inspect(details, {depth: null, breakLength: Infinity})}`;
|
||||||
|
const text = Object.entries(details).filter(([, value]) => value !== undefined).map(([key, value]) => `${key}=${inspect(value, {depth: null, breakLength: Infinity})}`).join(" ");
|
||||||
|
return text ? ` ${text}` : "";
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 清理日志内容中的敏感数据和不可序列化引用。 */
|
||||||
|
function sanitize(value: unknown, key = "", seen = new WeakSet<object>()): unknown {
|
||||||
|
if (/token|authorization|api.?key|dataurl/i.test(key)) return "[REDACTED]";
|
||||||
|
if (typeof value === "string" && value.startsWith("data:")) return `[DATA URL ${value.length} chars]`;
|
||||||
|
if (value instanceof Error) return {name: value.name, message: value.message, stack: value.stack};
|
||||||
|
if (!value || typeof value !== "object") return value;
|
||||||
|
if (seen.has(value)) return "[CIRCULAR]";
|
||||||
|
seen.add(value);
|
||||||
|
if (Array.isArray(value)) return value.map((item) => sanitize(item, key, seen));
|
||||||
|
return Object.fromEntries(Object.entries(value as Record<string, unknown>).map(([field, item]) => [field, sanitize(item, field, seen)]));
|
||||||
|
}
|
||||||
|
|
||||||
|
export const logger = new Logger();
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
export type JsonRecord = Record<string, unknown>;
|
||||||
|
|
||||||
|
/** 安全读取未知对象中的指定字段。 */
|
||||||
|
export function field(value: unknown, key: string) {
|
||||||
|
return value && typeof value === "object" ? (value as JsonRecord)[key] : undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 将未知异常转换为可展示的错误信息。 */
|
||||||
|
export function errorMessage(error: unknown) {
|
||||||
|
return error instanceof Error ? error.message : String(error);
|
||||||
|
}
|
||||||
@@ -10,5 +10,6 @@
|
|||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts"]
|
"include": ["src/**/*.ts"],
|
||||||
|
"exclude": ["src/**/*.test.ts"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -137,12 +137,10 @@ Codex 调 canvas_create_text_node
|
|||||||
|
|
||||||
## 工具确认和撤销
|
## 工具确认和撤销
|
||||||
|
|
||||||
为了避免 Codex 直接改动画布,浏览器侧对 `canvas_apply_ops` 默认有二次确认机制。收到写操作后,右侧面板会先展示待执行工具调用,用户确认后才真正应用到画布。
|
浏览器侧默认自动执行 `canvas_apply_ops` 写操作。需要逐次审核时,可在右侧对话输入框左下方把「自动确认」切换为「手动确认」;收到写操作后,对话中会展示待执行工具调用,用户确认后才真正应用到画布。
|
||||||
|
|
||||||
执行后,前端会保存最近一次操作前的画布快照,用于撤销上一轮 Agent 工具操作。
|
执行后,前端会保存最近一次操作前的画布快照,用于撤销上一轮 Agent 工具操作。
|
||||||
|
|
||||||
如果关闭工具确认,本地 Codex 可以直接执行画布工具调用,但仍然是通过同一套 `Canvas Agent -> SSE -> 浏览器执行` 的链路。
|
|
||||||
|
|
||||||
## 安全边界
|
## 安全边界
|
||||||
|
|
||||||
- `Canvas Agent` 默认只监听 `127.0.0.1`。
|
- `Canvas Agent` 默认只监听 `127.0.0.1`。
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ description: 当前已接入同步逻辑的第三方提示词仓库
|
|||||||
|
|
||||||
| 地址 | 状态 |
|
| 地址 | 状态 |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| https://github.com/EvoLinkAI/awesome-gpt-image-2-API-and-Prompts | 已实现同步逻辑 |
|
|
||||||
| https://github.com/ZeroLu/awesome-gpt-image | 已实现同步逻辑 |
|
| https://github.com/ZeroLu/awesome-gpt-image | 已实现同步逻辑 |
|
||||||
| https://github.com/ImgEdify/Awesome-GPT4o-Image-Prompts | 已实现同步逻辑 |
|
| https://github.com/ImgEdify/Awesome-GPT4o-Image-Prompts | 已实现同步逻辑 |
|
||||||
| https://github.com/YouMind-OpenLab/awesome-gpt-image-2 | 已实现同步逻辑 |
|
| https://github.com/YouMind-OpenLab/awesome-gpt-image-2 | 已实现同步逻辑 |
|
||||||
|
|||||||
@@ -5,52 +5,48 @@ description: 当前版本已实现但仍需人工验证的变更项
|
|||||||
|
|
||||||
# 待测试
|
# 待测试
|
||||||
|
|
||||||
- 左侧画布面板「资产」Tab:搜索框旁「添加」按钮可上传图片/视频文件(支持多选)加入资产库;每张资产卡片悬停显示移除按钮,二次确认后删除;点击卡片仍插入到画布;需验证添加图片/视频、非图片视频文件的提示、移除确认与插入行为。
|
- Agent 新对话响应:一轮对话完成后点击「新对话」,聊天内容应立即清空并进入空白对话,不出现等待或新建按钮卡顿;此时不应生成空历史记录,第一次发送消息时才创建线程;多个标签页应同步进入空白对话,点击后立即发送也不得误发到上一条会话。
|
||||||
- 左侧画布面板:支持拖拽右边缘调整宽度(记忆到本地)、通过顶栏菜单左侧的开关按钮展开/收起,展开收起有动画;需验证宽度拖拽、动画、刷新后保持展开/收起状态与宽度。
|
- Agent 读取画布卡片:读取当前画布完成后,卡片应按非零类型显示文本、图片、配置、视频、音频、分组、其他节点及连线数量,例如「3 个文本、5 张图片、2 个配置、4 条连线」;空画布应显示「当前画布为空」,执行失败时仍应显示错误信息,刷新恢复历史后统计保持一致。
|
||||||
- 左侧画布面板:「画布/资产」切换改为带滑动下划线的动画;点击「画布元素」列表项跳转到对应节点时带缓动动画(视图平滑移动缩放而非瞬移);文本/配置/视频/音频等非图片元素的图标去掉灰色底色;需验证视觉与交互。
|
- Agent 首次发送响应:在空白新对话中输入内容并按回车后,输入框应立即清空、用户消息应立即出现在对话中,再显示「正在思考」;线程创建或发送失败时,原输入和附件应恢复;任务运行期间输入的新草稿不应在请求成功后被清空。
|
||||||
- 左侧画布面板:画布元素列表点击「选择」进入多选模式,可勾选/全选节点后「导出选中」为压缩包;压缩包为扁平结构——图片/视频/音频直接是对应文件(按节点名称命名、重名自动加序号),文本节点为 `.txt`,其余无法识别的节点各自导出为同名 `.json`;需验证多选、全选、导出内容与命名正确。
|
- Agent 动态工具信息:执行内置生图、查看图片、命令、文件修改或其他动态工具时,卡片标题应显示具体工具名称;执行失败时正文应显示真实错误原因,刷新并恢复历史对话后仍应保持一致,不再统一显示「工具操作已完成」。
|
||||||
- 顶栏菜单:新增「导出当前画布」,导出当前画布为压缩包(与项目列表页单个导出格式一致);需验证导出文件名与内容。
|
- Agent 画布生图:重启 Canvas Agent 后,其自动生成的工作区 `AGENTS.md` 应同步为最新版指令(用户自行编写的其他 `AGENTS.md` 不应被覆盖);输入“生成一张图片”时应调用 `canvas_generate_image`,通过当前画布节点创建并运行生成流程;只有明确输入“使用 Codex 内置生图/ImageGen 技能生成”时才允许调用内置能力,Codex App Server 返回的 `imageGeneration` 结果应显示在对话中并作为保持原比例的图片节点添加到当前画布;Agent 不应在没有生成结果时提前声称“已生成”。
|
||||||
- 画布节点插件系统:内置节点(图片/文本/视频/音频/配置/组)改为统一注册表管理,创建菜单由注册表动态生成;需验证六种内置节点的创建、渲染、缩放、连线、小地图颜色、作为生成输入等行为与之前一致。内置节点仅这六种,其余均为插件。
|
- Agent 顶部栏:标题只显示垂直居中的「Agent」,连接、对话、历史、日志、新对话和收起操作应位于同一行;面板较窄时标签仍可横向滚动且操作不应错位。
|
||||||
- 画布节点插件系统:左上菜单新增「节点插件」,可通过 URL 安装远程插件、启用/禁用、更新、卸载;安装时有安全警告说明插件代码在页面内执行、可访问本地数据。可用 `/plugins/sticky-note.js` 安装便利贴节点验证:换色、编辑、「衍生文本节点」(演示 applyOps 增节点+连线)。
|
- Agent Markdown 样式:右侧 Agent 回复中的代码块应为横向占满消息区域、无语言标题和无双层边框的紧凑代码条,单行内容不应保留纵向大面积空白,复制操作仅在悬停时弱化显示;行内代码、链接在浅色和深色主题下应清晰;点击外部链接后应显示中文紧凑确认弹窗,长路径能够正常换行且复制、继续打开和关闭操作可用;点击 `/Users/`、`/home/` 等本地绝对文件路径时应改为提示在系统文件管理器中定位,支持复制路径,且浏览器地址不应跳转为 localhost 文件路径。
|
||||||
- 画布节点插件系统:示例插件 Markdown(编辑/渲染)、HTML(沙箱 iframe 渲染,支持 `{{input}}` 注入上游文本)、SVG(渲染/编辑,可取上游文本 SVG 源码)、3D 全景(three.js CDN 动态加载,可从上游图片节点取全景图并拖拽查看);均为远程插件,需分别安装 `/plugins/markdown.js`、`/plugins/html.js`、`/plugins/svg.js`、`/plugins/panorama.js` 后验证创建、渲染、编辑及与上游节点的交互。
|
- Agent 工具确认模式:右侧面板标题栏不应再显示「工具确认」开关;对话输入框左下方应显示确认模式选择,默认选中「自动确认」,画布写入工具应直接执行;切换为「手动确认」后,画布写入工具应在对话中展示等待确认卡片,并支持批准或拒绝。
|
||||||
- 画布节点插件系统:卸载或禁用插件后,画布上遗留的该类型节点显示「缺少插件」占位且数据保留,重新安装/启用后恢复渲染;需验证刷新后已启用插件自动加载。
|
- Canvas Agent Codex 升级:启动 Canvas Agent 后应能正常连接 Codex、创建或恢复会话、发送消息并调用画布工具,实际运行的 Codex CLI 版本应为 0.145.0;运行中停止任务应只中断当前 turn,随后无需重启 Agent 即可继续发送新任务。
|
||||||
- 画布节点插件系统:每个插件为 `plugins/canvas/<name>/` 独立目录(各自 package.json + esbuild + src + README,互不耦合),`npm run build` 产物落到 `dist/<name>.js` 并同步到 `web/public/plugins/`;需验证各插件可独立构建与安装。
|
- Canvas Agent Debug:使用 `npx -y @basketikun/canvas-agent --debug` 启动后,终端应按“时间 级别 消息 详情”的纯文本单行格式输出日志并显示日志文件路径,`~/.infinite-canvas/logs/` 下应按启动日期生成相同格式的 `canvas-agent-YYYY-MM-DD.log`,同一天多次启动应追加到同一文件;普通启动保持原有简洁输出,日志中不应出现连接 token 或图片 Data URL 原文。
|
||||||
- 画布节点插件本地开发:每个插件支持 `npm run dev`(watch 自动构建并同步到 `web/public/plugins/`),配合 `web/.env.local` 的 `VITE_DEV_PLUGINS`(逗号分隔 URL)每次刷新重新拉取、无需反复安装;需验证改源码刷新页面即生效。
|
- Agent HTTP 诊断日志:网页发送一条普通消息后,本地 Debug 日志不应重复输出 `/health`、`/canvas/state`、`/canvas/activate` 成功请求、流式增量或完整会话响应,只保留 HTTP 请求与 Codex 生命周期摘要;右侧「日志」应以单行时间线展示发送、开始、回复、工具、完成用量和错误,不再输出 userMessage started/completed、流式摘要、重复 threadId 或大段原始 JSON。
|
||||||
- 画布节点创建:鼠标左键双击画布空白区域会在点击位置打开节点选择菜单,可创建文本、图片、视频、音频、生成配置和组节点;双击已有节点或连线不应触发菜单。
|
- Agent 对话统计:用户消息应右对齐并使用透明无气泡的简洁排版,用户和 Codex 两侧均不显示人物头像,消息下方均不显示时间或 Token 信息;输入框上方应居中展示最新一次模型调用的输入、缓存、输出 Token 用量,不显示会话累计值,数值更新时应从旧值平滑滚动到新值而非突然跳变,新建、切换或删除当前会话后应清空旧统计。
|
||||||
- 本地 Agent 连接说明:新增提醒说明只有安装 Codex 插件或手动添加 MCP 后才会增加 Codex token 消耗,直接运行 `npx -y @basketikun/canvas-agent` 不会安装 MCP;需验证文案位置清晰。
|
- Agent 回复实时显示:在右侧 Agent 发送消息后,用户消息下方应立即出现“正在思考...”,任务运行期间不应闪退;工具完成后应显示 Codex 正在继续处理及已等待时长,等待超过 30 秒时提示可继续等待或停止本轮;Codex 的回复应在当前对话中持续显示,实时事件缺失时也应在任务完成后自动同步完整内容,无需切换到历史或日志再返回对话。模型繁忙等任务失败时应立即结束等待状态,在对话中显示中文错误原因和重试建议,诊断日志不应再把失败轮次记为“处理完成”,刷新历史后错误仍应保留。新建尚未发送首条消息的空会话不应反复出现历史读取失败。
|
||||||
- 本地 Agent 连接说明:画布面板和配置页 Codex Tab 改为区分“Codex 插件启动画布”和“直接运行 Agent 后网页连接”两种方式,需验证文案和布局清晰。
|
- Agent 流式交互性能:发送长回复时文字应连续平滑出现,输入框、滚动和画布操作不应随回复变长而明显卡顿;长历史会话中只有当前流式消息持续更新,屏幕外消息不应造成明显布局压力;任务完成后应通过 SSE 自动同步完整历史,不再持续请求 `/health` 轮询状态。
|
||||||
- 全站 Agent:Agent 面板从画布页抽离为全站常驻面板,挂在全局布局右侧,开/关只挤压左侧内容不遮挡;顶栏和画布工具条各有一个开关按钮,需验证在首页、生图、视频、素材、提示词库、画布等页面都能打开面板并保持 SSE 连接不断开。
|
- Agent 过程时间线:新建 Agent 对话后 Codex 应生成可读思考摘要,并在运行时依次显示中文的思考摘要、执行计划、命令执行、网页搜索、文件修改和画布工具活动;思考摘要的图标、标题和箭头应稳定保持在同一行,默认收起且无边框,点击箭头后才展开 Codex 实际返回的具体摘要,其中 Markdown 强调、列表和代码应正确渲染而非显示原始符号,完成事件不应再用「已完成分析」覆盖已经收到的摘要;命令执行也应使用无边框紧凑行,显示「已执行 1 条命令」和单行命令预览,点击后再展开工作目录、耗时、退出状态和运行输出;其他工具调用继续使用紧凑卡片排版,状态图标、标题和状态文字保持在同一行;结构化任务进度不应混在对话时间线中,而应独立放在对话区下方、Token 统计上方,支持展开和折叠,并逐项实时更新「待处理」「进行中」「已完成」状态;新任务生成时默认展开,任务结束后保留最新结果,同一计划更新不应生成重复内容;文件详情展示文件路径与新增/修改/删除动作,工具详情不应出现请求 ID、英文工具名或原始 JSON;一轮对话结束自动同步历史以及刷新页面后从历史中 resume 对话时,思考摘要、命令和工具过程记录仍应完整保留并保持相同展示。
|
||||||
- 全站 Agent:新增 `site_navigate` 工具,Agent 可直接跳转 `/`、`/canvas`、`/canvas/:id`、`/image`、`/video`、`/prompts`、`/assets`、`/config`;导航直接执行不走工具确认,需验证跳转正确且面板不消失。
|
- Agent 权限控制:输入框可选择「请求批准」「自动审查」「完全访问」;请求批准模式下,Codex 编辑工作区外文件、执行受限命令或访问网络时应在对话中显示审批卡片,支持拒绝、允许一次和本会话允许,并能依次处理多个并发请求;自动审查模式应仅将需要用户决定的风险操作送入审批;完全访问必须先显示风险确认,启用后可访问网络和本机文件且不再请求审批;选择应在刷新后保留。
|
||||||
- 全站 Agent:画布工具(canvas_apply_ops 等)仅在当前处于画布页时可用,不在画布页调用会返回“当前不在画布页,请先用 site_navigate 打开画布”,需验证 Agent 会先导航到画布再执行画布操作。
|
- Agent 历史记录:点击记录卡片应直接进入对应对话,不再显示「进入」按钮;可勾选单条或全选多条记录并批量删除,删除当前对话后聊天内容应清空。
|
||||||
- 全站 Agent:Codex 会话改为单一站点级连续线程(不再按 canvasId 分),跨页面/跨画布保持同一条对话上下文,历史记录即这条线程;本地 Agent workspace 从按画布分改为固定 `site` workspace(`~/.infinite-canvas/codex-workspaces/site`),已装 `@basketikun/canvas-agent` 的用户需更新到新版本才生效。
|
- Agent 默认新对话:每次进入任一画布并连接 Agent 后,对话区应保持空白且不自动恢复上一次会话;第一次发送消息时才创建新线程,不应产生未发送消息的空历史记录;需要继续旧对话时可在「历史」中主动选择恢复。
|
||||||
- 全站 Agent:移除仅前端调用 OpenAI responses 接口的在线画布助手死代码(含 `requestToolResponse`),Agent 统一走 MCP + 本地 Codex 链路。
|
- Agent 当前画布优先:在已打开某个画布时要求 Agent 创建、修改、整理或生成内容,Agent 应直接读取并操作当前画布,不应先调用 `canvas_list_projects` 或使用 `site_navigate` 重复进入画布;只有明确要求查看或切换其他画布时才允许查询画布列表并导航。
|
||||||
- 画布节点名称:每个节点保留 `title` 名称字段,默认名称显示在节点上方,双击名称可直接编辑,节点信息弹窗和 JSON 可查看该字段。
|
- Agent 图片消息:发送一张或多张图片附件后,图片应紧跟用户文字并在消息右侧显示为约 40px 的紧凑缩略图,不再撑大消息区域,单击缩略图应打开大图预览,打开或关闭预览不应改变消息间距或产生额外空行;任务运行中、完成同步历史、切换页面及重新进入历史对话后都应显示浏览器本地保存的图片缩略图,不应消失或把 attachmentId、附件使用说明等内部上下文回显到用户消息中;删除历史会话后应同步清理对应缩略图。
|
||||||
- 画布节点工具条:节点顶部工具条改为点击选中节点后显示,单纯鼠标移入 / 移出节点不应再频繁弹出。
|
- 画布文本复制:在 Agent 对话或节点信息详情中用鼠标选中文字后,按 `Ctrl/Cmd + C` 应复制所选文本,不应触发画布节点复制;未选中文字且焦点位于画布时,原有节点复制快捷键应保持可用。
|
||||||
- 画布组节点:组内子节点优先响应点击和拖拽;当鼠标位于组内节点上时,应移动 / 编辑该节点,而不是移动整个组。
|
- Agent 工作目录指令:`canvas-agent/agent-instructions.md` 应作为独立维护源;重启 Canvas Agent 后,当前工作目录应自动生成 `AGENTS.md`;新建对话发送消息时,Codex 日志中的用户消息只包含本轮请求和必要的附件上下文,不再重复整段 Infinite Canvas 前置提示词,画布及工作台工具仍可正常调用。
|
||||||
- 画布组节点:工具栏新增“组”节点,普通节点拖入组区域会高亮目标组,松手后自动吸附进组;拖出组区域会解除归属,拖动组节点会一起移动组内子节点。
|
- 画布文本设置:文本节点和生成配置节点切换到文本模式后应显示推理强度设置,可选择自动、低、中、高、极高;选择自动时默认 OpenAI Responses 请求不应携带 `reasoning`,选择其他档位时应携带所选强度,刷新画布后节点设置应保留;文本模型自定义调用脚本应能读取 `reasoningEffort`,OpenAI 模板应按自动或指定档位正确组装请求。
|
||||||
- GitHub Pages:新增版本 tag 触发的前端静态站点自动发布 workflow,需在仓库 Pages 设置中选择 GitHub Actions 并验证路由刷新回退。
|
- 生图工作台参考图:将一张或多张图片拖入参考图区域后应直接上传并显示缩略图;拖入非图片文件应忽略,拖动过程中区域应显示高亮提示,放下文件不应导致浏览器打开或替换当前页面。
|
||||||
- 画布图片切图:行数 / 列数会生成可直接拖拽的等分切图线,并支持新增横向 / 纵向线、删除单条线、重置切图线和切片数量预览。
|
- 视频创作台参考资产:将图片、MP4/MOV 视频或 MP3/WAV 音频拖入任一参考资产区域后,应按文件类型自动上传到对应列表;当前拖入区域应显示高亮提示,原有数量、大小、时长和格式限制应继续生效。
|
||||||
- Codex App 插件:精简插件 README 安装步骤,更新插件网站和作者信息,并将 `open-canvas` 调整为默认打开在线画布、仅按需启动本地前端;需重新安装后确认详情页和两种打开流程正确。
|
- 画布组装提示词:输入或连接超长提示词后,浮层正文高度不应继续撑大,内容应可在正文区域内滚动查看和编辑,标题及关闭按钮保持可见。
|
||||||
- 本地 Codex 连接画布文档:新增 Canvas Agent、MCP、SSE 与浏览器画布交互原理说明,需确认文档导航和描述是否清晰。
|
- 画布节点提示词:图片等节点下方的提示词超过输入区域高度后,鼠标悬停在输入区域内滚动应查看提示词内容,不应缩放画布。
|
||||||
- 顶部导航:缩小桌面顶部导航栏高度,导航项下划线和内容垂直对齐需确认。
|
- 画布节点提示词回显:单图或多图生成完成后,切换选择生成结果的根节点及任一子节点,下方输入区域都应继续显示生成时的提示词;切换到其他节点再选回来后也不应清空。
|
||||||
- 配置与用户偏好:新增独立顶部导航页面,并在页面和弹窗中复用同一套配置面板;新增 Codex Tab,展示插件安装和本地 Agent 启动步骤,可配置本地 Agent 地址、Connect token 和工具执行确认开关。
|
- 画布生成配置:连接文本节点后连续点击生成(包含失败重试),组装提示词不应重复追加上游文本;在生图、文本、视频、音频之间切换时,实际请求应始终使用当前面板展示的对应类型模型。
|
||||||
- Codex 全局连接:配置页可直接连接本地 Canvas Agent,连接状态同步到画布和顶部 OpenAI 状态图标,刷新后会按本地保存的地址和 token 自动尝试重连;需验证已连接、连接中、连接失败、断开和刷新自动重连状态。
|
- 画布左侧元素列表:点击元素整行应平滑定位并选中对应节点;有内容的图片元素应显示预览按钮,点击后打开大图弹窗且不触发画布定位。
|
||||||
- 画布 Agent:Codex 旧 thread 在重启后不可用时会自动新建会话并重试,需验证进入画布直接发送消息不会再出现 `thread not loaded` 或 `no rollout found`。
|
- 配置与用户偏好:导出 JSON 后应包含渠道、默认模型、生成偏好、提示词来源和 WebDAV 配置;在修改当前配置后重新导入该文件,应恢复导出时的设置,错误 JSON 文件应提示格式不正确。配置文件包含 API Key 和 WebDAV 凭据,不应公开分享。
|
||||||
- 画布 Agent:切换不同画布时会清空并重新加载当前 canvasId 对应的 Codex 会话,需验证不会继续显示上一个画布的对话。
|
- 模型渠道协议:渠道编辑可选择「火山方舟」并自动填入方舟接口地址;任意名称的生图模型应按方舟 JSON 格式提交参考图,任意名称的视频模型应按方舟任务格式提交和查询,不再依赖模型名包含 `doubao`、`seedream` 或 `seedance`;1080p 不应再因模型名包含 `fast` 被禁用,参考视频应允许最大 200MB、总像素 409600-8295044,并继续校验官方宽高、比例和时长限制。
|
||||||
- 画布 Agent:右侧 Agent 面板移除网站 / 本机模式切换,固定使用本机 Agent。
|
- 图片编辑弹窗:遮罩、切图和裁剪连续滚轮缩放时,图片与遮罩应保持同步且不再闪烁、短暂消失或跳动;遮罩画笔圆心应始终固定在鼠标位置,仅直径随缩放变化,缩放后仍可准确涂抹、拖动切分线和调整裁剪框。
|
||||||
- 配置与用户偏好:每个模型渠道新增 OpenAI / Gemini 调用格式选择,默认 OpenAI,切换默认格式时同步更新默认 Base URL;渠道 Tab 增加紧凑醒目的提醒,说明模型是否可选需要到“模型”Tab 选择。
|
- 提示词中心布局:页面标题及提示词总数应居中;连续输入搜索文字时应在停止输入约 300ms 后再查询;桌面端分类与标签应在左侧独立滚动,右侧搜索框下直接展示提示词卡片;标签数量较多时不能继续向下挤压提示词,窄屏下应恢复上下排列且内容不溢出;不再显示「我的提示词」Tab,收藏提示词应直接加入我的资产。
|
||||||
- Gemini 调用格式:支持拉取 Gemini 模型列表,并用于文本问答、在线 Agent 工具调用、基础生图和图生图请求。
|
- 提示词详情弹窗:封面和参考图应固定显示在上方,复制及加入资产操作栏固定在底部,只有中间的标签、描述及提示词内容区域可以滚动;弹窗宽高应受视口限制且不超出屏幕。
|
||||||
- Gemini 生图:生图工作台和画布生图会把尺寸配置转换为 Gemini `responseFormat.image.aspectRatio` 传入,需验证 1:1、9:16、16:9 及自定义像素尺寸的输出比例。
|
- 提示词来源:6 个内置来源应从 Image Prompts 统一仓库读取,更新后数量依次为 323、494、53、76、126、129;提示词仍按 6 个来源分组并可独立启用,来源内可继续按 `tags` 筛选。添加标准 JSON URL 后应能查看内容,填写非数组 JSON 或不可访问地址时应显示失败,并继续保留该来源上一次成功缓存的内容。
|
||||||
- 音频和视频生成:选择 Gemini 调用格式时先给出不支持提示,仍需使用 OpenAI 兼容渠道。
|
- 提示词来源界面:来源应以卡片列表展示,启用开关位于左侧,数量、同步状态和上次成功时间作为次级信息显示,查看、拉取及自定义来源编辑/删除操作使用带文字按钮;底部定时拉取区域应保持独立边框布局。
|
||||||
- WebDAV 同步:移除 Next.js 转发代理和连接方式选择,改为浏览器前端直接连接 WebDAV 服务。
|
- 画布提示词库:不应再显示「我的提示词」分组;不展开任何公共来源直接搜索其中的提示词,匹配项应自动显示;点击「插入画布」后应创建正文正确且标题保持为提示词标题的文本节点。
|
||||||
- 提示词库:移除 Next.js route 抓取和服务端内存缓存,改为浏览器前端直连 GitHub 原始文件并缓存到 IndexedDB。
|
- 全站 Agent:新增 `generation_get_status` 工具,画布生成节点可按 `nodeIds` 查询,生图和视频工作台提交后会返回 `taskId` 并可查询排队、运行、成功或失败状态;需验证查询只由当前活动标签页返回。
|
||||||
- 提示词库:移除已 404 的 `EvoLinkAI/awesome-gpt-image-2-API-and-Prompts` 来源。
|
- 本地 Agent 多标签页隔离:同时打开两个不同画布并连接同一个 Agent,分别聚焦标签页后通过 MCP 读取和修改画布,操作应只落在当前聚焦页面;网页面板发起的整个 Codex turn 应固定操作发起页面,即使中途聚焦另一标签页也不能切换目标;关闭当前页面后应回退到最近聚焦且仍连接的页面,其他页面回传同一请求结果应被拒绝。
|
||||||
- 前端构建:移除 Next.js,改为 Vite + React Router,并将前端目录调整为 `pages` / `components` / `stores` / `lib` / `layouts` / `styles`,需验证首页、图片/视频工作台、素材、提示词库和画布路由跳转。
|
- 本地 Agent 多标签页会话同步:所有标签页共享同一个站点级 Codex 活跃线程;任一页面发送消息、新建、恢复或删除会话后,其他页面应同步活跃线程和聊天记录;Agent 输出仅显示在事件所属线程,运行中不能新建、恢复、删除或再次发送任务。
|
||||||
- 前端构建:修复 TypeScript 严格检查下的构建报错。
|
- 本地 Agent 运行状态同步:在一个标签页运行较长 Codex 任务,等待某张工具卡显示「工具完成」后再打开或刷新第二个标签页;第二个标签页应立即显示 Codex 正在运行并禁用发送,整轮结束后两个标签页同时恢复;工具卡只显示「工具完成」,整轮结束由「本轮完成」表示。
|
||||||
- Vercel 部署:新增 `web` 和 `docs` 两个子项目的 Vercel 配置,需分别验证静态前端和文档站部署。
|
- 本地 Agent 图片附件落画布:在右侧 Agent 上传参考图并要求基于商品信息创建生图流程,附件应创建为保持原比例的真实图片节点,分析提示词应创建为文本节点,二者都应连接到生成配置节点;刷新页面后参考图仍可显示并参与生成。任务中途切换到其他标签页时,附件只能写入发起任务的标签页;若发起标签页关闭,附件读取应失败且不能落入其他画布。
|
||||||
- Docker 部署:运行镜像从 Node serve 改为 nginx 静态托管,需验证前端路由刷新回退。
|
- Agent 对话滚动:从历史或日志切回对话、恢复其他会话时应自动定位到最新消息;手动向上浏览后应显示向下箭头且新消息不强制打断阅读,点击箭头后平滑回到底部并继续跟随新消息。
|
||||||
- 环境变量:移除过期的后端 `.env.example` 示例文件。
|
- Agent 消息区分:用户消息应在右侧使用透明无气泡排版,AI 回复应在左侧使用无头像的开放式 Markdown 排版;长文本、多张附件、错误消息及浅色/深色主题下均应清晰且不溢出。
|
||||||
- 生图工作台:修复失败图片点击重试后只保存在页面状态、刷新或跳转后丢失的问题,重试成功结果会写入本地图片存储和生成记录。
|
|
||||||
- 视频生成:任务查询接口直接返回 `url` / `result_url` / `video_url` 时会跳过 `/content` 下载,并优先保存到浏览器本地媒体存储。
|
|
||||||
- 视频生成:任务创建或查询失败时会解析接口返回的 `msg` / `message` / 嵌套 JSON 错误,并在生成结果失败卡片里展示真实原因。
|
|
||||||
- 画布生成配置:修复切换文本/视频/音频模式时模型选择仍显示为生图模型(gpt-image-2)的问题,切换模式后应自动匹配对应能力的默认模型。
|
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
"streamdown": "^2.5.0",
|
"streamdown": "^2.5.0",
|
||||||
"tailwind-merge": "^3.6.0",
|
"tailwind-merge": "^3.6.0",
|
||||||
"tailwindcss": "^4",
|
"tailwindcss": "^4",
|
||||||
"three": "^0.180.0",
|
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"zustand": "^5.0.12",
|
"zustand": "^5.0.12",
|
||||||
},
|
},
|
||||||
@@ -42,7 +41,6 @@
|
|||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
"@types/react": "19.1.12",
|
"@types/react": "19.1.12",
|
||||||
"@types/react-dom": "19.1.9",
|
"@types/react-dom": "19.1.9",
|
||||||
"@types/three": "^0.180.0",
|
|
||||||
"@vitejs/plugin-react": "^5.2.0",
|
"@vitejs/plugin-react": "^5.2.0",
|
||||||
"prettier": "^3.8.3",
|
"prettier": "^3.8.3",
|
||||||
"typescript": "^5",
|
"typescript": "^5",
|
||||||
@@ -159,8 +157,6 @@
|
|||||||
|
|
||||||
"@ctrl/tinycolor": ["@ctrl/tinycolor@4.2.0", "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz", {}, "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A=="],
|
"@ctrl/tinycolor": ["@ctrl/tinycolor@4.2.0", "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz", {}, "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A=="],
|
||||||
|
|
||||||
"@dimforge/rapier3d-compat": ["@dimforge/rapier3d-compat@0.12.0", "", {}, "sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow=="],
|
|
||||||
|
|
||||||
"@dnd-kit/accessibility": ["@dnd-kit/accessibility@3.1.1", "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz", { "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0" } }, "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw=="],
|
"@dnd-kit/accessibility": ["@dnd-kit/accessibility@3.1.1", "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz", { "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0" } }, "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw=="],
|
||||||
|
|
||||||
"@dnd-kit/core": ["@dnd-kit/core@6.3.1", "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.3.1.tgz", { "dependencies": { "@dnd-kit/accessibility": "^3.1.1", "@dnd-kit/utilities": "^3.2.2", "tslib": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }, "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ=="],
|
"@dnd-kit/core": ["@dnd-kit/core@6.3.1", "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.3.1.tgz", { "dependencies": { "@dnd-kit/accessibility": "^3.1.1", "@dnd-kit/utilities": "^3.2.2", "tslib": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }, "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ=="],
|
||||||
@@ -613,8 +609,6 @@
|
|||||||
|
|
||||||
"@ts-morph/common": ["@ts-morph/common@0.27.0", "https://registry.npmmirror.com/@ts-morph/common/-/common-0.27.0.tgz", { "dependencies": { "fast-glob": "^3.3.3", "minimatch": "^10.0.1", "path-browserify": "^1.0.1" } }, "sha512-Wf29UqxWDpc+i61k3oIOzcUfQt79PIT9y/MWfAGlrkjg6lBC1hwDECLXPVJAhWjiGbfBCxZd65F/LIZF3+jeJQ=="],
|
"@ts-morph/common": ["@ts-morph/common@0.27.0", "https://registry.npmmirror.com/@ts-morph/common/-/common-0.27.0.tgz", { "dependencies": { "fast-glob": "^3.3.3", "minimatch": "^10.0.1", "path-browserify": "^1.0.1" } }, "sha512-Wf29UqxWDpc+i61k3oIOzcUfQt79PIT9y/MWfAGlrkjg6lBC1hwDECLXPVJAhWjiGbfBCxZd65F/LIZF3+jeJQ=="],
|
||||||
|
|
||||||
"@tweenjs/tween.js": ["@tweenjs/tween.js@23.1.3", "", {}, "sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA=="],
|
|
||||||
|
|
||||||
"@types/babel__core": ["@types/babel__core@7.20.5", "", { "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" } }, "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA=="],
|
"@types/babel__core": ["@types/babel__core@7.20.5", "", { "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" } }, "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA=="],
|
||||||
|
|
||||||
"@types/babel__generator": ["@types/babel__generator@7.27.0", "", { "dependencies": { "@babel/types": "^7.0.0" } }, "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg=="],
|
"@types/babel__generator": ["@types/babel__generator@7.27.0", "", { "dependencies": { "@babel/types": "^7.0.0" } }, "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg=="],
|
||||||
@@ -713,20 +707,14 @@
|
|||||||
|
|
||||||
"@types/set-cookie-parser": ["@types/set-cookie-parser@2.4.10", "https://registry.npmmirror.com/@types/set-cookie-parser/-/set-cookie-parser-2.4.10.tgz", { "dependencies": { "@types/node": "*" } }, "sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw=="],
|
"@types/set-cookie-parser": ["@types/set-cookie-parser@2.4.10", "https://registry.npmmirror.com/@types/set-cookie-parser/-/set-cookie-parser-2.4.10.tgz", { "dependencies": { "@types/node": "*" } }, "sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw=="],
|
||||||
|
|
||||||
"@types/stats.js": ["@types/stats.js@0.17.4", "", {}, "sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA=="],
|
|
||||||
|
|
||||||
"@types/statuses": ["@types/statuses@2.0.6", "https://registry.npmmirror.com/@types/statuses/-/statuses-2.0.6.tgz", {}, "sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA=="],
|
"@types/statuses": ["@types/statuses@2.0.6", "https://registry.npmmirror.com/@types/statuses/-/statuses-2.0.6.tgz", {}, "sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA=="],
|
||||||
|
|
||||||
"@types/three": ["@types/three@0.180.0", "", { "dependencies": { "@dimforge/rapier3d-compat": "~0.12.0", "@tweenjs/tween.js": "~23.1.3", "@types/stats.js": "*", "@types/webxr": "*", "@webgpu/types": "*", "fflate": "~0.8.2", "meshoptimizer": "~0.22.0" } }, "sha512-ykFtgCqNnY0IPvDro7h+9ZeLY+qjgUWv+qEvUt84grhenO60Hqd4hScHE7VTB9nOQ/3QM8lkbNE+4vKjEpUxKg=="],
|
|
||||||
|
|
||||||
"@types/trusted-types": ["@types/trusted-types@2.0.7", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="],
|
"@types/trusted-types": ["@types/trusted-types@2.0.7", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="],
|
||||||
|
|
||||||
"@types/unist": ["@types/unist@2.0.11", "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz", {}, "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA=="],
|
"@types/unist": ["@types/unist@2.0.11", "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz", {}, "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA=="],
|
||||||
|
|
||||||
"@types/validate-npm-package-name": ["@types/validate-npm-package-name@4.0.2", "https://registry.npmmirror.com/@types/validate-npm-package-name/-/validate-npm-package-name-4.0.2.tgz", {}, "sha512-lrpDziQipxCEeK5kWxvljWYhUvOiB2A9izZd9B2AFarYAkqZshb4lPbRs7zKEic6eGtH8V/2qJW+dPp9OtF6bw=="],
|
"@types/validate-npm-package-name": ["@types/validate-npm-package-name@4.0.2", "https://registry.npmmirror.com/@types/validate-npm-package-name/-/validate-npm-package-name-4.0.2.tgz", {}, "sha512-lrpDziQipxCEeK5kWxvljWYhUvOiB2A9izZd9B2AFarYAkqZshb4lPbRs7zKEic6eGtH8V/2qJW+dPp9OtF6bw=="],
|
||||||
|
|
||||||
"@types/webxr": ["@types/webxr@0.5.24", "", {}, "sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg=="],
|
|
||||||
|
|
||||||
"@uiw/codemirror-extensions-basic-setup": ["@uiw/codemirror-extensions-basic-setup@4.25.9", "", { "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/commands": "^6.0.0", "@codemirror/language": "^6.0.0", "@codemirror/lint": "^6.0.0", "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0" } }, "sha512-QFAqr+pu6lDmNpAlecODcF49TlsrZ0bj15zPzfhiqSDl+Um3EsDLFLppixC7kFLn+rdDM2LTvVjn5CPvefpRgw=="],
|
"@uiw/codemirror-extensions-basic-setup": ["@uiw/codemirror-extensions-basic-setup@4.25.9", "", { "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/commands": "^6.0.0", "@codemirror/language": "^6.0.0", "@codemirror/lint": "^6.0.0", "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0" } }, "sha512-QFAqr+pu6lDmNpAlecODcF49TlsrZ0bj15zPzfhiqSDl+Um3EsDLFLppixC7kFLn+rdDM2LTvVjn5CPvefpRgw=="],
|
||||||
|
|
||||||
"@uiw/react-codemirror": ["@uiw/react-codemirror@4.25.9", "", { "dependencies": { "@babel/runtime": "^7.18.6", "@codemirror/commands": "^6.1.0", "@codemirror/state": "^6.1.1", "@codemirror/theme-one-dark": "^6.0.0", "@uiw/codemirror-extensions-basic-setup": "4.25.9", "codemirror": "^6.0.0" }, "peerDependencies": { "@codemirror/view": ">=6.0.0", "react": ">=17.0.0", "react-dom": ">=17.0.0" } }, "sha512-HftqCBUYShAOH0pGi1CHP8vfm5L8fQ3+0j0VI6lQD6QpK+UBu3J7nxfEN5O/BXMilMNf9ZyFJRvRcuMMOLHMng=="],
|
"@uiw/react-codemirror": ["@uiw/react-codemirror@4.25.9", "", { "dependencies": { "@babel/runtime": "^7.18.6", "@codemirror/commands": "^6.1.0", "@codemirror/state": "^6.1.1", "@codemirror/theme-one-dark": "^6.0.0", "@uiw/codemirror-extensions-basic-setup": "4.25.9", "codemirror": "^6.0.0" }, "peerDependencies": { "@codemirror/view": ">=6.0.0", "react": ">=17.0.0", "react-dom": ">=17.0.0" } }, "sha512-HftqCBUYShAOH0pGi1CHP8vfm5L8fQ3+0j0VI6lQD6QpK+UBu3J7nxfEN5O/BXMilMNf9ZyFJRvRcuMMOLHMng=="],
|
||||||
@@ -741,8 +729,6 @@
|
|||||||
|
|
||||||
"@vitejs/plugin-react": ["@vitejs/plugin-react@5.2.0", "", { "dependencies": { "@babel/core": "^7.29.0", "@babel/plugin-transform-react-jsx-self": "^7.27.1", "@babel/plugin-transform-react-jsx-source": "^7.27.1", "@rolldown/pluginutils": "1.0.0-rc.3", "@types/babel__core": "^7.20.5", "react-refresh": "^0.18.0" }, "peerDependencies": { "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw=="],
|
"@vitejs/plugin-react": ["@vitejs/plugin-react@5.2.0", "", { "dependencies": { "@babel/core": "^7.29.0", "@babel/plugin-transform-react-jsx-self": "^7.27.1", "@babel/plugin-transform-react-jsx-source": "^7.27.1", "@rolldown/pluginutils": "1.0.0-rc.3", "@types/babel__core": "^7.20.5", "react-refresh": "^0.18.0" }, "peerDependencies": { "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw=="],
|
||||||
|
|
||||||
"@webgpu/types": ["@webgpu/types@0.1.71", "", {}, "sha512-mMy8/ODcKhab808co15eW+yN+HgXoQxRQHTiBV9Mrvl1r0ufnid7YOcI+gi4eUWSWl9ezD6TW2KXccrL8HCh2A=="],
|
|
||||||
|
|
||||||
"accepts": ["accepts@2.0.0", "https://registry.npmmirror.com/accepts/-/accepts-2.0.0.tgz", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="],
|
"accepts": ["accepts@2.0.0", "https://registry.npmmirror.com/accepts/-/accepts-2.0.0.tgz", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="],
|
||||||
|
|
||||||
"agent-base": ["agent-base@7.1.4", "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz", {}, "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ=="],
|
"agent-base": ["agent-base@7.1.4", "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz", {}, "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ=="],
|
||||||
@@ -1343,8 +1329,6 @@
|
|||||||
|
|
||||||
"mermaid": ["mermaid@11.16.0", "", { "dependencies": { "@braintree/sanitize-url": "^7.1.2", "@iconify/utils": "^3.0.2", "@mermaid-js/parser": "^1.2.0", "@types/d3": "^7.4.3", "@upsetjs/venn.js": "^2.0.0", "cytoscape": "^3.33.3", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-fcose": "^2.2.0", "d3": "^7.9.0", "d3-sankey": "^0.12.3", "dagre-d3-es": "7.0.14", "dayjs": "^1.11.20", "dompurify": "^3.3.3", "es-toolkit": "^1.45.1", "katex": "^0.16.45", "khroma": "^2.1.0", "marked": "^16.3.0", "roughjs": "^4.6.6", "stylis": "^4.3.6", "ts-dedent": "^2.2.0", "uuid": "^11.1.0 || ^12 || ^13 || ^14.0.0" } }, "sha512-Zvm3kbstgdpvIJPPItlL7fppIZ3kibvc1oZIGxdvk9t6UFz6flv+Jw7FtRGKwfcI8OckmH04LqG6LlS6X4B1pA=="],
|
"mermaid": ["mermaid@11.16.0", "", { "dependencies": { "@braintree/sanitize-url": "^7.1.2", "@iconify/utils": "^3.0.2", "@mermaid-js/parser": "^1.2.0", "@types/d3": "^7.4.3", "@upsetjs/venn.js": "^2.0.0", "cytoscape": "^3.33.3", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-fcose": "^2.2.0", "d3": "^7.9.0", "d3-sankey": "^0.12.3", "dagre-d3-es": "7.0.14", "dayjs": "^1.11.20", "dompurify": "^3.3.3", "es-toolkit": "^1.45.1", "katex": "^0.16.45", "khroma": "^2.1.0", "marked": "^16.3.0", "roughjs": "^4.6.6", "stylis": "^4.3.6", "ts-dedent": "^2.2.0", "uuid": "^11.1.0 || ^12 || ^13 || ^14.0.0" } }, "sha512-Zvm3kbstgdpvIJPPItlL7fppIZ3kibvc1oZIGxdvk9t6UFz6flv+Jw7FtRGKwfcI8OckmH04LqG6LlS6X4B1pA=="],
|
||||||
|
|
||||||
"meshoptimizer": ["meshoptimizer@0.22.0", "", {}, "sha512-IebiK79sqIy+E4EgOr+CAw+Ke8hAspXKzBd0JdgEmPHiAwmvEj2S4h1rfvo+o/BnfEYd/jAOg5IeeIjzlzSnDg=="],
|
|
||||||
|
|
||||||
"micromark": ["micromark@4.0.2", "", { "dependencies": { "@types/debug": "^4.0.0", "debug": "^4.0.0", "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "micromark-core-commonmark": "^2.0.0", "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-chunked": "^2.0.0", "micromark-util-combine-extensions": "^2.0.0", "micromark-util-decode-numeric-character-reference": "^2.0.0", "micromark-util-encode": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-resolve-all": "^2.0.0", "micromark-util-sanitize-uri": "^2.0.0", "micromark-util-subtokenize": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA=="],
|
"micromark": ["micromark@4.0.2", "", { "dependencies": { "@types/debug": "^4.0.0", "debug": "^4.0.0", "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "micromark-core-commonmark": "^2.0.0", "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-chunked": "^2.0.0", "micromark-util-combine-extensions": "^2.0.0", "micromark-util-decode-numeric-character-reference": "^2.0.0", "micromark-util-encode": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-resolve-all": "^2.0.0", "micromark-util-sanitize-uri": "^2.0.0", "micromark-util-subtokenize": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA=="],
|
||||||
|
|
||||||
"micromark-core-commonmark": ["micromark-core-commonmark@2.0.3", "", { "dependencies": { "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "micromark-factory-destination": "^2.0.0", "micromark-factory-label": "^2.0.0", "micromark-factory-space": "^2.0.0", "micromark-factory-title": "^2.0.0", "micromark-factory-whitespace": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-chunked": "^2.0.0", "micromark-util-classify-character": "^2.0.0", "micromark-util-html-tag-name": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-resolve-all": "^2.0.0", "micromark-util-subtokenize": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg=="],
|
"micromark-core-commonmark": ["micromark-core-commonmark@2.0.3", "", { "dependencies": { "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "micromark-factory-destination": "^2.0.0", "micromark-factory-label": "^2.0.0", "micromark-factory-space": "^2.0.0", "micromark-factory-title": "^2.0.0", "micromark-factory-whitespace": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-chunked": "^2.0.0", "micromark-util-classify-character": "^2.0.0", "micromark-util-html-tag-name": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-resolve-all": "^2.0.0", "micromark-util-subtokenize": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg=="],
|
||||||
@@ -1707,8 +1691,6 @@
|
|||||||
|
|
||||||
"tapable": ["tapable@2.3.3", "", {}, "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A=="],
|
"tapable": ["tapable@2.3.3", "", {}, "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A=="],
|
||||||
|
|
||||||
"three": ["three@0.180.0", "", {}, "sha512-o+qycAMZrh+TsE01GqWUxUIKR1AL0S8pq7zDkYOQw8GqfX8b8VoCKYUoHbhiX5j+7hr8XsuHDVU6+gkQJQKg9w=="],
|
|
||||||
|
|
||||||
"throttle-debounce": ["throttle-debounce@5.0.2", "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz", {}, "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A=="],
|
"throttle-debounce": ["throttle-debounce@5.0.2", "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz", {}, "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A=="],
|
||||||
|
|
||||||
"tiny-invariant": ["tiny-invariant@1.3.3", "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz", {}, "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="],
|
"tiny-invariant": ["tiny-invariant@1.3.3", "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz", {}, "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="],
|
||||||
|
|||||||
@@ -0,0 +1,50 @@
|
|||||||
|
import type { CanvasAgentSnapshot } from "@/lib/canvas/canvas-agent-ops";
|
||||||
|
|
||||||
|
type AgentConfigResponse = { ok?: boolean; url?: string; token?: string; hasToken?: boolean };
|
||||||
|
|
||||||
|
export async function postState(endpoint: string, token: string, clientId: string, snapshot: CanvasAgentSnapshot | null) {
|
||||||
|
try {
|
||||||
|
await fetch(`${endpoint}/canvas/state?token=${encodeURIComponent(token)}&clientId=${encodeURIComponent(clientId)}`, {
|
||||||
|
method: "POST",
|
||||||
|
headers: { "content-type": "application/json" },
|
||||||
|
body: JSON.stringify(snapshot ? { ...snapshot, hasCanvas: true } : { hasCanvas: false }),
|
||||||
|
});
|
||||||
|
} catch {}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function activateAgentClient(endpoint: string, token: string, clientId: string) {
|
||||||
|
try {
|
||||||
|
await fetch(`${endpoint}/canvas/activate?token=${encodeURIComponent(token)}&clientId=${encodeURIComponent(clientId)}`, { method: "POST" });
|
||||||
|
} catch {}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function postToolResult(endpoint: string, token: string, clientId: string, body: { requestId: string; result?: unknown; error?: string }) {
|
||||||
|
await fetch(`${endpoint}/canvas/result?token=${encodeURIComponent(token)}&clientId=${encodeURIComponent(clientId)}`, { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function postCodexApproval(endpoint: string, token: string, requestId: string, decision: "accept" | "acceptForSession" | "decline") {
|
||||||
|
await fetchAgentJson(endpoint, token, "/agent/codex/approval", { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({ requestId, decision }) });
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function revealAgentLocalFile(endpoint: string, token: string, path: string) {
|
||||||
|
await fetchAgentJson(endpoint, token, "/agent/local-file/reveal", { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({ path }) });
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function fetchAgentJson<T>(endpoint: string, token: string, path: string, init?: RequestInit) {
|
||||||
|
const url = `${endpoint}${path}${path.includes("?") ? "&" : "?"}token=${encodeURIComponent(token)}`;
|
||||||
|
const res = await fetch(url, init);
|
||||||
|
const data = (await res.json().catch(() => ({}))) as T & { error?: string; msg?: string };
|
||||||
|
if (!res.ok) throw new Error(data.error || data.msg || "本地 Agent 请求失败");
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function discoverAgentConfig(endpoint: string) {
|
||||||
|
try {
|
||||||
|
const res = await fetch(`${endpoint}/config`);
|
||||||
|
if (!res.ok) return null;
|
||||||
|
const data = (await res.json()) as AgentConfigResponse;
|
||||||
|
return data.ok ? data : null;
|
||||||
|
} catch {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,182 @@
|
|||||||
|
import { useRef, type ReactNode } from "react";
|
||||||
|
import { Button, Dropdown, Tooltip } from "antd";
|
||||||
|
import { ArrowUp, Check, ChevronUp, Hand, ImagePlus, LoaderCircle, RefreshCw, ShieldAlert, ShieldCheck, ShieldOff, Square, X } from "lucide-react";
|
||||||
|
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
import { isPlainEnterKey } from "@/lib/keyboard-event";
|
||||||
|
import type { AgentPermissionMode } from "@/stores/use-agent-store";
|
||||||
|
import type { AgentChatAttachment } from "./agent-chat-message";
|
||||||
|
|
||||||
|
export function AgentChatComposer({
|
||||||
|
prompt,
|
||||||
|
attachments = [],
|
||||||
|
disabled,
|
||||||
|
sending,
|
||||||
|
placeholder,
|
||||||
|
theme,
|
||||||
|
onPromptChange,
|
||||||
|
onSubmit,
|
||||||
|
onStop,
|
||||||
|
onAddFiles,
|
||||||
|
onRemoveAttachment,
|
||||||
|
confirmTools,
|
||||||
|
onConfirmToolsChange,
|
||||||
|
permissionMode,
|
||||||
|
onPermissionModeChange,
|
||||||
|
left,
|
||||||
|
}: {
|
||||||
|
prompt: string;
|
||||||
|
attachments?: AgentChatAttachment[];
|
||||||
|
disabled?: boolean;
|
||||||
|
sending?: boolean;
|
||||||
|
placeholder: string;
|
||||||
|
theme: (typeof canvasThemes)[keyof typeof canvasThemes];
|
||||||
|
onPromptChange: (value: string) => void;
|
||||||
|
onSubmit: () => void;
|
||||||
|
onStop?: () => void;
|
||||||
|
onAddFiles?: (files: FileList | File[] | null) => void | Promise<void>;
|
||||||
|
onRemoveAttachment?: (id: string) => void;
|
||||||
|
confirmTools?: boolean;
|
||||||
|
onConfirmToolsChange?: (confirmTools: boolean) => void;
|
||||||
|
permissionMode?: AgentPermissionMode;
|
||||||
|
onPermissionModeChange?: (permissionMode: AgentPermissionMode) => void;
|
||||||
|
left?: ReactNode;
|
||||||
|
}) {
|
||||||
|
const fileInputRef = useRef<HTMLInputElement>(null);
|
||||||
|
const canSubmit = !disabled && !sending && Boolean(prompt.trim() || attachments.length);
|
||||||
|
return (
|
||||||
|
<div className="px-2 pb-2 pt-2" onWheelCapture={(event) => event.stopPropagation()}>
|
||||||
|
<div className="rounded-[24px] border px-3 pb-3 pt-3 shadow-lg" style={{ background: theme.toolbar.panel, borderColor: theme.node.stroke }}>
|
||||||
|
{attachments.length ? (
|
||||||
|
<div className="thin-scrollbar mb-2 flex gap-2 overflow-x-auto pb-1">
|
||||||
|
{attachments.map((item) => (
|
||||||
|
<div key={item.id} className="group relative size-14 shrink-0 overflow-hidden rounded-xl border" style={{ borderColor: theme.node.stroke }} title={item.name}>
|
||||||
|
<img src={item.url} alt={item.name} className="size-full object-cover" />
|
||||||
|
{onRemoveAttachment ? (
|
||||||
|
<button type="button" className="absolute right-1 top-1 grid size-5 place-items-center rounded-full border opacity-0 shadow-sm transition group-hover:opacity-100" style={{ background: theme.toolbar.panel, borderColor: theme.node.stroke, color: theme.node.text }} onClick={() => onRemoveAttachment(item.id)} aria-label="移除图片">
|
||||||
|
<X className="size-3" />
|
||||||
|
</button>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
<textarea
|
||||||
|
value={prompt}
|
||||||
|
onChange={(event) => onPromptChange(event.target.value)}
|
||||||
|
onPaste={(event) => {
|
||||||
|
if (!onAddFiles) return;
|
||||||
|
const images = Array.from(event.clipboardData.files).filter((file) => file.type.startsWith("image/"));
|
||||||
|
if (!images.length) return;
|
||||||
|
event.preventDefault();
|
||||||
|
void onAddFiles(images);
|
||||||
|
}}
|
||||||
|
onKeyDown={(event) => {
|
||||||
|
if (!isPlainEnterKey(event)) return;
|
||||||
|
event.preventDefault();
|
||||||
|
void onSubmit();
|
||||||
|
}}
|
||||||
|
className="thin-scrollbar max-h-32 min-h-20 w-full resize-none border-0 bg-transparent px-1 py-1 text-sm leading-5 outline-none placeholder:opacity-45"
|
||||||
|
style={{ color: theme.node.text }}
|
||||||
|
placeholder={placeholder}
|
||||||
|
/>
|
||||||
|
<div className="mt-2 flex items-center justify-between gap-2">
|
||||||
|
<div className="flex min-w-0 items-center gap-1">
|
||||||
|
{onAddFiles ? (
|
||||||
|
<>
|
||||||
|
<input ref={fileInputRef} hidden type="file" accept="image/*" multiple onChange={(event) => {
|
||||||
|
void onAddFiles(event.target.files);
|
||||||
|
event.target.value = "";
|
||||||
|
}} />
|
||||||
|
<Tooltip title="上传图片">
|
||||||
|
<Button type="text" shape="circle" className="!h-9 !w-9 !min-w-9" disabled={sending} style={{ color: theme.node.muted }} icon={<ImagePlus className="size-4" />} onClick={() => fileInputRef.current?.click()} />
|
||||||
|
</Tooltip>
|
||||||
|
</>
|
||||||
|
) : null}
|
||||||
|
{onConfirmToolsChange ? <ToolConfirmationMenu confirmTools={Boolean(confirmTools)} theme={theme} onChange={onConfirmToolsChange} /> : null}
|
||||||
|
{permissionMode && onPermissionModeChange ? <PermissionModeMenu permissionMode={permissionMode} theme={theme} onChange={onPermissionModeChange} /> : null}
|
||||||
|
{left}
|
||||||
|
</div>
|
||||||
|
<div className="flex shrink-0 items-center gap-1.5">
|
||||||
|
{sending && onStop ? (
|
||||||
|
<Button danger shape="circle" className="!h-10 !w-10 !min-w-10" icon={<Square className="size-4" />} onClick={() => void onStop()} aria-label="停止" />
|
||||||
|
) : (
|
||||||
|
<Button type="primary" shape="circle" className="!h-10 !w-10 !min-w-10" disabled={!canSubmit} icon={sending ? <LoaderCircle className="size-4 animate-spin" /> : <ArrowUp className="size-4" />} onClick={() => void onSubmit()} aria-label="发送" />
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function PermissionModeMenu({ permissionMode, theme, onChange }: { permissionMode: AgentPermissionMode; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; onChange: (permissionMode: AgentPermissionMode) => void }) {
|
||||||
|
const current = permissionOptions.find((item) => item.key === permissionMode) || permissionOptions[0];
|
||||||
|
return (
|
||||||
|
<Dropdown
|
||||||
|
trigger={["click"]}
|
||||||
|
placement="topLeft"
|
||||||
|
menu={{
|
||||||
|
items: permissionOptions.map((item) => ({
|
||||||
|
key: item.key,
|
||||||
|
label: <ConfirmationOption icon={item.icon} title={item.title} description={item.description} selected={permissionMode === item.key} />,
|
||||||
|
onClick: () => onChange(item.key),
|
||||||
|
})),
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<button type="button" className="flex h-9 shrink-0 items-center gap-1.5 rounded-full px-2.5 text-xs font-medium transition hover:bg-black/5 dark:hover:bg-white/10" style={{ color: permissionMode === "full" ? "#ea580c" : theme.node.text }} aria-label="选择 Codex 权限模式">
|
||||||
|
{current.icon}
|
||||||
|
<span>{current.shortTitle}</span>
|
||||||
|
<ChevronUp className="size-3 opacity-50" />
|
||||||
|
</button>
|
||||||
|
</Dropdown>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const permissionOptions: Array<{ key: AgentPermissionMode; title: string; shortTitle: string; description: string; icon: ReactNode }> = [
|
||||||
|
{ key: "request", title: "请求批准", shortTitle: "请求批准", description: "编辑工作区外文件或联网时始终询问", icon: <ShieldAlert className="size-3.5" /> },
|
||||||
|
{ key: "automatic", title: "自动审查", shortTitle: "自动审查", description: "由 Codex 审查风险操作,必要时再询问", icon: <ShieldCheck className="size-3.5" /> },
|
||||||
|
{ key: "full", title: "完全访问权限", shortTitle: "完全访问", description: "不受限制地访问网络和本机文件", icon: <ShieldOff className="size-3.5" /> },
|
||||||
|
];
|
||||||
|
|
||||||
|
function ToolConfirmationMenu({ confirmTools, theme, onChange }: { confirmTools: boolean; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; onChange: (confirmTools: boolean) => void }) {
|
||||||
|
return (
|
||||||
|
<Dropdown
|
||||||
|
trigger={["click"]}
|
||||||
|
placement="topLeft"
|
||||||
|
menu={{
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
key: "manual",
|
||||||
|
label: <ConfirmationOption icon={<Hand className="size-4" />} title="手动确认" description="Agent 执行画布写入前会请求确认" selected={confirmTools} />,
|
||||||
|
onClick: () => onChange(true),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: "automatic",
|
||||||
|
label: <ConfirmationOption icon={<RefreshCw className="size-4" />} title="自动确认" description="Agent 会自动执行画布写入操作" selected={!confirmTools} />,
|
||||||
|
onClick: () => onChange(false),
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<button type="button" className="flex h-9 shrink-0 items-center gap-1.5 rounded-full px-2.5 text-xs font-medium transition hover:bg-black/5 dark:hover:bg-white/10" style={{ color: theme.node.text }} aria-label="选择工具确认模式">
|
||||||
|
{confirmTools ? <Hand className="size-3.5" /> : <RefreshCw className="size-3.5" />}
|
||||||
|
<span>{confirmTools ? "手动确认" : "自动确认"}</span>
|
||||||
|
<ChevronUp className="size-3 opacity-50" />
|
||||||
|
</button>
|
||||||
|
</Dropdown>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function ConfirmationOption({ icon, title, description, selected }: { icon: ReactNode; title: string; description: string; selected: boolean }) {
|
||||||
|
return (
|
||||||
|
<div className="flex min-w-64 items-start gap-3 py-1">
|
||||||
|
<span className="mt-0.5 shrink-0">{icon}</span>
|
||||||
|
<span className="min-w-0 flex-1">
|
||||||
|
<span className="block text-sm font-medium">{title}</span>
|
||||||
|
<span className="mt-0.5 block text-xs leading-5 opacity-60">{description}</span>
|
||||||
|
</span>
|
||||||
|
{selected ? <Check className="mt-0.5 size-4 shrink-0" /> : null}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -0,0 +1,473 @@
|
|||||||
|
import { useEffect, useState, type ReactNode } from "react";
|
||||||
|
import { App, Button, Image, Modal } from "antd";
|
||||||
|
import { Brain, CheckCircle2, ChevronDown, ChevronRight, Circle, CircleAlert, Copy, ExternalLink, FilePenLine, FileText, FolderOpen, ListChecks, LoaderCircle, Search, ShieldAlert, TerminalSquare, Wrench, XCircle } from "lucide-react";
|
||||||
|
import { Streamdown, type LinkSafetyModalProps } from "streamdown";
|
||||||
|
|
||||||
|
import { useCopyText } from "@/hooks/use-copy-text";
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
import { useAgentStore, type AgentPendingApproval } from "@/stores/use-agent-store";
|
||||||
|
import { revealAgentLocalFile } from "./agent-api";
|
||||||
|
|
||||||
|
const streamdownProps = {
|
||||||
|
className: "agent-streamdown",
|
||||||
|
controls: { code: { copy: true, download: false }, table: { copy: true, download: false, fullscreen: false } },
|
||||||
|
linkSafety: { enabled: true, renderModal: (props: LinkSafetyModalProps) => <AgentLinkModal {...props} /> },
|
||||||
|
lineNumbers: false,
|
||||||
|
translations: {
|
||||||
|
close: "关闭",
|
||||||
|
copied: "已复制",
|
||||||
|
copyCode: "复制代码",
|
||||||
|
copyLink: "复制链接",
|
||||||
|
externalLinkWarning: "即将打开以下外部链接,请确认链接可信。",
|
||||||
|
openExternalLink: "打开外部链接?",
|
||||||
|
openLink: "继续打开",
|
||||||
|
},
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
function AgentLinkModal({ isOpen, onClose, onConfirm, url }: LinkSafetyModalProps) {
|
||||||
|
const { message } = App.useApp();
|
||||||
|
const copyText = useCopyText();
|
||||||
|
const localPath = localFilePath(url);
|
||||||
|
const [opening, setOpening] = useState(false);
|
||||||
|
const open = async () => {
|
||||||
|
if (!localPath) return onConfirm();
|
||||||
|
const { url: endpoint, token } = useAgentStore.getState();
|
||||||
|
setOpening(true);
|
||||||
|
try {
|
||||||
|
await revealAgentLocalFile(endpoint, token, localPath);
|
||||||
|
message.success("已在文件管理器中定位");
|
||||||
|
onClose();
|
||||||
|
} catch (error) {
|
||||||
|
message.error(error instanceof Error ? error.message : "无法打开本地文件");
|
||||||
|
} finally {
|
||||||
|
setOpening(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
return (
|
||||||
|
<Modal open={isOpen} onCancel={onClose} footer={null} centered width={420} title={localPath ? "打开本地文件?" : "打开外部链接?"}>
|
||||||
|
<div className="text-sm text-black/55 dark:text-white/55">
|
||||||
|
{localPath ? "将在本机文件管理器中定位该路径,不会通过浏览器打开。" : "即将打开以下外部链接,请确认链接可信。"}
|
||||||
|
</div>
|
||||||
|
<div className="mt-4 max-h-32 overflow-auto break-all rounded-lg bg-black/[.035] px-3 py-2.5 font-mono text-xs leading-5 dark:bg-white/[.06]">{localPath || url}</div>
|
||||||
|
<div className="mt-5 flex justify-end gap-2">
|
||||||
|
<Button type="text" icon={<Copy className="size-4" />} onClick={() => copyText(localPath || url, localPath ? "路径已复制" : "链接已复制")}>
|
||||||
|
{localPath ? "复制路径" : "复制链接"}
|
||||||
|
</Button>
|
||||||
|
<Button type="text" loading={opening} icon={localPath ? <FolderOpen className="size-4" /> : <ExternalLink className="size-4" />} onClick={open}>
|
||||||
|
{localPath ? "在文件管理器中显示" : "继续打开"}
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</Modal>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function localFilePath(value: string) {
|
||||||
|
let decoded = value;
|
||||||
|
try {
|
||||||
|
decoded = decodeURI(value);
|
||||||
|
} catch {}
|
||||||
|
if (decoded.startsWith("file://")) {
|
||||||
|
try {
|
||||||
|
return decodeURIComponent(new URL(decoded).pathname);
|
||||||
|
} catch {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (/^[A-Za-z]:[\\/]/.test(decoded)) return decoded;
|
||||||
|
let pathname = decoded;
|
||||||
|
if (decoded.startsWith("http://") || decoded.startsWith("https://")) {
|
||||||
|
try {
|
||||||
|
const parsed = new URL(decoded);
|
||||||
|
if (!["localhost", "127.0.0.1"].includes(parsed.hostname)) return "";
|
||||||
|
pathname = parsed.pathname;
|
||||||
|
} catch {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return /^\/(?:Users|home|private|tmp|Volumes|var\/folders)\//.test(pathname) ? decodeURIComponent(pathname) : "";
|
||||||
|
}
|
||||||
|
|
||||||
|
export type AgentChatAttachment = { id: string; name: string; url: string };
|
||||||
|
export type AgentChatMessageItem = {
|
||||||
|
id: string;
|
||||||
|
role: "user" | "assistant" | "system" | "tool" | "error";
|
||||||
|
title?: string;
|
||||||
|
text: string;
|
||||||
|
meta?: string;
|
||||||
|
detail?: unknown;
|
||||||
|
attachments?: AgentChatAttachment[];
|
||||||
|
/** Present while the message is actively streaming; cleared on completion. */
|
||||||
|
streamId?: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
export function AgentChatMessage({ item, theme, onRejectTool, onApproveTool }: { item: AgentChatMessageItem; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; onRejectTool?: (id: string) => void; onApproveTool?: (id: string) => void }) {
|
||||||
|
const isUser = item.role === "user";
|
||||||
|
const isSystem = item.role === "system";
|
||||||
|
const color = item.role === "error" ? "#dc2626" : item.role === "tool" ? "#2563eb" : theme.node.text;
|
||||||
|
if (isSystem) {
|
||||||
|
return (
|
||||||
|
<div className="flex justify-center text-xs">
|
||||||
|
<div className="max-w-[88%] px-3 py-1.5 text-center" style={{ color: theme.node.muted }}>
|
||||||
|
{item.text}
|
||||||
|
{item.meta ? <span className="ml-2 opacity-60">{item.meta}</span> : null}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (item.role === "tool") {
|
||||||
|
if (objectField(item.detail, "status") === "pending") return <AgentPendingToolCard summary={item.text} detail={item.detail} theme={theme} onReject={() => onRejectTool?.(item.id)} onApprove={() => onApproveTool?.(item.id)} />;
|
||||||
|
return <AgentToolCard title={item.title || "工具调用"} text={item.text} detail={item.detail} theme={theme} />;
|
||||||
|
}
|
||||||
|
return (
|
||||||
|
<div className={`flex ${isUser ? "justify-end" : "justify-start"}`}>
|
||||||
|
<div
|
||||||
|
className={isUser ? "min-w-0 max-w-[82%] py-1 text-right text-sm leading-6" : "min-w-0 w-full text-left text-sm leading-6"}
|
||||||
|
style={{ color }}
|
||||||
|
>
|
||||||
|
{isUser ? (
|
||||||
|
<div className="whitespace-pre-wrap break-words">{item.text}</div>
|
||||||
|
) : (
|
||||||
|
<Streamdown {...streamdownProps} animated isAnimating={!!item.streamId}>{item.text}</Streamdown>
|
||||||
|
)}
|
||||||
|
{item.attachments?.length ? <AgentMessageAttachments attachments={item.attachments} alignRight={isUser} /> : null}
|
||||||
|
{item.meta ? <div className={`mt-1 text-[11px] tabular-nums opacity-55 ${isUser ? "text-right" : ""}`}>{item.meta}</div> : null}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function AgentPendingToolCard({ summary, detail, theme, onReject, onApprove }: { summary: string; detail?: unknown; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; onReject?: () => void; onApprove?: () => void }) {
|
||||||
|
const view = userDetail(detail);
|
||||||
|
return (
|
||||||
|
<div className="min-w-0 rounded-xl border px-3 py-3" style={{ borderColor: "rgba(217,119,6,.28)", background: "rgba(217,119,6,.025)", color: theme.node.text }}>
|
||||||
|
<details className="group">
|
||||||
|
<summary className={`list-none ${view ? "cursor-pointer" : "cursor-default"}`} onClick={(event) => { if (!view) event.preventDefault(); }}>
|
||||||
|
<div className="flex min-w-0 items-center gap-2 text-sm font-medium leading-5">
|
||||||
|
<CircleAlert className="size-4 shrink-0 text-amber-600" />
|
||||||
|
<span className="min-w-0 flex-1">等待确认</span>
|
||||||
|
{view ? <ChevronDown className="size-3.5 shrink-0 transition-transform group-open:rotate-180" style={{ color: theme.node.muted }} /> : null}
|
||||||
|
</div>
|
||||||
|
<div className="mt-1 pl-6 text-sm leading-5" style={{ color: theme.node.muted }}>{summary}</div>
|
||||||
|
</summary>
|
||||||
|
{view ? <div className="ml-6"><AgentDetailBlock detail={view} theme={theme} /></div> : null}
|
||||||
|
</details>
|
||||||
|
{onReject || onApprove ? (
|
||||||
|
<div className="mt-3 flex justify-end gap-2 border-t pt-3" style={{ borderColor: theme.node.stroke }}>
|
||||||
|
<Button danger type="text" className="!h-8" icon={<XCircle className="size-3.5" />} onClick={() => onReject?.()}>
|
||||||
|
拒绝执行
|
||||||
|
</Button>
|
||||||
|
<Button type="text" className="!h-8" icon={<CheckCircle2 className="size-3.5" />} style={{ color: "#16a34a" }} onClick={() => onApprove?.()}>
|
||||||
|
批准执行
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function AgentApprovalCard({ approval, theme, onDecision }: { approval: AgentPendingApproval; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; onDecision: (decision: "accept" | "acceptForSession" | "decline") => void }) {
|
||||||
|
const isFile = approval.method === "item/fileChange/requestApproval";
|
||||||
|
const isNetwork = Boolean(approval.networkApprovalContext);
|
||||||
|
const title = isNetwork ? "请求网络访问" : isFile ? "请求编辑文件" : approval.method === "item/permissions/requestApproval" ? "请求扩展权限" : "请求执行命令";
|
||||||
|
const target = isNetwork ? approvalTarget(approval.networkApprovalContext) : isFile ? approval.grantRoot || approval.cwd : commandText(approval.command) || approval.cwd;
|
||||||
|
return (
|
||||||
|
<div className="min-w-0 rounded-xl border px-3 py-3" style={{ borderColor: "rgba(234,88,12,.32)", background: "rgba(234,88,12,.035)", color: theme.node.text }}>
|
||||||
|
<div className="flex items-start gap-2.5">
|
||||||
|
<ShieldAlert className="mt-0.5 size-4 shrink-0 text-orange-600" />
|
||||||
|
<div className="min-w-0 flex-1">
|
||||||
|
<div className="text-sm font-medium">{title}</div>
|
||||||
|
{approval.reason ? <div className="mt-1 text-xs leading-5" style={{ color: theme.node.muted }}>{approval.reason}</div> : null}
|
||||||
|
{target ? <div className="mt-1.5 break-all rounded-lg px-2.5 py-2 font-mono text-[11px] leading-4" style={{ background: theme.toolbar.panel, color: theme.node.text }}>{target}</div> : null}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="mt-3 flex flex-wrap justify-end gap-1.5 border-t pt-3" style={{ borderColor: theme.node.stroke }}>
|
||||||
|
<Button danger type="text" className="!h-8" onClick={() => onDecision("decline")}>拒绝</Button>
|
||||||
|
<Button type="text" className="!h-8" onClick={() => onDecision("accept")}>允许一次</Button>
|
||||||
|
<Button type="text" className="!h-8" style={{ color: "#ea580c" }} onClick={() => onDecision("acceptForSession")}>本会话允许</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function AgentToolCard({ title, text, detail, theme }: { title: string; text: string; detail?: unknown; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
||||||
|
const plan = planDetail(detail);
|
||||||
|
if (plan) return <AgentPlanCard title={title} plan={plan} theme={theme} />;
|
||||||
|
const kind = String(objectField(detail, "kind") || "");
|
||||||
|
if (kind === "reasoning") return <AgentReasoningSummary text={text} detail={detail} theme={theme} />;
|
||||||
|
if (kind === "command") return <AgentCommandSummary text={text} detail={detail} theme={theme} />;
|
||||||
|
const state = toolCardState(title, text, detail);
|
||||||
|
const view = userDetail(detail);
|
||||||
|
const showText = title !== "读取画布" || text !== "已读取当前画布内容";
|
||||||
|
return (
|
||||||
|
<details className="group min-w-0 rounded-xl border px-3 py-2.5 text-left" style={{ borderColor: theme.node.stroke, background: "transparent", color: theme.node.text }}>
|
||||||
|
<summary className={`list-none ${view ? "cursor-pointer" : "cursor-default"}`} onClick={(event) => { if (!view) event.preventDefault(); }}>
|
||||||
|
<div className="flex min-w-0 items-center gap-2 text-sm leading-5">
|
||||||
|
<span className="shrink-0" style={{ color: state.color }}>{toolIcon(kind, state.icon)}</span>
|
||||||
|
<span className="min-w-0 truncate font-medium">{title}</span>
|
||||||
|
<span className="shrink-0 text-[11px]" style={{ color: state.color }}>{state.label}</span>
|
||||||
|
{view ? <ChevronDown className="ml-auto size-3.5 shrink-0 transition-transform group-open:rotate-180" style={{ color: theme.node.muted }} /> : null}
|
||||||
|
</div>
|
||||||
|
{showText ? (
|
||||||
|
<div className={`mt-1 whitespace-pre-wrap break-words pl-6 text-sm leading-5 ${kind === "command" ? "font-mono text-[12px]" : ""}`} style={{ color: state.isError ? state.color : theme.node.muted }}>
|
||||||
|
{text}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</summary>
|
||||||
|
{view ? <div className="ml-6"><AgentDetailBlock detail={view} theme={theme} /></div> : null}
|
||||||
|
</details>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function AgentReasoningSummary({ text, detail, theme }: { text: string; detail?: unknown; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
||||||
|
const status = String(objectField(detail, "status") || "");
|
||||||
|
const running = ["inProgress", "in_progress", "running", "started", "pending"].includes(status);
|
||||||
|
return (
|
||||||
|
<details className="group min-w-0 text-left">
|
||||||
|
<summary className="cursor-pointer list-none py-1 text-sm" style={{ color: theme.node.muted }}>
|
||||||
|
<div className="flex min-w-0 items-center gap-2">
|
||||||
|
{running ? <LoaderCircle className="size-4 shrink-0 animate-spin" /> : <Brain className="size-4 shrink-0" />}
|
||||||
|
<span>{running ? "正在思考" : "思考摘要"}</span>
|
||||||
|
<ChevronRight className="size-3.5 shrink-0 transition-transform group-open:rotate-90" />
|
||||||
|
</div>
|
||||||
|
</summary>
|
||||||
|
<div className="break-words pb-1 pl-6 pr-2 text-xs leading-5 [&_code]:rounded [&_code]:px-1 [&_p]:my-1 [&_pre]:my-2" style={{ color: theme.node.muted }}>
|
||||||
|
<Streamdown {...streamdownProps} animated isAnimating={running}>{text}</Streamdown>
|
||||||
|
</div>
|
||||||
|
</details>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function AgentCommandSummary({ text, detail, theme }: { text: string; detail?: unknown; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
||||||
|
const view = userDetail(detail);
|
||||||
|
const status = String(objectField(detail, "status") || "");
|
||||||
|
const running = ["inProgress", "in_progress", "running", "started", "pending"].includes(status);
|
||||||
|
const failed = ["failed", "error"].includes(status);
|
||||||
|
const color = failed ? "#dc2626" : running ? "#d97706" : theme.node.muted;
|
||||||
|
return (
|
||||||
|
<details className="group min-w-0 text-left">
|
||||||
|
<summary className={`list-none py-1 ${view ? "cursor-pointer" : "cursor-default"}`} onClick={(event) => { if (!view) event.preventDefault(); }}>
|
||||||
|
<div className="flex min-w-0 items-center gap-2 text-sm" style={{ color }}>
|
||||||
|
{running ? <LoaderCircle className="size-4 shrink-0 animate-spin" /> : <TerminalSquare className="size-4 shrink-0" />}
|
||||||
|
<span className="font-medium">{failed ? "命令执行失败" : running ? "正在执行命令" : "已执行 1 条命令"}</span>
|
||||||
|
{view ? <ChevronRight className="size-3.5 shrink-0 transition-transform group-open:rotate-90" /> : null}
|
||||||
|
</div>
|
||||||
|
<div className="mt-1 truncate pl-6 font-mono text-[12px] leading-5" style={{ color: failed ? color : theme.node.muted }} title={text}>{text}</div>
|
||||||
|
</summary>
|
||||||
|
{view ? <div className="ml-6"><AgentDetailBlock detail={view} theme={theme} /></div> : null}
|
||||||
|
</details>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function AgentPlanCard({ title, plan, theme }: { title: string; plan: PlanDetail; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
||||||
|
const [open, setOpen] = useState(true);
|
||||||
|
const completed = plan.tasks.filter((item) => item.status === "completed").length;
|
||||||
|
const state = planCardState(plan, completed);
|
||||||
|
return (
|
||||||
|
<details open={open} onToggle={(event) => setOpen(event.currentTarget.open)} className="group min-w-0 flex-1 rounded-xl border px-3 py-2.5 text-left" style={{ borderColor: theme.node.stroke, background: "transparent", color: theme.node.text }}>
|
||||||
|
<summary className="flex min-w-0 cursor-pointer list-none items-center gap-2.5">
|
||||||
|
<ListChecks className="size-4 shrink-0" style={{ color: state.color }} />
|
||||||
|
<span className="min-w-0 flex-1 truncate text-sm font-medium">{title}</span>
|
||||||
|
<span className="shrink-0 text-[11px]" style={{ color: state.color }}>{state.label}</span>
|
||||||
|
<span aria-live="polite" className="shrink-0 text-[11px] tabular-nums" style={{ color: theme.node.muted }}>{completed}/{plan.tasks.length}</span>
|
||||||
|
<ChevronDown className="size-3.5 shrink-0 transition-transform group-open:rotate-180" style={{ color: theme.node.muted }} />
|
||||||
|
</summary>
|
||||||
|
{plan.explanation ? <div className="mt-1.5 text-xs leading-5" style={{ color: theme.node.muted }}>{plan.explanation}</div> : null}
|
||||||
|
<div className="mt-2.5 space-y-2 border-t pt-2.5" style={{ borderColor: theme.node.stroke }}>
|
||||||
|
{plan.tasks.map((item, index) => {
|
||||||
|
const task = planTaskState(item.status, theme.node.muted);
|
||||||
|
return (
|
||||||
|
<div key={`${index}-${item.step}`} className="flex items-start gap-2 text-sm leading-5">
|
||||||
|
<span className="mt-0.5 shrink-0" style={{ color: task.color }}>{task.icon}</span>
|
||||||
|
<span className={`min-w-0 flex-1 ${item.status === "completed" ? "opacity-55" : item.status === "inProgress" ? "font-medium" : ""}`} style={{ color: item.status === "inProgress" ? theme.node.text : theme.node.muted }}>{item.step}</span>
|
||||||
|
<span className="shrink-0 text-[11px]" style={{ color: task.color }}>{task.label}</span>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
</details>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function AgentWorkingMessage({ text, activityKey, theme }: { text: string; activityKey: string; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
||||||
|
const [elapsed, setElapsed] = useState(0);
|
||||||
|
useEffect(() => {
|
||||||
|
const startedAt = Date.now();
|
||||||
|
setElapsed(0);
|
||||||
|
const timer = window.setInterval(() => setElapsed(Math.floor((Date.now() - startedAt) / 1000)), 1000);
|
||||||
|
return () => window.clearInterval(timer);
|
||||||
|
}, [activityKey]);
|
||||||
|
return (
|
||||||
|
<div className="min-w-0 py-1" aria-live="polite">
|
||||||
|
<div className="flex flex-wrap items-center gap-x-2 gap-y-1 text-sm" style={{ color: theme.node.muted }}>
|
||||||
|
<LoaderCircle className="size-3.5 shrink-0 animate-spin" />
|
||||||
|
<span className="min-w-0">{text}</span>
|
||||||
|
{elapsed >= 5 ? <span className="shrink-0 text-[11px] tabular-nums opacity-60">{waitingTime(elapsed)}</span> : null}
|
||||||
|
</div>
|
||||||
|
{elapsed >= 30 ? <div className="mt-1 text-xs leading-5 opacity-65" style={{ color: theme.node.muted }}>响应时间较长,但任务仍在运行。可以继续等待,或点击输入框右侧的停止按钮结束本轮。</div> : null}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function waitingTime(seconds: number) {
|
||||||
|
if (seconds < 60) return `已等待 ${seconds} 秒`;
|
||||||
|
const minutes = Math.floor(seconds / 60);
|
||||||
|
return `已等待 ${minutes} 分 ${seconds % 60} 秒`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function commandText(value: unknown) {
|
||||||
|
if (Array.isArray(value)) return value.map(String).join(" ");
|
||||||
|
return typeof value === "string" ? value : "";
|
||||||
|
}
|
||||||
|
|
||||||
|
function approvalTarget(value: unknown) {
|
||||||
|
const host = String(objectField(value, "host") || "");
|
||||||
|
const protocol = String(objectField(value, "protocol") || "");
|
||||||
|
const port = String(objectField(value, "port") || "");
|
||||||
|
return host ? `${protocol ? `${protocol}://` : ""}${host}${port ? `:${port}` : ""}` : "";
|
||||||
|
}
|
||||||
|
|
||||||
|
type PlanTask = { step: string; status: string };
|
||||||
|
type PlanDetail = { status: string; tasks: PlanTask[]; explanation?: string };
|
||||||
|
type UserDetail = { kind?: string; status?: string; rows?: Array<{ label: string; value: string }>; output?: string; files?: Array<{ path: string; action?: string }> };
|
||||||
|
|
||||||
|
function AgentDetailBlock({ detail, theme }: { detail: UserDetail; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
||||||
|
return (
|
||||||
|
<div className="mt-3 space-y-2.5 border-t pt-3 text-xs" style={{ borderColor: theme.node.stroke, color: theme.node.muted }}>
|
||||||
|
{detail.rows?.length ? (
|
||||||
|
<dl className="space-y-1.5">
|
||||||
|
{detail.rows.map((row) => (
|
||||||
|
<div key={`${row.label}-${row.value}`} className="grid grid-cols-[64px_minmax(0,1fr)] gap-2">
|
||||||
|
<dt className="opacity-60">{row.label}</dt>
|
||||||
|
<dd className="min-w-0 break-words" style={{ color: theme.node.text }}>{row.value}</dd>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</dl>
|
||||||
|
) : null}
|
||||||
|
{detail.files?.length ? (
|
||||||
|
<div className="space-y-1.5">
|
||||||
|
<div className="opacity-60">涉及文件</div>
|
||||||
|
{detail.files.map((file) => (
|
||||||
|
<div key={`${file.action}-${file.path}`} className="flex items-start gap-2">
|
||||||
|
<FileText className="mt-0.5 size-3.5 shrink-0" />
|
||||||
|
<span className="min-w-0 flex-1 break-all" style={{ color: theme.node.text }}>{file.path}</span>
|
||||||
|
{file.action ? <span className="shrink-0 opacity-60">{file.action}</span> : null}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
{detail.output ? (
|
||||||
|
<div className="space-y-1.5">
|
||||||
|
<div className="opacity-60">{detail.status === "failed" || detail.status === "error" ? "错误信息" : "运行输出"}</div>
|
||||||
|
<pre className="thin-scrollbar max-h-56 overflow-auto whitespace-pre-wrap break-words rounded-lg px-3 py-2 font-mono text-[11px] leading-4" style={{ background: theme.toolbar.panel, color: theme.node.text }}>{detail.output}</pre>
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function AgentMessageAttachments({ attachments, alignRight }: { attachments: AgentChatAttachment[]; alignRight?: boolean }) {
|
||||||
|
const [previewUrl, setPreviewUrl] = useState<string | null>(null);
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<div className={`mt-1.5 flex flex-wrap gap-1.5 ${alignRight ? "justify-end" : "justify-start"}`}>
|
||||||
|
{attachments.map((item) => (
|
||||||
|
<img
|
||||||
|
key={item.id}
|
||||||
|
src={item.url}
|
||||||
|
alt={item.name}
|
||||||
|
title="点击查看大图"
|
||||||
|
className="size-10 cursor-zoom-in rounded-lg object-cover"
|
||||||
|
draggable={false}
|
||||||
|
onClick={() => setPreviewUrl(item.url)}
|
||||||
|
/>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
{previewUrl ? (
|
||||||
|
<div className="hidden">
|
||||||
|
<Image src={previewUrl} alt="图片附件预览" preview={{ visible: true, src: previewUrl, onVisibleChange: (visible) => !visible && setPreviewUrl(null) }} />
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function toolCardState(title: string, text: string, detail?: unknown) {
|
||||||
|
const raw = `${title} ${text} ${normalizeText(objectField(detail, "error"))}`;
|
||||||
|
const lower = raw.toLowerCase();
|
||||||
|
const status = String(objectField(detail, "status") || "").toLowerCase();
|
||||||
|
if (status === "noop" || /未生效|无需|没有找到|没有.*可|已存在/.test(raw)) return { label: "未生效", color: "#d97706", icon: <CircleAlert className="size-4" />, isError: false };
|
||||||
|
if (["declined", "rejected", "cancelled", "canceled"].includes(status) || /拒绝|取消/.test(raw)) return { label: "已取消", color: "#dc2626", icon: <XCircle className="size-4" />, isError: true };
|
||||||
|
if (["failed", "error"].includes(status) || /失败|错误/.test(raw) || lower.includes("failed") || lower.includes("error")) return { label: "执行失败", color: "#dc2626", icon: <XCircle className="size-4" />, isError: true };
|
||||||
|
if (["inprogress", "in_progress", "running", "started", "pending"].includes(status)) return { label: "进行中", color: "#d97706", icon: <LoaderCircle className="size-4 animate-spin" />, isError: false };
|
||||||
|
if (["completed", "succeeded", "success"].includes(status) || /完成|成功/.test(raw)) return { label: "已完成", color: "#16a34a", icon: <CheckCircle2 className="size-4" />, isError: false };
|
||||||
|
return { label: "已记录", color: "#2563eb", icon: <Wrench className="size-4" />, isError: false };
|
||||||
|
}
|
||||||
|
|
||||||
|
function toolIcon(kind: string | undefined, fallback: ReactNode) {
|
||||||
|
if (kind === "search") return <Search className="size-4" />;
|
||||||
|
if (kind === "file") return <FilePenLine className="size-4" />;
|
||||||
|
if (kind === "plan") return <ListChecks className="size-4" />;
|
||||||
|
return fallback;
|
||||||
|
}
|
||||||
|
|
||||||
|
function planCardState(plan: PlanDetail, completed: number) {
|
||||||
|
if (plan.status === "failed") return { label: "执行失败", color: "#dc2626" };
|
||||||
|
if (["interrupted", "cancelled", "canceled"].includes(plan.status)) return { label: "已停止", color: "#d97706" };
|
||||||
|
if (completed === plan.tasks.length) return { label: "已完成", color: "#16a34a" };
|
||||||
|
if (plan.status === "finished") return { label: "已结束", color: "#2563eb" };
|
||||||
|
return { label: "进行中", color: "#d97706" };
|
||||||
|
}
|
||||||
|
|
||||||
|
function planTaskState(status: string, muted: string) {
|
||||||
|
if (status === "completed") return { label: "已完成", color: "#16a34a", icon: <CheckCircle2 className="size-3.5" /> };
|
||||||
|
if (status === "inProgress") return { label: "进行中", color: "#d97706", icon: <LoaderCircle className="size-3.5 animate-spin" /> };
|
||||||
|
return { label: "待处理", color: muted, icon: <Circle className="size-3.5" /> };
|
||||||
|
}
|
||||||
|
|
||||||
|
function planDetail(value: unknown): PlanDetail | null {
|
||||||
|
if (!value || typeof value !== "object" || objectField(value, "kind") !== "todo") return null;
|
||||||
|
const tasks = Array.isArray(objectField(value, "tasks"))
|
||||||
|
? (objectField(value, "tasks") as unknown[]).flatMap((item) => {
|
||||||
|
const step = String(objectField(item, "step") || "").trim();
|
||||||
|
return step ? [{ step, status: String(objectField(item, "status") || "pending") }] : [];
|
||||||
|
})
|
||||||
|
: [];
|
||||||
|
if (!tasks.length) return null;
|
||||||
|
const explanation = String(objectField(value, "explanation") || "").trim();
|
||||||
|
return { status: String(objectField(value, "status") || "inProgress"), tasks, ...(explanation ? { explanation } : {}) };
|
||||||
|
}
|
||||||
|
|
||||||
|
function userDetail(value: unknown): UserDetail | null {
|
||||||
|
if (!value || typeof value !== "object") return null;
|
||||||
|
const detail = value as Record<string, unknown>;
|
||||||
|
const rows = Array.isArray(detail.rows)
|
||||||
|
? detail.rows.flatMap((row) => {
|
||||||
|
if (!row || typeof row !== "object") return [];
|
||||||
|
const label = String((row as Record<string, unknown>).label || "");
|
||||||
|
const value = String((row as Record<string, unknown>).value || "");
|
||||||
|
return label && value ? [{ label, value }] : [];
|
||||||
|
})
|
||||||
|
: [];
|
||||||
|
const files = Array.isArray(detail.files)
|
||||||
|
? detail.files.flatMap((file) => {
|
||||||
|
if (!file || typeof file !== "object") return [];
|
||||||
|
const path = String((file as Record<string, unknown>).path || "");
|
||||||
|
return path ? [{ path, action: String((file as Record<string, unknown>).action || "") || undefined }] : [];
|
||||||
|
})
|
||||||
|
: [];
|
||||||
|
const error = objectField(detail.error, "message");
|
||||||
|
const output = typeof detail.output === "string" ? detail.output.trim() : typeof error === "string" ? error : "";
|
||||||
|
if (!rows.length && !files.length && !output) return null;
|
||||||
|
return { kind: typeof detail.kind === "string" ? detail.kind : undefined, status: typeof detail.status === "string" ? detail.status : undefined, rows, files, output };
|
||||||
|
}
|
||||||
|
|
||||||
|
function normalizeText(value: unknown) {
|
||||||
|
if (typeof value === "string") return value.trim();
|
||||||
|
if (value instanceof Error) return value.message;
|
||||||
|
if (value == null) return "";
|
||||||
|
return String(objectField(value, "message") || "");
|
||||||
|
}
|
||||||
|
|
||||||
|
function objectField(value: unknown, key: string) {
|
||||||
|
return value && typeof value === "object" ? (value as Record<string, unknown>)[key] : undefined;
|
||||||
|
}
|
||||||
@@ -0,0 +1,133 @@
|
|||||||
|
import { memo, useCallback, useEffect, useRef, useState } from "react";
|
||||||
|
import { Button, Tooltip } from "antd";
|
||||||
|
import { ChevronDown } from "lucide-react";
|
||||||
|
import { motion, useSpring, useTransform } from "motion/react";
|
||||||
|
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
import { summarizeCanvasAgentOps } from "@/lib/canvas/canvas-agent-ops";
|
||||||
|
import { useAgentStore, type AgentChatItem, type AgentPendingApproval, type AgentPendingToolCall, type AgentTokenUsage } from "@/stores/use-agent-store";
|
||||||
|
import { AgentApprovalCard, AgentChatMessage, AgentPendingToolCard, AgentToolCard, AgentWorkingMessage } from "./agent-chat-message";
|
||||||
|
import { agentMessageToChatMessage, currentPlanMessage, isPlanMessage, latestPlanMessage, toolCallDetail, toolName, workingActivity } from "./agent-event-formatters";
|
||||||
|
|
||||||
|
const SCROLL_BOTTOM_THRESHOLD = 48;
|
||||||
|
|
||||||
|
export function AgentChatTimeline({
|
||||||
|
theme,
|
||||||
|
pendingTool,
|
||||||
|
pendingApprovals,
|
||||||
|
sending,
|
||||||
|
waiting,
|
||||||
|
onRejectTool,
|
||||||
|
onApproveTool,
|
||||||
|
onApprovalDecision,
|
||||||
|
}: {
|
||||||
|
theme: (typeof canvasThemes)[keyof typeof canvasThemes];
|
||||||
|
pendingTool: AgentPendingToolCall | null;
|
||||||
|
pendingApprovals: AgentPendingApproval[];
|
||||||
|
sending: boolean;
|
||||||
|
waiting: boolean;
|
||||||
|
onRejectTool: () => void;
|
||||||
|
onApproveTool: () => void;
|
||||||
|
onApprovalDecision: (approval: AgentPendingApproval, decision: "accept" | "acceptForSession" | "decline") => void;
|
||||||
|
}) {
|
||||||
|
const messages = useAgentStore((state) => state.messages);
|
||||||
|
const listRef = useRef<HTMLDivElement>(null);
|
||||||
|
const followMessagesRef = useRef(true);
|
||||||
|
const [showScrollToBottom, setShowScrollToBottom] = useState(false);
|
||||||
|
const streaming = messages.some((message) => message.streamId);
|
||||||
|
const working = workingActivity(messages.at(-1));
|
||||||
|
const updateScrollState = useCallback(() => {
|
||||||
|
const list = listRef.current;
|
||||||
|
if (!list) return;
|
||||||
|
const atBottom = list.scrollHeight - list.scrollTop - list.clientHeight <= SCROLL_BOTTOM_THRESHOLD;
|
||||||
|
followMessagesRef.current = atBottom;
|
||||||
|
setShowScrollToBottom(!atBottom);
|
||||||
|
}, []);
|
||||||
|
const scrollToBottom = useCallback((behavior: ScrollBehavior = "smooth") => {
|
||||||
|
const list = listRef.current;
|
||||||
|
if (!list) return;
|
||||||
|
followMessagesRef.current = true;
|
||||||
|
list.scrollTo({ top: list.scrollHeight, behavior });
|
||||||
|
setShowScrollToBottom(false);
|
||||||
|
}, []);
|
||||||
|
useEffect(() => {
|
||||||
|
const frame = requestAnimationFrame(() => (followMessagesRef.current ? scrollToBottom("auto") : updateScrollState()));
|
||||||
|
return () => cancelAnimationFrame(frame);
|
||||||
|
}, [messages, pendingApprovals, pendingTool, scrollToBottom, updateScrollState, waiting]);
|
||||||
|
return (
|
||||||
|
<div className="relative min-h-0 flex-1">
|
||||||
|
<div ref={listRef} className="thin-scrollbar h-full select-text space-y-4 overflow-y-auto px-4 pb-12 pt-4" onScroll={updateScrollState}>
|
||||||
|
{messages.map((item) => (
|
||||||
|
isPlanMessage(item) ? null : <AgentChatMessageRow key={item.id} item={item} theme={theme} />
|
||||||
|
))}
|
||||||
|
{pendingTool ? (
|
||||||
|
<AgentPendingToolCard
|
||||||
|
summary={summarizeCanvasAgentOps(pendingTool.input?.ops || []) || toolName(pendingTool.name)}
|
||||||
|
detail={toolCallDetail(pendingTool.name, pendingTool.input, "pending")}
|
||||||
|
theme={theme}
|
||||||
|
onReject={onRejectTool}
|
||||||
|
onApprove={onApproveTool}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
|
{pendingApprovals.map((approval) => <AgentApprovalCard key={approval.requestId} approval={approval} theme={theme} onDecision={(decision) => onApprovalDecision(approval, decision)} />)}
|
||||||
|
{(sending || waiting) && !streaming && !pendingTool && !pendingApprovals.length ? <AgentWorkingMessage text={working.text} activityKey={working.key} theme={theme} /> : null}
|
||||||
|
</div>
|
||||||
|
{showScrollToBottom ? (
|
||||||
|
<Tooltip title="滚动到底部" placement="left">
|
||||||
|
<Button
|
||||||
|
type="text"
|
||||||
|
shape="circle"
|
||||||
|
aria-label="滚动到底部"
|
||||||
|
className="!absolute bottom-3 left-1/2 z-10 !h-8 !w-8 !min-w-8 -translate-x-1/2 backdrop-blur transition hover:-translate-y-0.5"
|
||||||
|
style={{ background: theme.toolbar.panel, border: `1px solid ${theme.node.stroke}`, color: theme.node.text }}
|
||||||
|
icon={<ChevronDown className="size-4" />}
|
||||||
|
onClick={() => scrollToBottom()}
|
||||||
|
/>
|
||||||
|
</Tooltip>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function AgentTaskProgress({ theme, busy }: { theme: (typeof canvasThemes)[keyof typeof canvasThemes]; busy: boolean }) {
|
||||||
|
const plan = useAgentStore((state) => busy ? currentPlanMessage(state.messages) : latestPlanMessage(state.messages));
|
||||||
|
if (!plan) return null;
|
||||||
|
return (
|
||||||
|
<div className="shrink-0 px-4 pt-2">
|
||||||
|
<AgentToolCard key={plan.id} title={plan.title || "任务进度"} text={plan.text} detail={plan.detail} theme={theme} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const AgentChatMessageRow = memo(function AgentChatMessageRow({ item, theme }: { item: AgentChatItem; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
||||||
|
return (
|
||||||
|
<div style={{ contentVisibility: "auto", containIntrinsicSize: "0 80px" }}>
|
||||||
|
<AgentChatMessage item={agentMessageToChatMessage(item)} theme={theme} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
export function AgentUsageBar({ usage, theme }: { usage: AgentTokenUsage; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
||||||
|
return (
|
||||||
|
<div className="flex items-center justify-center gap-4 px-4 pt-1 text-[11px] tabular-nums" style={{ color: theme.node.muted }}>
|
||||||
|
<span className="opacity-70">最新调用</span>
|
||||||
|
<UsageNumber label="输入" value={usage.input} color={theme.node.text} />
|
||||||
|
<UsageNumber label="缓存" value={usage.cached} color={theme.node.text} />
|
||||||
|
<UsageNumber label="输出" value={usage.output} color={theme.node.text} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function UsageNumber({ label, value, color }: { label: string; value: number; color: string }) {
|
||||||
|
const spring = useSpring(value, { stiffness: 110, damping: 24, mass: 0.7 });
|
||||||
|
const text = useTransform(spring, (current) => Math.round(current).toLocaleString());
|
||||||
|
useEffect(() => spring.set(value), [spring, value]);
|
||||||
|
return (
|
||||||
|
<span className="inline-flex items-baseline gap-1" aria-label={`${label} ${value.toLocaleString()}`}>
|
||||||
|
<span>{label}</span>
|
||||||
|
<motion.span aria-hidden className="font-medium" style={{ color }}>
|
||||||
|
{text}
|
||||||
|
</motion.span>
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -0,0 +1,157 @@
|
|||||||
|
import { Fragment } from "react";
|
||||||
|
import { App, Button, Input, Tooltip } from "antd";
|
||||||
|
import copyToClipboard from "copy-to-clipboard";
|
||||||
|
import { Copy, KeyRound, Link2, PlugZap } from "lucide-react";
|
||||||
|
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
|
||||||
|
const AGENT_CONNECT_STEPS = [
|
||||||
|
{ title: "方式一:在 Codex 中使用插件", text: "在 Codex app 安装 Infinite Canvas 插件后,通过插件启动画布,插件会自动启动本地 Agent 并带上连接信息。" },
|
||||||
|
{ title: "方式二:直接运行 Agent", text: "不使用 Codex 插件时,在终端运行下面命令,再回到网页里连接或手动填入 Local URL 和 Connect token。", command: "npx -y @basketikun/canvas-agent" },
|
||||||
|
];
|
||||||
|
const AGENT_PLUGIN_REMOVE_COMMAND = "codex plugin remove infinite-canvas";
|
||||||
|
const AGENT_MCP_REMOVE_COMMAND = "codex mcp remove infinite-canvas";
|
||||||
|
|
||||||
|
export function AgentConnectView({
|
||||||
|
theme,
|
||||||
|
url,
|
||||||
|
token,
|
||||||
|
enabled,
|
||||||
|
connected,
|
||||||
|
activity,
|
||||||
|
connectError,
|
||||||
|
onUrlChange,
|
||||||
|
onTokenChange,
|
||||||
|
onToggleEnabled,
|
||||||
|
}: {
|
||||||
|
theme: (typeof canvasThemes)[keyof typeof canvasThemes];
|
||||||
|
url: string;
|
||||||
|
token: string;
|
||||||
|
enabled: boolean;
|
||||||
|
connected: boolean;
|
||||||
|
activity: string;
|
||||||
|
connectError: string;
|
||||||
|
onUrlChange: (value: string) => void;
|
||||||
|
onTokenChange: (value: string) => void;
|
||||||
|
onToggleEnabled: () => void;
|
||||||
|
}) {
|
||||||
|
const { message } = App.useApp();
|
||||||
|
const statusText = connectError ? "连接失败" : connected ? activity : enabled ? "连接中" : "未连接";
|
||||||
|
const statusColor = connectError ? "#dc2626" : connected ? "#16a34a" : enabled ? "#d97706" : theme.node.muted;
|
||||||
|
const copyCommand = (command: string) => {
|
||||||
|
copyToClipboard(command);
|
||||||
|
message.success("命令已复制");
|
||||||
|
};
|
||||||
|
const codexPluginReminder = (
|
||||||
|
<div className="rounded-lg border px-3 py-2.5 text-xs leading-5" style={{ borderColor: theme.node.stroke, color: theme.node.muted }}>
|
||||||
|
<div className="font-medium" style={{ color: theme.node.text }}>
|
||||||
|
Codex 插件提醒
|
||||||
|
</div>
|
||||||
|
<div className="mt-1">只有安装 Codex 插件或手动添加 MCP 后,工具列表才会进入 Codex 上下文并增加 token 消耗;仅运行 `npx -y @basketikun/canvas-agent` 启动本地 Agent 不会安装 MCP。</div>
|
||||||
|
<div className="mt-2 grid gap-1.5">
|
||||||
|
{[
|
||||||
|
["移除插件", AGENT_PLUGIN_REMOVE_COMMAND],
|
||||||
|
["移除手动 MCP", AGENT_MCP_REMOVE_COMMAND],
|
||||||
|
].map(([label, command]) => (
|
||||||
|
<div key={command} className="flex items-center gap-2 rounded-md border bg-transparent px-2 py-1.5" style={{ borderColor: theme.node.stroke, color: theme.node.text }}>
|
||||||
|
<span className="shrink-0 text-[11px]" style={{ color: theme.node.muted }}>
|
||||||
|
{label}
|
||||||
|
</span>
|
||||||
|
<code className="min-w-0 flex-1 overflow-x-auto whitespace-nowrap text-[11px] leading-5">{command}</code>
|
||||||
|
<Tooltip title="复制命令">
|
||||||
|
<Button size="small" type="text" className="!h-6 !w-6 !min-w-6" icon={<Copy className="size-3.5" />} onClick={() => copyCommand(command)} />
|
||||||
|
</Tooltip>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
return (
|
||||||
|
<div className="thin-scrollbar min-h-0 flex-1 overflow-y-auto p-4">
|
||||||
|
<div className="space-y-4">
|
||||||
|
<div>
|
||||||
|
<div className="text-base font-semibold leading-6">连接本地 Agent</div>
|
||||||
|
<div className="mt-1 text-xs leading-5" style={{ color: theme.node.muted }}>
|
||||||
|
按使用场景选择一种连接方式。
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="space-y-2">
|
||||||
|
{AGENT_CONNECT_STEPS.map((step, index) => {
|
||||||
|
const command = "command" in step ? step.command : "";
|
||||||
|
return (
|
||||||
|
<Fragment key={step.title}>
|
||||||
|
<div className="rounded-lg px-3 py-2.5">
|
||||||
|
<div className="text-sm font-medium leading-5">{step.title}</div>
|
||||||
|
<div className="mt-1 text-xs leading-5" style={{ color: theme.node.muted }}>
|
||||||
|
{step.text}
|
||||||
|
</div>
|
||||||
|
{command ? (
|
||||||
|
<div className="mt-2 flex items-center gap-2 rounded-md border bg-transparent px-2 py-1.5" style={{ borderColor: theme.node.stroke, color: theme.node.text }}>
|
||||||
|
<code className="min-w-0 flex-1 overflow-x-auto whitespace-nowrap text-[11px] leading-5">{command}</code>
|
||||||
|
<Tooltip title="复制命令">
|
||||||
|
<Button size="small" type="text" className="!h-6 !w-6 !min-w-6" icon={<Copy className="size-3.5" />} onClick={() => copyCommand(command)} />
|
||||||
|
</Tooltip>
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
{index === 0 ? codexPluginReminder : null}
|
||||||
|
</Fragment>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
<div className="rounded-lg border p-3" style={{ borderColor: theme.node.stroke }}>
|
||||||
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
|
<div className="min-w-0 flex-1">
|
||||||
|
<div className="flex min-w-0 items-center gap-2">
|
||||||
|
<span className="shrink-0 text-sm font-medium leading-5">网页连接</span>
|
||||||
|
<span
|
||||||
|
className="inline-flex min-w-0 items-center gap-1.5 rounded-full border px-2 py-0.5 text-[11px] leading-4"
|
||||||
|
style={{ borderColor: connected || enabled || connectError ? statusColor : theme.node.stroke, color: statusColor }}
|
||||||
|
>
|
||||||
|
<span className="size-1.5 shrink-0 rounded-full" style={{ background: statusColor }} />
|
||||||
|
<span className="truncate">{statusText}</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div className="mt-1 text-xs leading-5" style={{ color: theme.node.muted }}>
|
||||||
|
默认自动读取 Local URL 和 Connect token,失败时再手动填写。
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<Button className="!h-8 !px-3" type={enabled ? "default" : "primary"} icon={<PlugZap className="size-4" />} onClick={onToggleEnabled}>
|
||||||
|
{enabled ? "断开" : "连接"}
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
<div className="mt-3 grid gap-2.5">
|
||||||
|
<label className="grid gap-1.5">
|
||||||
|
<span className="flex items-center gap-1.5 text-xs font-medium" style={{ color: theme.node.muted }}>
|
||||||
|
<Link2 className="size-3.5" />
|
||||||
|
本地地址
|
||||||
|
<span className="font-normal opacity-70">Local URL</span>
|
||||||
|
</span>
|
||||||
|
<Input size="large" prefix={<Link2 className="mr-1 size-4" style={{ color: theme.node.faint }} />} value={url} onChange={(event) => onUrlChange(event.target.value)} placeholder="例如 http://127.0.0.1:17371" />
|
||||||
|
</label>
|
||||||
|
<label className="grid gap-1.5">
|
||||||
|
<span className="flex items-center gap-1.5 text-xs font-medium" style={{ color: theme.node.muted }}>
|
||||||
|
<KeyRound className="size-3.5" />
|
||||||
|
连接 Token
|
||||||
|
<span className="font-normal opacity-70">Connect token</span>
|
||||||
|
</span>
|
||||||
|
<Input.Password
|
||||||
|
size="large"
|
||||||
|
prefix={<KeyRound className="mr-1 size-4" style={{ color: theme.node.faint }} />}
|
||||||
|
value={token}
|
||||||
|
onChange={(event) => onTokenChange(event.target.value)}
|
||||||
|
placeholder="自动发现,或手动填入 Connect token"
|
||||||
|
/>
|
||||||
|
</label>
|
||||||
|
{connectError ? (
|
||||||
|
<div className="rounded-md border px-2.5 py-2 text-xs leading-5" style={{ borderColor: "rgba(220,38,38,.35)", color: "#dc2626" }}>
|
||||||
|
{connectError}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,544 @@
|
|||||||
|
import { isSiteTool, SITE_TOOL_LABELS } from "@/lib/agent/agent-site-tools";
|
||||||
|
import { summarizeCanvasAgentOps, type CanvasAgentOp } from "@/lib/canvas/canvas-agent-ops";
|
||||||
|
import { randomId } from "@/lib/utils";
|
||||||
|
import { useAgentStore, type AgentAttachment, type AgentChatItem, type AgentEventLog, type AgentTokenUsage } from "@/stores/use-agent-store";
|
||||||
|
import type { AgentChatAttachment } from "./agent-chat-message";
|
||||||
|
|
||||||
|
export type AgentEventPayload = {
|
||||||
|
agent?: string;
|
||||||
|
type?: string;
|
||||||
|
threadId?: string;
|
||||||
|
thread_id?: string;
|
||||||
|
turn_id?: string;
|
||||||
|
item?: AgentEventItem;
|
||||||
|
error?: { message?: string };
|
||||||
|
message?: string;
|
||||||
|
status?: string;
|
||||||
|
explanation?: unknown;
|
||||||
|
plan?: unknown;
|
||||||
|
usage?: Record<string, unknown>;
|
||||||
|
duration_ms?: number;
|
||||||
|
};
|
||||||
|
export type AgentEventItem = {
|
||||||
|
id?: string;
|
||||||
|
type?: string;
|
||||||
|
text?: unknown;
|
||||||
|
delta?: unknown;
|
||||||
|
message?: unknown;
|
||||||
|
server?: string;
|
||||||
|
tool?: string;
|
||||||
|
status?: string;
|
||||||
|
arguments?: unknown;
|
||||||
|
result?: unknown;
|
||||||
|
error?: { message?: string };
|
||||||
|
command?: unknown;
|
||||||
|
cwd?: unknown;
|
||||||
|
aggregatedOutput?: unknown;
|
||||||
|
exitCode?: unknown;
|
||||||
|
durationMs?: unknown;
|
||||||
|
contentItems?: unknown;
|
||||||
|
success?: unknown;
|
||||||
|
changes?: unknown;
|
||||||
|
summary?: unknown;
|
||||||
|
query?: unknown;
|
||||||
|
action?: unknown;
|
||||||
|
path?: unknown;
|
||||||
|
savedPath?: unknown;
|
||||||
|
revisedPrompt?: unknown;
|
||||||
|
};
|
||||||
|
export type AgentUserDetail = { kind: string; status: string; rows?: Array<{ label: string; value: string }>; output?: string; files?: Array<{ path: string; action?: string }>; tasks?: Array<{ step: string; status: string }>; explanation?: string };
|
||||||
|
|
||||||
|
export type AgentLogContext = { endpoint: string; connected: boolean; enabled: boolean; activity: string; waiting: boolean; sending: boolean; messages: number; pendingTool?: string };
|
||||||
|
|
||||||
|
export function agentMessageToChatMessage(item: AgentChatItem) {
|
||||||
|
return { ...item, meta: item.role === "user" || item.role === "assistant" ? undefined : item.meta, attachments: item.attachments?.map(agentAttachmentToChatAttachment) };
|
||||||
|
}
|
||||||
|
|
||||||
|
export function agentAttachmentToChatAttachment(item: AgentAttachment): AgentChatAttachment {
|
||||||
|
return { id: item.id, name: item.name, url: item.dataUrl || item.url };
|
||||||
|
}
|
||||||
|
|
||||||
|
export function formatAgentEvent(event: AgentEventPayload): Omit<AgentChatItem, "id"> | null {
|
||||||
|
const item = event.item;
|
||||||
|
if (event.type === "item.completed" && item?.type === "error") return { role: "error", title: "错误", text: normalizeText(item.message), detail: item };
|
||||||
|
if (event.type === "item.completed" && item?.type === "agent_message") return { role: "assistant", title: "Codex", text: stringText(item.text) };
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function formatAgentActivity(event: AgentEventPayload): Omit<AgentChatItem, "id"> | null {
|
||||||
|
const item = event.item;
|
||||||
|
if (!item || (event.type !== "item.started" && event.type !== "item.completed")) return null;
|
||||||
|
const completed = event.type === "item.completed";
|
||||||
|
const status = String(item.status || (completed ? "completed" : "inProgress"));
|
||||||
|
if (item.type === "reasoning") {
|
||||||
|
const text = readableText(item.summary) || (completed ? "已完成分析" : activityPlaceholder(item.type));
|
||||||
|
return { role: "tool", title: "思考摘要", text, detail: { kind: "reasoning", status } };
|
||||||
|
}
|
||||||
|
if (item.type === "plan") {
|
||||||
|
const text = stringText(item.text) || activityPlaceholder(item.type);
|
||||||
|
return { role: "tool", title: "执行计划", text, detail: { kind: "plan", status } };
|
||||||
|
}
|
||||||
|
if (item.type === "command_execution") {
|
||||||
|
const command = stringText(item.command) || activityPlaceholder(item.type);
|
||||||
|
return { role: "tool", title: "执行命令", text: command, detail: commandActivityDetail(item, status) };
|
||||||
|
}
|
||||||
|
if (item.type === "file_change") {
|
||||||
|
const files = activityFiles(item.changes);
|
||||||
|
return { role: "tool", title: "修改文件", text: fileActivitySummary(files, completed), detail: { kind: "file", status, files } };
|
||||||
|
}
|
||||||
|
if (item.type === "web_search") {
|
||||||
|
return { role: "tool", title: "搜索资料", text: webSearchSummary(item), detail: { kind: "search", status, rows: webSearchDetailRows(item) } };
|
||||||
|
}
|
||||||
|
if (item.type === "image_view") return { role: "tool", title: "查看图片", text: stringText(item.path) || "正在查看图片", detail: { kind: "image", status } };
|
||||||
|
if (item.type === "image_generation") return { role: "tool", title: "内置生图", text: completed ? "图片生成完成" : "正在生成图片…", detail: { kind: "image", status } };
|
||||||
|
if (item.type === "context_compaction") return { role: "tool", title: "整理上下文", text: completed ? "已整理当前对话,继续处理任务" : "正在整理当前对话…", detail: { kind: "context", status } };
|
||||||
|
if (isMcpToolItem(item) && isReadTool(String(item.tool || ""))) {
|
||||||
|
const name = String(item.tool || "");
|
||||||
|
return { role: "tool", title: toolName(name), text: completed ? item.error?.message || toolSummary(item) : `正在${toolAction(name)}…`, detail: toolDetail(item, item.error ? "failed" : status) };
|
||||||
|
}
|
||||||
|
if (item.type === "dynamic_tool_call") {
|
||||||
|
const name = String(item.tool || "");
|
||||||
|
const title = toolName(name);
|
||||||
|
const failed = Boolean(item.error) || item.success === false || ["failed", "error"].includes(status);
|
||||||
|
const currentStatus = failed ? "failed" : status;
|
||||||
|
return {
|
||||||
|
role: "tool",
|
||||||
|
title,
|
||||||
|
text: completed ? item.error?.message || readableText(item.contentItems) || `${title}${failed ? "失败" : "完成"}` : `正在${toolAction(name)}…`,
|
||||||
|
detail: toolDetail(item, currentStatus),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
if (item.type === "collab_tool_call") return { role: "tool", title: "协作处理", text: completed ? "已完成协作任务" : "正在协作处理任务…", detail: { kind: "tool", status } };
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function formatAgentPlan(event: AgentEventPayload): Omit<AgentChatItem, "id"> | null {
|
||||||
|
const tasks = planTasks(event.plan);
|
||||||
|
if (!tasks.length) return null;
|
||||||
|
const completed = tasks.filter((item) => item.status === "completed").length;
|
||||||
|
return {
|
||||||
|
role: "tool",
|
||||||
|
title: "任务进度",
|
||||||
|
text: `已完成 ${completed}/${tasks.length} 项`,
|
||||||
|
detail: { kind: "todo", status: completed === tasks.length ? "completed" : "inProgress", tasks, explanation: stringText(event.explanation) },
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function planTasks(value: unknown) {
|
||||||
|
return (Array.isArray(value) ? value : []).flatMap((item) => {
|
||||||
|
const step = stringText(objectField(item, "step")).trim();
|
||||||
|
return step ? [{ step, status: stringText(objectField(item, "status")) || "pending" }] : [];
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
export function turnPlanStatus(detail: unknown, turnStatus?: string) {
|
||||||
|
const tasks = planTasks(objectField(detail, "tasks"));
|
||||||
|
if (turnStatus === "failed") return "failed";
|
||||||
|
if (turnStatus === "interrupted") return "interrupted";
|
||||||
|
if (tasks.length && tasks.every((item) => item.status === "completed")) return "completed";
|
||||||
|
return turnStatus === "completed" ? "finished" : "inProgress";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function activityDeltaFallback(item: AgentEventItem, delta: string): AgentChatItem {
|
||||||
|
if (item.type === "command_execution") return { id: item.id || randomId(), role: "tool", title: "执行命令", text: activityPlaceholder(item.type), detail: { kind: "command", status: "inProgress", output: delta } };
|
||||||
|
return { id: item.id || randomId(), role: "tool", title: item.type === "plan" ? "执行计划" : "思考摘要", text: delta, detail: { kind: activityKind(item.type), status: "inProgress" } };
|
||||||
|
}
|
||||||
|
|
||||||
|
export function activityPlaceholder(type?: string) {
|
||||||
|
if (type === "plan") return "正在整理执行步骤…";
|
||||||
|
if (type === "command_execution") return "正在执行命令…";
|
||||||
|
return "正在分析任务…";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function activityKind(type?: string) {
|
||||||
|
if (type === "command_execution") return "command";
|
||||||
|
if (type === "plan") return "plan";
|
||||||
|
return "reasoning";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function activityDetail(value: unknown, kind: string, status: string): AgentUserDetail {
|
||||||
|
const current = value && typeof value === "object" ? (value as Partial<AgentUserDetail>) : {};
|
||||||
|
return { kind, status, rows: current.rows, output: current.output, files: current.files, tasks: current.tasks, explanation: current.explanation };
|
||||||
|
}
|
||||||
|
|
||||||
|
function commandActivityDetail(item: AgentEventItem, status: string): AgentUserDetail {
|
||||||
|
const rows = [detailRow("工作目录", item.cwd), detailRow("退出状态", item.exitCode), durationDetailRow(item.durationMs)].flatMap((row) => (row ? [row] : []));
|
||||||
|
return { kind: "command", status, rows, output: item.error?.message || stringText(item.aggregatedOutput) };
|
||||||
|
}
|
||||||
|
|
||||||
|
function activityFiles(value: unknown) {
|
||||||
|
return (Array.isArray(value) ? value : []).flatMap((change) => {
|
||||||
|
const path = stringText(objectField(change, "path"));
|
||||||
|
return path ? [{ path, action: changeAction(objectField(change, "kind")) }] : [];
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function fileActivitySummary(files: Array<{ path: string; action?: string }>, completed: boolean) {
|
||||||
|
if (!files.length) return completed ? "已完成文件修改" : "正在准备文件修改…";
|
||||||
|
if (files.length === 1) return `${completed ? "已" : "正在"}${files[0].action || "修改"} ${files[0].path}`;
|
||||||
|
const names = files.slice(0, 3).map((file) => file.path).join("、");
|
||||||
|
return `${completed ? "已修改" : "正在修改"} ${files.length} 个文件:${names}${files.length > 3 ? " 等" : ""}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function webSearchSummary(item: AgentEventItem) {
|
||||||
|
const action = item.action;
|
||||||
|
const type = stringText(objectField(action, "type"));
|
||||||
|
if (type === "openPage") return `打开网页:${stringText(objectField(action, "url"))}`;
|
||||||
|
if (type === "findInPage") return `在网页中查找“${stringText(objectField(action, "pattern")) || "相关内容"}”`;
|
||||||
|
return `搜索:${stringText(item.query) || stringText(objectField(action, "query")) || "相关资料"}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function webSearchDetailRows(item: AgentEventItem) {
|
||||||
|
const action = item.action;
|
||||||
|
return [detailRow("关键词", item.query || objectField(action, "query")), detailRow("网页", objectField(action, "url"))].flatMap((row) => (row ? [row] : []));
|
||||||
|
}
|
||||||
|
|
||||||
|
function readableText(value: unknown): string {
|
||||||
|
if (typeof value === "string") return value.trim();
|
||||||
|
if (Array.isArray(value)) return value.map(readableText).filter(Boolean).join("\n");
|
||||||
|
return readableText(objectField(value, "text"));
|
||||||
|
}
|
||||||
|
|
||||||
|
function detailRow(label: string, value: unknown) {
|
||||||
|
return value === undefined || value === null || value === "" ? null : { label, value: String(value) };
|
||||||
|
}
|
||||||
|
|
||||||
|
function durationDetailRow(value: unknown) {
|
||||||
|
const duration = Number(value || 0);
|
||||||
|
return duration > 0 ? { label: "耗时", value: `${(duration / 1000).toFixed(1)} 秒` } : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function changeAction(value: unknown) {
|
||||||
|
if (value === "add") return "新增";
|
||||||
|
if (value === "delete") return "删除";
|
||||||
|
return "修改";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function parseEventData<T>(event: Event) {
|
||||||
|
try {
|
||||||
|
return JSON.parse((event as MessageEvent).data) as T;
|
||||||
|
} catch {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export function isCurrentThreadEvent(event: { threadId?: string; thread_id?: string }) {
|
||||||
|
const threadId = event.threadId || event.thread_id || "";
|
||||||
|
return Boolean(threadId) && threadId === useAgentStore.getState().activeThreadId;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function formatLogText(logs: AgentEventLog[], context: AgentLogContext) {
|
||||||
|
const head = [
|
||||||
|
"Infinite Canvas Agent 诊断",
|
||||||
|
`地址:${context.endpoint}`,
|
||||||
|
`连接:${context.connected ? "在线" : context.enabled ? "连接中" : "未启用"} · 状态:${context.activity}`,
|
||||||
|
`消息:${context.messages} · 工具:${context.pendingTool ? toolName(context.pendingTool) : "无"}`,
|
||||||
|
].join("\n");
|
||||||
|
const body = logs.map((item) => `${item.time} ${item.title}${item.text && item.text !== item.title ? ` · ${item.text}` : ""}`).join("\n");
|
||||||
|
return [head, body || "暂无事件日志"].join("\n\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
export function formatLogJson(logs: AgentEventLog[], context: AgentLogContext) {
|
||||||
|
return JSON.stringify({ context, logs: logs.map(({ time, title, text, raw }) => ({ time, title, text, raw })) }, null, 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function formatAgentEventLog(event: AgentEventPayload) {
|
||||||
|
const item = event.item;
|
||||||
|
if (event.type === "thread.started") return { title: "创建会话", text: shortId(event.thread_id) };
|
||||||
|
if (event.type === "turn.started") return { title: "开始处理", text: shortId(event.turn_id) };
|
||||||
|
if (event.type === "plan.updated") {
|
||||||
|
const tasks = planTasks(event.plan);
|
||||||
|
return { title: "更新任务进度", text: `已完成 ${tasks.filter((item) => item.status === "completed").length}/${tasks.length} 项` };
|
||||||
|
}
|
||||||
|
if (event.type === "turn.completed" && event.status === "failed") return { title: "处理失败", text: agentErrorView(event.error?.message).text };
|
||||||
|
if (event.type === "turn.completed") return { title: event.status === "interrupted" ? "处理已停止" : "处理完成", text: turnSummary(event) };
|
||||||
|
if (event.type === "turn.failed" || event.type === "error") return { title: "处理失败", text: agentErrorView(event.message || event.error?.message).text };
|
||||||
|
if (event.type === "item.started" && isMcpToolItem(item)) return { title: "调用工具", text: toolName(String(item?.tool || "")) };
|
||||||
|
if (event.type === "item.completed" && isMcpToolItem(item)) return { title: item.error ? "工具失败" : "工具完成", text: `${toolName(String(item?.tool || ""))}${item.error?.message ? ` · ${item.error.message}` : ""}` };
|
||||||
|
if (event.type === "item.completed" && item?.type === "agent_message") return { title: "收到回复", text: compactText(stringText(item.text)) };
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function turnSummary(event: AgentEventPayload) {
|
||||||
|
return event.duration_ms ? `${(event.duration_ms / 1000).toFixed(1)} 秒` : "完成";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function agentErrorView(value: unknown) {
|
||||||
|
const text = normalizeText(value);
|
||||||
|
if (/selected model is at capacity/i.test(text)) return { title: "模型暂时繁忙", text: "当前选择的模型请求量过大,暂时无法处理。请稍后重试,或切换其他模型后再试。" };
|
||||||
|
return { title: "任务失败", text: text || "Codex 未能完成本次任务,请稍后重试。" };
|
||||||
|
}
|
||||||
|
|
||||||
|
export function eventUsage(event: AgentEventPayload): AgentTokenUsage {
|
||||||
|
return {
|
||||||
|
input: numberField(event.usage, "input_tokens"),
|
||||||
|
cached: numberField(event.usage, "cached_input_tokens"),
|
||||||
|
output: numberField(event.usage, "output_tokens"),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function shortId(value?: string) {
|
||||||
|
return value ? value.slice(0, 8) : "";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function compactText(value: string, maxLength = 120) {
|
||||||
|
const text = value.replace(/\s+/g, " ").trim();
|
||||||
|
return text.length > maxLength ? `${text.slice(0, maxLength)}…` : text;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function isConnectionErrorMessage(item: AgentChatItem) {
|
||||||
|
return item.role === "error" && /连接失败|无法连接本地 Agent|本地 Agent 连接失败/.test(item.text);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function toolName(name: string) {
|
||||||
|
if (name === "imagegen" || name.endsWith("__imagegen")) return "生成图片";
|
||||||
|
if (name === "view_image" || name.endsWith("__view_image")) return "查看图片";
|
||||||
|
if (name === "exec" || name === "exec_command" || name.endsWith("__exec_command")) return "执行命令";
|
||||||
|
if (name === "apply_patch" || name.endsWith("__apply_patch")) return "修改文件";
|
||||||
|
if (name === "web__run" || name.endsWith("__web__run")) return "搜索资料";
|
||||||
|
if (name === "canvas_apply_ops") return "画布操作";
|
||||||
|
if (name === "canvas_get_state") return "读取画布";
|
||||||
|
if (name === "canvas_get_selection") return "读取选区";
|
||||||
|
if (name === "canvas_export_snapshot") return "导出快照";
|
||||||
|
if (name === "canvas_create_node") return "创建节点";
|
||||||
|
if (name === "canvas_create_attachment_nodes") return "添加附件图片";
|
||||||
|
if (name === "canvas_create_text_node") return "创建文本";
|
||||||
|
if (name === "canvas_create_text_nodes") return "批量创建文本";
|
||||||
|
if (name === "canvas_create_config_node") return "创建生成配置";
|
||||||
|
if (name === "canvas_create_image_prompt_flow") return "创建生图流程";
|
||||||
|
if (name === "canvas_create_generation_flow") return "创建生成流程";
|
||||||
|
if (name === "canvas_generate_text") return "生成文本";
|
||||||
|
if (name === "canvas_generate_image") return "生成图片";
|
||||||
|
if (name === "canvas_generate_video") return "生成视频";
|
||||||
|
if (name === "canvas_generate_audio") return "生成音频";
|
||||||
|
if (name === "canvas_update_node") return "更新节点";
|
||||||
|
if (name === "canvas_update_node_text") return "更新文本";
|
||||||
|
if (name === "canvas_move_nodes") return "移动节点";
|
||||||
|
if (name === "canvas_resize_node") return "调整节点尺寸";
|
||||||
|
if (name === "canvas_delete_nodes") return "删除节点";
|
||||||
|
if (name === "canvas_connect_nodes") return "连接节点";
|
||||||
|
if (name === "canvas_select_nodes") return "选择节点";
|
||||||
|
if (name === "canvas_set_viewport") return "调整视口";
|
||||||
|
if (name === "canvas_run_generation") return "触发生成";
|
||||||
|
if (name === "site_navigate") return "打开页面";
|
||||||
|
if (isSiteTool(name)) return SITE_TOOL_LABELS[name];
|
||||||
|
return name ? `调用工具:${name}` : "工具操作";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function siteToolSummary(name: string, result: unknown) {
|
||||||
|
const data = result && typeof result === "object" ? (result as Record<string, unknown>) : {};
|
||||||
|
if (name === "canvas_list_projects") return `共 ${numberField(data, "total")} 个画布`;
|
||||||
|
if (name === "prompts_search") return `找到 ${numberField(data, "total")} 条提示词`;
|
||||||
|
if (name === "assets_list") return `共 ${numberField(data, "total")} 个资产`;
|
||||||
|
if (name === "assets_add") return "已加入我的资产";
|
||||||
|
if (name === "generation_get_status") {
|
||||||
|
const summary = data.summary && typeof data.summary === "object" ? (data.summary as Record<string, unknown>) : {};
|
||||||
|
return `共 ${numberField(data, "total")} 个任务,排队 ${numberField(summary, "queued")},运行中 ${numberField(summary, "running")},成功 ${numberField(summary, "succeeded")},失败 ${numberField(summary, "failed")}`;
|
||||||
|
}
|
||||||
|
if (name === "workbench_image_generate" || name === "workbench_video_generate") return typeof data.note === "string" ? data.note : "已在工作台执行";
|
||||||
|
if (name === "workbench_image_get_config" || name === "workbench_video_get_config") return "已读取工作台配置";
|
||||||
|
return "已完成";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function isReadTool(name: string) {
|
||||||
|
return name === "canvas_get_state" || name === "canvas_get_selection" || name === "canvas_export_snapshot";
|
||||||
|
}
|
||||||
|
|
||||||
|
function isMcpToolItem(item?: AgentEventItem) {
|
||||||
|
return item?.type === "mcp_tool_call";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function toolDetail(item: AgentEventItem | undefined, status: string): AgentUserDetail {
|
||||||
|
const name = String(item?.tool || "");
|
||||||
|
return { kind: "tool", status, rows: toolInputRows(name, item?.arguments), ...(item?.error?.message ? { output: item.error.message } : {}) };
|
||||||
|
}
|
||||||
|
|
||||||
|
export function toolCallDetail(name: string, input: unknown, status: string, error = ""): AgentUserDetail {
|
||||||
|
return { kind: "tool", status, rows: toolInputRows(name, input), ...(error ? { output: error } : {}) };
|
||||||
|
}
|
||||||
|
|
||||||
|
function toolInputRows(name: string, input: unknown) {
|
||||||
|
if (name === "site_navigate") return [detailRow("目标页面", routeName(stringText(objectField(input, "path")) || "/"))].flatMap((row) => (row ? [row] : []));
|
||||||
|
if (name === "prompts_search") return [detailRow("搜索内容", objectField(input, "query"))].flatMap((row) => (row ? [row] : []));
|
||||||
|
if (name === "canvas_create_text_node") return [detailRow("文本内容", objectField(input, "text"))].flatMap((row) => (row ? [row] : []));
|
||||||
|
if (name === "canvas_apply_ops") return [detailRow("操作内容", summarizeCanvasAgentOps((objectField(input, "ops") as CanvasAgentOp[] | undefined) || []))].flatMap((row) => (row ? [row] : []));
|
||||||
|
if (name === "canvas_create_attachment_nodes") return [detailRow("图片数量", Array.isArray(objectField(input, "nodes")) ? (objectField(input, "nodes") as unknown[]).length : 0)].flatMap((row) => (row ? [row] : []));
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
|
export function toolSummary(item?: AgentEventItem) {
|
||||||
|
const result = parseToolResult(item?.result);
|
||||||
|
const nodeField = objectField(result, "nodes");
|
||||||
|
const connectionField = objectField(result, "connections");
|
||||||
|
const nodes = Array.isArray(nodeField) ? nodeField : [];
|
||||||
|
const connections = Array.isArray(connectionField) ? connectionField : [];
|
||||||
|
if (item?.tool === "canvas_get_state" && (Array.isArray(nodeField) || Array.isArray(connectionField))) return canvasContentSummary(nodes, connections.length);
|
||||||
|
if (Array.isArray(nodeField) || Array.isArray(connectionField)) return `读取到 ${nodes.length} 个节点,${connections.length} 条连线`;
|
||||||
|
return "工具调用完成";
|
||||||
|
}
|
||||||
|
|
||||||
|
function canvasContentSummary(nodes: unknown[], connections: number) {
|
||||||
|
const counts = nodes.reduce<Record<string, number>>((result, node) => {
|
||||||
|
const type = stringText(objectField(node, "type")) || "other";
|
||||||
|
result[type] = (result[type] || 0) + 1;
|
||||||
|
return result;
|
||||||
|
}, {});
|
||||||
|
const known = new Set(["text", "image", "config", "video", "audio", "group"]);
|
||||||
|
const other = Object.entries(counts).reduce((total, [type, count]) => total + (known.has(type) ? 0 : count), 0);
|
||||||
|
const parts = [
|
||||||
|
counts.text ? `${counts.text} 个文本` : "",
|
||||||
|
counts.image ? `${counts.image} 张图片` : "",
|
||||||
|
counts.config ? `${counts.config} 个配置` : "",
|
||||||
|
counts.video ? `${counts.video} 个视频` : "",
|
||||||
|
counts.audio ? `${counts.audio} 个音频` : "",
|
||||||
|
counts.group ? `${counts.group} 个分组` : "",
|
||||||
|
other ? `${other} 个其他节点` : "",
|
||||||
|
connections ? `${connections} 条连线` : "",
|
||||||
|
].filter(Boolean);
|
||||||
|
return parts.length ? parts.join("、") : "当前画布为空";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function toolAction(name: string) {
|
||||||
|
const label = toolName(name);
|
||||||
|
if (label.startsWith("读取") || label.startsWith("查看") || label.startsWith("搜索") || label.startsWith("打开")) return label;
|
||||||
|
return `执行${label}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function routeName(path: string) {
|
||||||
|
if (path === "/") return "首页";
|
||||||
|
if (path === "/canvas") return "画布页面";
|
||||||
|
if (path.startsWith("/canvas/")) return "指定画布";
|
||||||
|
if (path.startsWith("/image")) return "生图工作台";
|
||||||
|
if (path.startsWith("/video")) return "视频工作台";
|
||||||
|
if (path.startsWith("/prompts")) return "提示词中心";
|
||||||
|
if (path.startsWith("/assets")) return "我的素材";
|
||||||
|
if (path.startsWith("/config")) return "配置页面";
|
||||||
|
return path;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function workingActivity(item?: AgentChatItem) {
|
||||||
|
const status = String(objectField(item?.detail, "status") || "");
|
||||||
|
const output = stringText(objectField(item?.detail, "output"));
|
||||||
|
const key = `${item?.id || "waiting"}-${status}-${item?.text || ""}-${output.length}`;
|
||||||
|
if (item?.role !== "tool") return { key, text: "正在思考..." };
|
||||||
|
if (["inProgress", "in_progress", "running", "pending"].includes(status)) return { key, text: `${item.title || "工具操作"}正在进行...` };
|
||||||
|
if (item.title === "读取画布") return { key, text: "画布已读取,Codex 正在整理结果..." };
|
||||||
|
return { key, text: `${item.title || "工具操作"}已完成,Codex 正在继续处理...` };
|
||||||
|
}
|
||||||
|
|
||||||
|
export function currentPlanMessage(messages: AgentChatItem[]) {
|
||||||
|
for (let index = messages.length - 1; index >= 0; index--) {
|
||||||
|
const message = messages[index];
|
||||||
|
if (isPlanMessage(message)) return message;
|
||||||
|
if (message.role === "user") return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export function latestPlanMessage(messages: AgentChatItem[]) {
|
||||||
|
for (let index = messages.length - 1; index >= 0; index--) {
|
||||||
|
if (isPlanMessage(messages[index])) return messages[index];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export function isPlanMessage(message: AgentChatItem) {
|
||||||
|
return message.role === "tool" && objectField(message.detail, "kind") === "todo";
|
||||||
|
}
|
||||||
|
|
||||||
|
function parseToolResult(result: unknown) {
|
||||||
|
const content = objectField(result, "content");
|
||||||
|
const text = Array.isArray(content)
|
||||||
|
? content
|
||||||
|
.map((item) => objectField(item, "text"))
|
||||||
|
.filter((item): item is string => typeof item === "string")
|
||||||
|
.join("\n")
|
||||||
|
: "";
|
||||||
|
try {
|
||||||
|
return text ? JSON.parse(text) : result;
|
||||||
|
} catch {
|
||||||
|
return text || result;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export function normalizeText(value: unknown) {
|
||||||
|
if (typeof value === "string") return value.trim();
|
||||||
|
if (value instanceof Error) return value.message;
|
||||||
|
if (value == null) return "";
|
||||||
|
return JSON.stringify(value, null, 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function stringText(value: unknown) {
|
||||||
|
return typeof value === "string" ? value : "";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function objectField(value: unknown, key: string) {
|
||||||
|
return value && typeof value === "object" ? (value as Record<string, unknown>)[key] : undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
function numberField(value: unknown, key: string) {
|
||||||
|
const field = objectField(value, key);
|
||||||
|
return typeof field === "number" ? field : 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function mergeAgentText(prev: string, next: string) {
|
||||||
|
if (!next || prev === next || prev.endsWith(next)) return prev;
|
||||||
|
if (next.startsWith(prev)) return next;
|
||||||
|
for (let size = Math.min(prev.length, next.length); size > 0; size--) {
|
||||||
|
if (prev.endsWith(next.slice(0, size))) return `${prev}${next.slice(size)}`;
|
||||||
|
}
|
||||||
|
const half = Math.floor(prev.length / 2);
|
||||||
|
if (prev.length > 12 && next.length > 12 && prev.slice(half) === next.slice(0, prev.length - half)) return prev;
|
||||||
|
return `${prev}${next}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function promptWithAttachments(text: string, attachments: AgentAttachment[]) {
|
||||||
|
return text || (attachments.length ? "请处理上传的图片附件。" : "");
|
||||||
|
}
|
||||||
|
|
||||||
|
export function attachmentPayloadBytes(attachments: AgentAttachment[]) {
|
||||||
|
return attachments.reduce((total, item) => total + item.dataUrl.length, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function formatBytes(bytes: number) {
|
||||||
|
return bytes > 1024 * 1024 ? `${(bytes / 1024 / 1024).toFixed(1)}MB` : `${Math.ceil(bytes / 1024)}KB`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function isCanvasWriteTool(name: string) {
|
||||||
|
return name === "canvas_apply_ops" || name === "canvas_create_attachment_nodes";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function normalizeHistoryMessages(messages: AgentChatItem[]) {
|
||||||
|
return messages
|
||||||
|
.map((item, index) => ({
|
||||||
|
...item,
|
||||||
|
id: item.id || `history-${index}`,
|
||||||
|
text: normalizeText(item.text),
|
||||||
|
streamId: undefined,
|
||||||
|
}))
|
||||||
|
.filter((item) => item.text);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function mergeHistoryAttachments(messages: AgentChatItem[], currentMessages: AgentChatItem[]) {
|
||||||
|
const currentUsers = currentMessages.filter((item) => item.role === "user" && item.attachments?.length).reverse();
|
||||||
|
return [...messages]
|
||||||
|
.reverse()
|
||||||
|
.map((item) => {
|
||||||
|
if (item.role !== "user") return item;
|
||||||
|
const index = currentUsers.findIndex((current) => current.text === item.text || current.historyText === item.text);
|
||||||
|
if (index < 0) return item;
|
||||||
|
const current = currentUsers.splice(index, 1)[0];
|
||||||
|
return { ...item, id: current.id, text: current.text, historyText: current.historyText, attachments: current.attachments };
|
||||||
|
})
|
||||||
|
.reverse();
|
||||||
|
}
|
||||||
|
|
||||||
|
export function mergeHistoryMessages(historyMessages: AgentChatItem[], currentMessages: AgentChatItem[]) {
|
||||||
|
if (!currentMessages.length) return historyMessages;
|
||||||
|
const remaining = [...historyMessages];
|
||||||
|
const messages = currentMessages.map((current) => {
|
||||||
|
const index = remaining.findIndex((history) => history.id === current.id || ((current.role === "user" || current.role === "assistant") && history.role === current.role && history.text === current.text));
|
||||||
|
if (index < 0) return current;
|
||||||
|
const history = remaining.splice(index, 1)[0];
|
||||||
|
return { ...current, ...history, id: current.id, attachments: current.attachments || history.attachments };
|
||||||
|
});
|
||||||
|
return [...messages, ...remaining];
|
||||||
|
}
|
||||||
@@ -0,0 +1,129 @@
|
|||||||
|
import { useState } from "react";
|
||||||
|
import { Button, Checkbox } from "antd";
|
||||||
|
import { FolderOpen, Plus, RefreshCw, Trash2 } from "lucide-react";
|
||||||
|
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
import type { AgentThreadSummary } from "@/stores/use-agent-store";
|
||||||
|
|
||||||
|
export function AgentHistoryView({
|
||||||
|
theme,
|
||||||
|
threads,
|
||||||
|
activeThreadId,
|
||||||
|
workspacePath,
|
||||||
|
loading,
|
||||||
|
busy,
|
||||||
|
connected,
|
||||||
|
onRefresh,
|
||||||
|
onNewThread,
|
||||||
|
onResumeThread,
|
||||||
|
onDeleteThreads,
|
||||||
|
}: {
|
||||||
|
theme: (typeof canvasThemes)[keyof typeof canvasThemes];
|
||||||
|
threads: AgentThreadSummary[];
|
||||||
|
activeThreadId: string;
|
||||||
|
workspacePath: string;
|
||||||
|
loading: boolean;
|
||||||
|
busy: boolean;
|
||||||
|
connected: boolean;
|
||||||
|
onRefresh: () => void;
|
||||||
|
onNewThread: () => void;
|
||||||
|
onResumeThread: (threadId: string) => void;
|
||||||
|
onDeleteThreads: (threadIds: string[]) => void;
|
||||||
|
}) {
|
||||||
|
const [selectedIds, setSelectedIds] = useState(() => new Set<string>());
|
||||||
|
const selectedThreads = threads.filter((thread) => selectedIds.has(thread.id));
|
||||||
|
const allSelected = Boolean(threads.length) && selectedThreads.length === threads.length;
|
||||||
|
const toggleThread = (threadId: string) => {
|
||||||
|
setSelectedIds((current) => {
|
||||||
|
const next = new Set(current);
|
||||||
|
next.has(threadId) ? next.delete(threadId) : next.add(threadId);
|
||||||
|
return next;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
return (
|
||||||
|
<div className="thin-scrollbar min-h-0 flex-1 overflow-y-auto p-3">
|
||||||
|
<div className="space-y-3">
|
||||||
|
<div className="flex min-w-0 items-center gap-2 text-xs" style={{ color: theme.node.muted }}>
|
||||||
|
<FolderOpen className="size-3.5 shrink-0" />
|
||||||
|
<span className="shrink-0">工作空间</span>
|
||||||
|
<span className="min-w-0 truncate" title={workspacePath}>
|
||||||
|
{workspacePath || "默认画布目录"}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div className="flex flex-wrap items-center justify-between gap-2">
|
||||||
|
<div className="flex items-center gap-2 text-sm" style={{ color: theme.node.muted }}>
|
||||||
|
{threads.length ? <Checkbox checked={allSelected} indeterminate={Boolean(selectedThreads.length) && !allSelected} disabled={loading || busy} onChange={() => setSelectedIds(allSelected ? new Set() : new Set(threads.map((thread) => thread.id)))} /> : null}
|
||||||
|
<span>{selectedThreads.length ? `已选 ${selectedThreads.length} 条` : threads.length ? `${threads.length} 条历史` : connected ? "暂无历史" : "未连接"}</span>
|
||||||
|
</div>
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
{selectedThreads.length ? (
|
||||||
|
<Button size="small" danger type="text" icon={<Trash2 className="size-3.5" />} disabled={loading || busy} onClick={() => onDeleteThreads(selectedThreads.map((thread) => thread.id))}>
|
||||||
|
删除 {selectedThreads.length} 条
|
||||||
|
</Button>
|
||||||
|
) : null}
|
||||||
|
<Button size="small" icon={<RefreshCw className={`size-3.5 ${loading ? "animate-spin" : ""}`} />} disabled={!connected || loading} onClick={onRefresh}>
|
||||||
|
刷新
|
||||||
|
</Button>
|
||||||
|
<Button size="small" type="primary" icon={<Plus className="size-3.5" />} disabled={!connected || loading || busy} onClick={onNewThread}>
|
||||||
|
新对话
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="space-y-2">
|
||||||
|
{threads.map((thread) => {
|
||||||
|
const active = thread.id === activeThreadId;
|
||||||
|
return (
|
||||||
|
<div
|
||||||
|
key={thread.id}
|
||||||
|
role="button"
|
||||||
|
tabIndex={0}
|
||||||
|
className="cursor-pointer rounded-lg border px-2.5 py-2 transition hover:bg-black/5 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-current/20 dark:hover:bg-white/10"
|
||||||
|
style={{ borderColor: active ? theme.node.text : theme.node.stroke, background: "transparent", color: theme.node.text }}
|
||||||
|
onClick={() => onResumeThread(thread.id)}
|
||||||
|
onKeyDown={(event) => {
|
||||||
|
if (event.key !== "Enter" && event.key !== " ") return;
|
||||||
|
event.preventDefault();
|
||||||
|
onResumeThread(thread.id);
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<Checkbox
|
||||||
|
checked={selectedIds.has(thread.id)}
|
||||||
|
disabled={loading || busy}
|
||||||
|
aria-label={`选择${thread.name || thread.preview || "未命名对话"}`}
|
||||||
|
onClick={(event) => event.stopPropagation()}
|
||||||
|
onKeyDown={(event) => event.stopPropagation()}
|
||||||
|
onChange={() => toggleThread(thread.id)}
|
||||||
|
/>
|
||||||
|
<div className="min-w-0 flex-1">
|
||||||
|
<div className="flex min-w-0 items-center gap-1.5">
|
||||||
|
{active ? (
|
||||||
|
<span className="shrink-0 text-[10px] font-medium" style={{ color: theme.node.text }}>
|
||||||
|
当前
|
||||||
|
</span>
|
||||||
|
) : null}
|
||||||
|
<div className="truncate text-sm font-medium leading-5">{thread.name || thread.preview || "未命名对话"}</div>
|
||||||
|
</div>
|
||||||
|
<div className="truncate text-[11px] leading-4 opacity-65">{thread.preview || thread.id}</div>
|
||||||
|
</div>
|
||||||
|
<span className="shrink-0 text-[10px] opacity-55">{formatThreadTime(thread.updatedAt || thread.createdAt)}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
{!threads.length ? (
|
||||||
|
<div className="px-3 py-8 text-center text-sm" style={{ color: theme.node.muted }}>
|
||||||
|
{connected ? "当前工作空间还没有对话记录" : "连接本地 Agent 后显示历史记录"}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatThreadTime(value?: number) {
|
||||||
|
if (!value) return "";
|
||||||
|
return new Date(value * 1000).toLocaleString();
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,81 @@
|
|||||||
|
import { useRef, useState } from "react";
|
||||||
|
import { Button, Segmented } from "antd";
|
||||||
|
import copyToClipboard from "copy-to-clipboard";
|
||||||
|
import { Copy, Trash2 } from "lucide-react";
|
||||||
|
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
import type { AgentEventLog } from "@/stores/use-agent-store";
|
||||||
|
import { formatLogJson, formatLogText, type AgentLogContext } from "./agent-event-formatters";
|
||||||
|
|
||||||
|
export function AgentLogView({
|
||||||
|
logs,
|
||||||
|
theme,
|
||||||
|
context,
|
||||||
|
onClear,
|
||||||
|
onCopied,
|
||||||
|
onCopyBlocked,
|
||||||
|
}: {
|
||||||
|
logs: AgentEventLog[];
|
||||||
|
theme: (typeof canvasThemes)[keyof typeof canvasThemes];
|
||||||
|
context: AgentLogContext;
|
||||||
|
onClear: () => void;
|
||||||
|
onCopied: (text: string) => void;
|
||||||
|
onCopyBlocked: (text: string) => void;
|
||||||
|
}) {
|
||||||
|
const [mode, setMode] = useState<"text" | "json">("text");
|
||||||
|
const textareaRef = useRef<HTMLTextAreaElement>(null);
|
||||||
|
const content = mode === "text" ? formatLogText(logs, context) : formatLogJson(logs, context);
|
||||||
|
const lastError = [...logs].reverse().find((item) => /错误|失败|error/i.test(`${item.title}\n${item.text}`));
|
||||||
|
const copy = async (value = content, tip = "日志已复制") => {
|
||||||
|
if (await copyToClipboard(value)) {
|
||||||
|
onCopied(tip);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
textareaRef.current?.focus();
|
||||||
|
textareaRef.current?.select();
|
||||||
|
onCopyBlocked("已选中日志,请手动复制");
|
||||||
|
};
|
||||||
|
return (
|
||||||
|
<div className="thin-scrollbar min-h-0 flex-1 overflow-y-auto p-4">
|
||||||
|
<div className="flex min-h-full flex-col gap-3">
|
||||||
|
<div>
|
||||||
|
<div className="text-base font-semibold leading-6">运行日志</div>
|
||||||
|
</div>
|
||||||
|
<div className="flex flex-wrap items-center justify-between gap-2">
|
||||||
|
<Segmented
|
||||||
|
size="small"
|
||||||
|
value={mode}
|
||||||
|
onChange={(value) => setMode(value as "text" | "json")}
|
||||||
|
options={[
|
||||||
|
{ label: "排查日志", value: "text" },
|
||||||
|
{ label: "原始 JSON", value: "json" },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<span className="text-xs" style={{ color: theme.node.muted }}>
|
||||||
|
{logs.length} 条
|
||||||
|
</span>
|
||||||
|
<Button size="small" icon={<Copy className="size-3.5" />} onClick={() => void copy()}>
|
||||||
|
复制
|
||||||
|
</Button>
|
||||||
|
<Button size="small" disabled={!lastError} onClick={() => lastError && void copy(formatLogText([lastError], context), "最近错误已复制")}>
|
||||||
|
最近错误
|
||||||
|
</Button>
|
||||||
|
<Button size="small" danger type="text" icon={<Trash2 className="size-3.5" />} disabled={!logs.length} onClick={onClear}>
|
||||||
|
清空
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<textarea
|
||||||
|
ref={textareaRef}
|
||||||
|
readOnly
|
||||||
|
value={content}
|
||||||
|
className="thin-scrollbar min-h-[360px] flex-1 resize-none rounded-lg border bg-transparent p-3 font-mono text-xs leading-5 outline-none"
|
||||||
|
style={{ borderColor: theme.node.stroke, color: theme.node.text }}
|
||||||
|
onFocus={(event) => event.currentTarget.select()}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
import type { ReactNode } from "react";
|
||||||
|
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
|
||||||
|
export function AgentPanelTabs<T extends string>({ value, items, theme, leading, right, onChange }: { value: T; items: { value: T; label: string; icon?: ReactNode; count?: number }[]; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; leading?: ReactNode; right?: ReactNode; onChange: (value: T) => void }) {
|
||||||
|
return (
|
||||||
|
<div className="border-b px-3" style={{ borderColor: theme.node.stroke }}>
|
||||||
|
<div className="flex h-12 items-center justify-between gap-3">
|
||||||
|
{leading ? <div className="flex shrink-0 items-center">{leading}</div> : null}
|
||||||
|
<nav className="thin-scrollbar flex min-w-0 flex-1 items-center gap-3 overflow-x-auto text-sm" role="tablist" aria-label="Agent 面板">
|
||||||
|
{items.map((item) => (
|
||||||
|
<button key={item.value} type="button" role="tab" aria-selected={value === item.value} className={`inline-flex h-12 shrink-0 items-center gap-1.5 border-b-2 px-0.5 transition ${value === item.value ? "font-medium" : "font-normal"}`} style={{ borderColor: value === item.value ? theme.node.text : "transparent", color: value === item.value ? theme.node.text : theme.node.muted }} onClick={() => onChange(item.value)}>
|
||||||
|
{item.icon}
|
||||||
|
{item.label}{item.count ? ` ${item.count}` : ""}
|
||||||
|
</button>
|
||||||
|
))}
|
||||||
|
</nav>
|
||||||
|
{right ? <div className="flex shrink-0 items-center gap-2">{right}</div> : null}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -1,9 +1,7 @@
|
|||||||
import { useState, type PointerEvent as ReactPointerEvent } from "react";
|
import { useState, type PointerEvent as ReactPointerEvent } from "react";
|
||||||
import { Bot, PanelRightClose } from "lucide-react";
|
|
||||||
import { Button, Switch, Tooltip } from "antd";
|
|
||||||
import { motion } from "motion/react";
|
import { motion } from "motion/react";
|
||||||
|
|
||||||
import { CanvasLocalAgentPanel } from "@/components/canvas/canvas-local-agent-panel";
|
import { LocalAgentPanel } from "./local-agent-panel";
|
||||||
import { canvasThemes } from "@/lib/canvas-theme";
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
import { CANVAS_AGENT_PANEL_MOTION_MS, useAgentStore } from "@/stores/use-agent-store";
|
import { CANVAS_AGENT_PANEL_MOTION_MS, useAgentStore } from "@/stores/use-agent-store";
|
||||||
import { useThemeStore } from "@/stores/use-theme-store";
|
import { useThemeStore } from "@/stores/use-theme-store";
|
||||||
@@ -17,11 +15,7 @@ export function AgentPanel() {
|
|||||||
const panelMounted = useAgentStore((state) => state.panelMounted);
|
const panelMounted = useAgentStore((state) => state.panelMounted);
|
||||||
const panelOpen = useAgentStore((state) => state.panelOpen);
|
const panelOpen = useAgentStore((state) => state.panelOpen);
|
||||||
const panelClosing = useAgentStore((state) => state.panelClosing);
|
const panelClosing = useAgentStore((state) => state.panelClosing);
|
||||||
const confirmTools = useAgentStore((state) => state.confirmTools);
|
|
||||||
const setAgentState = useAgentStore((state) => state.setAgentState);
|
const setAgentState = useAgentStore((state) => state.setAgentState);
|
||||||
const closePanel = useAgentStore((state) => state.closePanel);
|
|
||||||
|
|
||||||
|
|
||||||
const startResize = (event: ReactPointerEvent<HTMLButtonElement>) => {
|
const startResize = (event: ReactPointerEvent<HTMLButtonElement>) => {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
const startX = event.clientX;
|
const startX = event.clientX;
|
||||||
@@ -54,33 +48,14 @@ export function AgentPanel() {
|
|||||||
>
|
>
|
||||||
<motion.aside
|
<motion.aside
|
||||||
className="relative flex h-full shrink-0 flex-col border-l"
|
className="relative flex h-full shrink-0 flex-col border-l"
|
||||||
|
data-canvas-shortcuts-ignore
|
||||||
initial={{ x: 48 }}
|
initial={{ x: 48 }}
|
||||||
animate={{ x: panelClosing ? 28 : 0 }}
|
animate={{ x: panelClosing ? 28 : 0 }}
|
||||||
transition={{ duration: resizing ? 0 : PANEL_MOTION_SECONDS, ease: [0.22, 1, 0.36, 1] }}
|
transition={{ duration: resizing ? 0 : PANEL_MOTION_SECONDS, ease: [0.22, 1, 0.36, 1] }}
|
||||||
style={{ width, background: theme.node.panel, borderColor: theme.node.stroke, color: theme.node.text }}
|
style={{ width, background: theme.node.panel, borderColor: theme.node.stroke, color: theme.node.text }}
|
||||||
>
|
>
|
||||||
<button type="button" className="absolute inset-y-0 left-0 z-40 w-4 -translate-x-1/2 cursor-col-resize" onPointerDown={startResize} aria-label="调整右侧面板宽度" />
|
<button type="button" className="absolute inset-y-0 left-0 z-40 w-4 -translate-x-1/2 cursor-col-resize" onPointerDown={startResize} aria-label="调整右侧面板宽度" />
|
||||||
<header className="flex h-14 shrink-0 items-center justify-between border-b px-4" style={{ borderColor: theme.node.stroke }}>
|
<LocalAgentPanel embedded />
|
||||||
<div className="flex min-w-0 items-center gap-2">
|
|
||||||
<span className="grid size-8 place-items-center rounded-lg">
|
|
||||||
<Bot className="size-4" />
|
|
||||||
</span>
|
|
||||||
<div className="min-w-0">
|
|
||||||
<div className="text-base font-semibold leading-5">Agent</div>
|
|
||||||
<div className="truncate text-xs" style={{ color: theme.node.muted }}>全站助手</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div className="flex shrink-0 items-center gap-2">
|
|
||||||
<label className="flex items-center gap-1.5 text-xs" style={{ color: theme.node.muted }}>
|
|
||||||
<Switch size="small" checked={confirmTools} onChange={(confirmTools) => setAgentState({ confirmTools })} />
|
|
||||||
工具确认
|
|
||||||
</label>
|
|
||||||
<Tooltip title="收起对话">
|
|
||||||
<Button type="text" shape="circle" className="!h-8 !w-8 !min-w-8" style={{ color: theme.node.muted }} icon={<PanelRightClose className="size-4" />} onClick={closePanel} />
|
|
||||||
</Tooltip>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<CanvasLocalAgentPanel embedded />
|
|
||||||
</motion.aside>
|
</motion.aside>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -0,0 +1,996 @@
|
|||||||
|
import { useCallback, useEffect, useMemo, useRef } from "react";
|
||||||
|
import { useNavigate, useSearchParams } from "react-router-dom";
|
||||||
|
import { App, Button, Tooltip } from "antd";
|
||||||
|
import { Bot, History, MessageSquare, PanelRightClose, PlugZap, Plus, Terminal } from "lucide-react";
|
||||||
|
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
import { imageMetadata } from "@/lib/canvas/canvas-node-factory";
|
||||||
|
import { fitNodeSize } from "@/lib/canvas/canvas-node-size";
|
||||||
|
import { readImageMeta } from "@/lib/image-utils";
|
||||||
|
import { randomId } from "@/lib/utils";
|
||||||
|
import { uploadImage } from "@/services/image-storage";
|
||||||
|
import { deleteAgentThreadMessages, readAgentUserMessages, saveAgentUserMessage } from "@/services/agent-chat-storage";
|
||||||
|
import { useThemeStore } from "@/stores/use-theme-store";
|
||||||
|
import { useShallow } from "zustand/react/shallow";
|
||||||
|
import { useAgentStore, type AgentCanvasContext, type AgentChatItem, type AgentPendingApproval, type AgentPendingToolCall, type AgentPermissionMode, type AgentThreadSummary } from "@/stores/use-agent-store";
|
||||||
|
import { summarizeCanvasAgentOps, type CanvasAgentOp, type CanvasAgentSnapshot } from "@/lib/canvas/canvas-agent-ops";
|
||||||
|
import { isSiteTool, runSiteTool } from "@/lib/agent/agent-site-tools";
|
||||||
|
import { activateAgentClient, discoverAgentConfig, fetchAgentJson, postCodexApproval, postState, postToolResult } from "./agent-api";
|
||||||
|
import { AgentChatTimeline, AgentTaskProgress, AgentUsageBar } from "./agent-chat";
|
||||||
|
import { AgentChatComposer } from "./agent-chat-composer";
|
||||||
|
import { AgentConnectView } from "./agent-connect-view";
|
||||||
|
import {
|
||||||
|
activityDeltaFallback,
|
||||||
|
activityDetail,
|
||||||
|
activityKind,
|
||||||
|
activityPlaceholder,
|
||||||
|
agentAttachmentToChatAttachment,
|
||||||
|
agentErrorView,
|
||||||
|
attachmentPayloadBytes,
|
||||||
|
compactText,
|
||||||
|
eventUsage,
|
||||||
|
formatAgentActivity,
|
||||||
|
formatAgentEvent,
|
||||||
|
formatAgentEventLog,
|
||||||
|
formatAgentPlan,
|
||||||
|
formatBytes,
|
||||||
|
isCanvasWriteTool,
|
||||||
|
isConnectionErrorMessage,
|
||||||
|
isCurrentThreadEvent,
|
||||||
|
mergeHistoryAttachments,
|
||||||
|
mergeHistoryMessages,
|
||||||
|
mergeAgentText,
|
||||||
|
normalizeHistoryMessages,
|
||||||
|
normalizeText,
|
||||||
|
parseEventData,
|
||||||
|
promptWithAttachments,
|
||||||
|
routeName,
|
||||||
|
siteToolSummary,
|
||||||
|
stringText,
|
||||||
|
toolCallDetail,
|
||||||
|
toolName,
|
||||||
|
turnPlanStatus,
|
||||||
|
type AgentEventItem,
|
||||||
|
type AgentEventPayload,
|
||||||
|
} from "./agent-event-formatters";
|
||||||
|
import { AgentHistoryView } from "./agent-history-view";
|
||||||
|
import { AgentLogView } from "./agent-log-view";
|
||||||
|
import { AgentPanelTabs } from "./agent-panel-tabs";
|
||||||
|
|
||||||
|
const MAX_ATTACHMENTS = 6;
|
||||||
|
const MAX_ATTACHMENT_PAYLOAD_BYTES = 28 * 1024 * 1024;
|
||||||
|
const DEFAULT_AGENT_URL = "http://127.0.0.1:17371";
|
||||||
|
|
||||||
|
type AgentWorkspace = { workspacePath: string; activeThreadId?: string };
|
||||||
|
type AgentThreadsResponse = { ok?: boolean; workspace?: AgentWorkspace; data?: AgentThreadSummary[] };
|
||||||
|
type AgentThreadResponse = { ok?: boolean; workspace?: AgentWorkspace; thread?: AgentThreadSummary; messages?: AgentChatItem[] };
|
||||||
|
type AgentCodexState = { busy?: boolean; threadId?: string; turnId?: string };
|
||||||
|
type AgentHelloEvent = { ok?: boolean; clientId?: string; codex?: AgentCodexState };
|
||||||
|
type AgentWorkspaceEvent = { activeThreadId?: string; threadId?: string; emptyThread?: boolean; draftThread?: boolean };
|
||||||
|
type AgentChatEvent = { threadId?: string; sourceClientId?: string; message?: AgentChatItem };
|
||||||
|
|
||||||
|
export function LocalAgentPanel({ embedded, headless, autoConnect }: { embedded?: boolean; headless?: boolean; autoConnect?: boolean }) {
|
||||||
|
const theme = canvasThemes[useThemeStore((state) => state.theme)];
|
||||||
|
const { message, modal } = App.useApp();
|
||||||
|
const [searchParams] = useSearchParams();
|
||||||
|
const navigate = useNavigate();
|
||||||
|
// 逐字段 selector + useShallow:只有这些字段变化时才重渲染。
|
||||||
|
// 注意:canvasContext 不在此订阅内 —— 它在拖拽/resize 时会被 project 每帧写入,
|
||||||
|
// 但面板只在 ref 同步与防抖 postState 中用到它、渲染层从不读它。若把它放进订阅,
|
||||||
|
// 面板会随画布每帧重渲染(性能问题,也是 #185 崩溃的放大器)。改为下方 subscribe 命令式监听。
|
||||||
|
const { width, url, token, connected, enabled, prompt, attachments, sending, waiting, tokenUsage, eventLogs, threads, activeThreadId, workspacePath, loadingThreads, activeTab, confirmTools, permissionMode, activity, connectError, pendingTool, pendingApprovals } = useAgentStore(
|
||||||
|
useShallow((state) => ({
|
||||||
|
width: state.width,
|
||||||
|
url: state.url,
|
||||||
|
token: state.token,
|
||||||
|
connected: state.connected,
|
||||||
|
enabled: state.enabled,
|
||||||
|
prompt: state.prompt,
|
||||||
|
attachments: state.attachments,
|
||||||
|
sending: state.sending,
|
||||||
|
waiting: state.waiting,
|
||||||
|
tokenUsage: state.tokenUsage,
|
||||||
|
eventLogs: state.eventLogs,
|
||||||
|
threads: state.threads,
|
||||||
|
activeThreadId: state.activeThreadId,
|
||||||
|
workspacePath: state.workspacePath,
|
||||||
|
loadingThreads: state.loadingThreads,
|
||||||
|
activeTab: state.activeTab,
|
||||||
|
confirmTools: state.confirmTools,
|
||||||
|
permissionMode: state.permissionMode,
|
||||||
|
activity: state.activity,
|
||||||
|
connectError: state.connectError,
|
||||||
|
pendingTool: state.pendingTool,
|
||||||
|
pendingApprovals: state.pendingApprovals,
|
||||||
|
})),
|
||||||
|
);
|
||||||
|
const setAgentState = useAgentStore((state) => state.setAgentState);
|
||||||
|
const closePanel = useAgentStore((state) => state.closePanel);
|
||||||
|
const pushMessage = useAgentStore((state) => state.addMessage);
|
||||||
|
const pushEventLog = useAgentStore((state) => state.addEventLog);
|
||||||
|
const clearEventLogs = useAgentStore((state) => state.clearEventLogs);
|
||||||
|
const messageCount = useAgentStore((state) => state.messages.length);
|
||||||
|
const canvasContextRef = useRef<AgentCanvasContext | null>(useAgentStore.getState().canvasContext);
|
||||||
|
const confirmToolsRef = useRef(confirmTools);
|
||||||
|
const pendingToolRef = useRef<AgentPendingToolCall | null>(null);
|
||||||
|
const autoConnectRef = useRef(false);
|
||||||
|
const connectedRef = useRef(false);
|
||||||
|
const errorLoggedRef = useRef(false);
|
||||||
|
const attachmentUrlsRef = useRef(new Set<string>());
|
||||||
|
const clientIdRef = useRef(randomId());
|
||||||
|
const loadThreadsSequenceRef = useRef(0);
|
||||||
|
const resetThreadRef = useRef<Promise<unknown> | null>(null);
|
||||||
|
const endpoint = useMemo(() => url.trim().replace(/\/$/, ""), [url]);
|
||||||
|
const urlAgentAutoConnect = searchParams.has("agentUrl") && searchParams.has("agentToken");
|
||||||
|
const loadThreads = useCallback(async (skipHistory = false) => {
|
||||||
|
if (!connectedRef.current && !useAgentStore.getState().connected) return;
|
||||||
|
const sequence = ++loadThreadsSequenceRef.current;
|
||||||
|
setAgentState({ loadingThreads: true });
|
||||||
|
try {
|
||||||
|
const currentThreadId = useAgentStore.getState().activeThreadId;
|
||||||
|
const currentThreadRequest = currentThreadId && !skipHistory ? fetchAgentJson<AgentThreadResponse>(endpoint, token, `/agent/codex/threads/${encodeURIComponent(currentThreadId)}`).catch(() => null) : null;
|
||||||
|
const storedMessagesRequest = currentThreadId && !skipHistory ? readAgentUserMessages(currentThreadId) : null;
|
||||||
|
const data = await fetchAgentJson<AgentThreadsResponse>(endpoint, token, `/agent/codex/threads`);
|
||||||
|
let nextMessages: AgentChatItem[] = [];
|
||||||
|
if (currentThreadId && !skipHistory) {
|
||||||
|
let thread = await currentThreadRequest;
|
||||||
|
thread ||= await fetchAgentJson<AgentThreadResponse>(endpoint, token, `/agent/codex/threads/${encodeURIComponent(currentThreadId)}`);
|
||||||
|
const storedMessages = (await storedMessagesRequest) || [];
|
||||||
|
const currentMessages = useAgentStore.getState().messages;
|
||||||
|
nextMessages = mergeHistoryMessages(mergeHistoryAttachments(normalizeHistoryMessages(thread.messages || []), [...storedMessages, ...currentMessages]), currentMessages);
|
||||||
|
}
|
||||||
|
if (sequence !== loadThreadsSequenceRef.current) return;
|
||||||
|
setAgentState({ threads: data.data || [], workspacePath: data.workspace?.workspacePath || "", ...(skipHistory ? {} : { messages: nextMessages }) });
|
||||||
|
} catch (error) {
|
||||||
|
addEventLog("读取历史失败", error);
|
||||||
|
} finally {
|
||||||
|
if (sequence === loadThreadsSequenceRef.current) setAgentState({ loadingThreads: false });
|
||||||
|
}
|
||||||
|
}, [endpoint, setAgentState, token]);
|
||||||
|
// canvasContext 命令式订阅:保持 ref 最新,并在快照变化时防抖上报,全程不触发面板重渲染。
|
||||||
|
useEffect(() => {
|
||||||
|
let timer: ReturnType<typeof setTimeout> | null = null;
|
||||||
|
const unsubscribe = useAgentStore.subscribe((state) => {
|
||||||
|
if (state.canvasContext === canvasContextRef.current) return;
|
||||||
|
canvasContextRef.current = state.canvasContext;
|
||||||
|
if (!useAgentStore.getState().connected) return;
|
||||||
|
if (timer) clearTimeout(timer);
|
||||||
|
timer = setTimeout(() => void postState(endpoint, token, clientIdRef.current, canvasContextRef.current?.snapshot || null), 300);
|
||||||
|
});
|
||||||
|
return () => {
|
||||||
|
unsubscribe();
|
||||||
|
if (timer) clearTimeout(timer);
|
||||||
|
};
|
||||||
|
}, [endpoint, token]);
|
||||||
|
useEffect(() => {
|
||||||
|
confirmToolsRef.current = confirmTools;
|
||||||
|
}, [confirmTools]);
|
||||||
|
useEffect(() => {
|
||||||
|
pendingToolRef.current = pendingTool;
|
||||||
|
}, [pendingTool]);
|
||||||
|
useEffect(() => () => attachmentUrlsRef.current.forEach((url) => URL.revokeObjectURL(url)), []);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!enabled || !token.trim()) return;
|
||||||
|
localStorage.setItem("canvas-agent-url", endpoint);
|
||||||
|
localStorage.setItem("canvas-agent-token", token);
|
||||||
|
const clientId = clientIdRef.current;
|
||||||
|
let eventQueue = Promise.resolve();
|
||||||
|
const enqueueEvent = (task: () => void | Promise<void>) => {
|
||||||
|
eventQueue = eventQueue.then(task).catch((error) => addEventLog("同步会话失败", error));
|
||||||
|
};
|
||||||
|
const source = new EventSource(`${endpoint}/events?token=${encodeURIComponent(token)}&clientId=${encodeURIComponent(clientId)}`);
|
||||||
|
source.addEventListener("hello", (event) => {
|
||||||
|
const busy = Boolean(parseEventData<AgentHelloEvent>(event)?.codex?.busy);
|
||||||
|
errorLoggedRef.current = false;
|
||||||
|
connectedRef.current = true;
|
||||||
|
setAgentState({ connected: true, activity: busy ? "Codex 正在运行" : "已连接", waiting: busy, sending: false, connectError: "", silentConnect: false, messages: useAgentStore.getState().messages.filter((item) => !isConnectionErrorMessage(item)) });
|
||||||
|
if (!headless) message.success("本地 Agent 已连接");
|
||||||
|
void postState(endpoint, token, clientId, canvasContextRef.current?.snapshot || null);
|
||||||
|
if (document.visibilityState === "visible" && document.hasFocus()) void activateAgentClient(endpoint, token, clientId);
|
||||||
|
});
|
||||||
|
source.addEventListener("codex_state", (event) => {
|
||||||
|
const data = parseEventData<AgentCodexState>(event);
|
||||||
|
if (!data) return;
|
||||||
|
enqueueEvent(async () => {
|
||||||
|
const busy = Boolean(data.busy);
|
||||||
|
setAgentState({ activity: busy ? "Codex 正在运行" : "完成", waiting: busy, ...(busy ? {} : { sending: false }) });
|
||||||
|
if (!busy) await loadThreads();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
source.addEventListener("tool_call", (event) => {
|
||||||
|
const data = parseEventData<AgentPendingToolCall>(event);
|
||||||
|
if (data) void handleToolCall(endpoint, token, data);
|
||||||
|
});
|
||||||
|
source.addEventListener("codex_approval", (event) => {
|
||||||
|
const data = parseEventData<AgentPendingApproval>(event);
|
||||||
|
if (!data || !isCurrentThreadEvent(data)) return;
|
||||||
|
setAgentState({ pendingApprovals: [...useAgentStore.getState().pendingApprovals.filter((item) => item.requestId !== data.requestId), data], activity: "等待权限确认" });
|
||||||
|
addEventLog("等待权限确认", data.reason || data.method, data);
|
||||||
|
});
|
||||||
|
source.addEventListener("codex_approval_resolved", (event) => {
|
||||||
|
const data = parseEventData<{ requestId?: string }>(event);
|
||||||
|
if (data?.requestId) setAgentState({ pendingApprovals: useAgentStore.getState().pendingApprovals.filter((item) => item.requestId !== data.requestId) });
|
||||||
|
});
|
||||||
|
source.addEventListener("agent_event", (event) => {
|
||||||
|
const data = parseEventData<AgentEventPayload>(event);
|
||||||
|
if (data) enqueueEvent(() => {
|
||||||
|
if (isCurrentThreadEvent(data)) handleAgentEvent(data);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
source.addEventListener("workspace_changed", (event) => {
|
||||||
|
const data = parseEventData<AgentWorkspaceEvent>(event);
|
||||||
|
if (!data) return;
|
||||||
|
enqueueEvent(async () => {
|
||||||
|
const nextThreadId = data.activeThreadId ?? data.threadId ?? "";
|
||||||
|
const current = useAgentStore.getState();
|
||||||
|
const keepPendingMessage = Boolean(data.emptyThread && current.sending && current.activeThreadId === nextThreadId);
|
||||||
|
pendingToolRef.current = null;
|
||||||
|
setAgentState({ activeThreadId: nextThreadId, ...(keepPendingMessage ? {} : { messages: [] }), tokenUsage: null, pendingTool: null, pendingApprovals: [] });
|
||||||
|
if (!data.draftThread) await loadThreads(Boolean(data.emptyThread));
|
||||||
|
});
|
||||||
|
});
|
||||||
|
source.addEventListener("chat_message", (event) => {
|
||||||
|
const data = parseEventData<AgentChatEvent>(event);
|
||||||
|
if (!data?.message) return;
|
||||||
|
enqueueEvent(() => {
|
||||||
|
if (!isCurrentThreadEvent(data)) return;
|
||||||
|
addMessage(data.message!);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
source.addEventListener("agent_log", (event) => {
|
||||||
|
const text = parseEventData<{ text?: unknown }>(event)?.text;
|
||||||
|
addEventLog("日志", text, text);
|
||||||
|
});
|
||||||
|
source.addEventListener("agent_error", (event) => {
|
||||||
|
const data = parseEventData<AgentEventPayload>(event);
|
||||||
|
if (!data) return;
|
||||||
|
enqueueEvent(() => {
|
||||||
|
if (!isCurrentThreadEvent(data)) return;
|
||||||
|
showAgentError(data.message, data.turn_id);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
source.onerror = () => {
|
||||||
|
const wasConnected = connectedRef.current;
|
||||||
|
const silent = useAgentStore.getState().silentConnect && !wasConnected;
|
||||||
|
const text = wasConnected ? "本地 Agent 连接失败或已断开" : "连接失败,请检查地址和 token";
|
||||||
|
if (!errorLoggedRef.current || wasConnected) {
|
||||||
|
addEventLog(wasConnected ? "连接断开" : "连接失败", text);
|
||||||
|
if (!headless && !silent) message.error(text);
|
||||||
|
}
|
||||||
|
errorLoggedRef.current = true;
|
||||||
|
connectedRef.current = false;
|
||||||
|
clearAgentSession({ activity: wasConnected ? "连接断开" : "连接失败", connected: false, connectError: silent ? "" : text, silentConnect: false });
|
||||||
|
if (!wasConnected) {
|
||||||
|
source.close();
|
||||||
|
setAgentState({ enabled: false });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
return () => {
|
||||||
|
source.close();
|
||||||
|
connectedRef.current = false;
|
||||||
|
loadThreadsSequenceRef.current += 1;
|
||||||
|
};
|
||||||
|
}, [enabled, endpoint, loadThreads, message, setAgentState, token]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (connected) void loadThreads();
|
||||||
|
}, [connected, loadThreads]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!connected) return;
|
||||||
|
const activate = () => void activateAgentClient(endpoint, token, clientIdRef.current);
|
||||||
|
const activateVisible = () => {
|
||||||
|
if (document.visibilityState === "visible") activate();
|
||||||
|
};
|
||||||
|
window.addEventListener("focus", activate);
|
||||||
|
document.addEventListener("visibilitychange", activateVisible);
|
||||||
|
return () => {
|
||||||
|
window.removeEventListener("focus", activate);
|
||||||
|
document.removeEventListener("visibilitychange", activateVisible);
|
||||||
|
};
|
||||||
|
}, [connected, endpoint, token]);
|
||||||
|
const sendPrompt = async () => {
|
||||||
|
const text = prompt.trim();
|
||||||
|
const files = attachments;
|
||||||
|
const requestPrompt = promptWithAttachments(text, files);
|
||||||
|
if (!connected || !requestPrompt || sending || waiting) return;
|
||||||
|
if (attachmentPayloadBytes(files) > MAX_ATTACHMENT_PAYLOAD_BYTES) {
|
||||||
|
addMessage({ role: "error", title: "图片过大", text: "图片附件超过 30MB,请删减后再发送。" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const messageId = createId();
|
||||||
|
const userText = text || `发送了 ${files.length} 张图片`;
|
||||||
|
setAgentState({ prompt: "", attachments: [], activity: "发送中", sending: true });
|
||||||
|
addMessage({ id: messageId, role: "user", text: userText, historyText: requestPrompt, attachments: files });
|
||||||
|
let threadId = useAgentStore.getState().activeThreadId;
|
||||||
|
try {
|
||||||
|
await resetThreadRef.current;
|
||||||
|
if (!threadId) {
|
||||||
|
const created = await fetchAgentJson<AgentThreadResponse>(endpoint, token, "/agent/codex/threads/new", { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({ permissionMode }) });
|
||||||
|
threadId = created.thread?.id || created.workspace?.activeThreadId || "";
|
||||||
|
if (!threadId) throw new Error("新建对话失败");
|
||||||
|
setAgentState({ activeThreadId: threadId, tokenUsage: null });
|
||||||
|
}
|
||||||
|
if (files.length) void saveAgentUserMessage(threadId, { id: messageId, role: "user", text: userText, historyText: requestPrompt, attachments: files }).catch(() => undefined);
|
||||||
|
addEventLog("发送任务", `${compactText(text) || "仅附件"}${files.length ? ` · 附件 ${files.length}` : ""}`);
|
||||||
|
const data = await fetchAgentJson<{ threadId?: string }>(endpoint, token, "/agent/codex/turn", {
|
||||||
|
method: "POST",
|
||||||
|
headers: { "content-type": "application/json" },
|
||||||
|
body: JSON.stringify({
|
||||||
|
prompt: requestPrompt,
|
||||||
|
messageText: userText,
|
||||||
|
messageId,
|
||||||
|
clientId: clientIdRef.current,
|
||||||
|
threadId,
|
||||||
|
permissionMode,
|
||||||
|
attachments: files.map(({ id, name, type, size, width, height, dataUrl }) => ({ id, name, type, size, width, height, dataUrl })),
|
||||||
|
}),
|
||||||
|
});
|
||||||
|
if (data.threadId) setAgentState({ activeThreadId: data.threadId });
|
||||||
|
files.forEach((item) => {
|
||||||
|
URL.revokeObjectURL(item.url);
|
||||||
|
attachmentUrlsRef.current.delete(item.url);
|
||||||
|
});
|
||||||
|
setAgentState({ sending: false, waiting: true, activity: "Codex 正在运行" });
|
||||||
|
} catch (error) {
|
||||||
|
const text = error instanceof Error ? error.message : "发送失败";
|
||||||
|
const busy = text.includes("Codex 正在运行");
|
||||||
|
const state = useAgentStore.getState();
|
||||||
|
setAgentState({
|
||||||
|
activity: busy ? "Codex 正在运行" : "发送失败",
|
||||||
|
...(state.prompt || state.attachments.length ? {} : { prompt, attachments: files }),
|
||||||
|
});
|
||||||
|
addMessage({ role: "error", title: busy ? "任务仍在运行" : "发送失败", text });
|
||||||
|
addEventLog("发送失败", error);
|
||||||
|
} finally {
|
||||||
|
setAgentState({ sending: false });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const stopTurn = async () => {
|
||||||
|
if (!connected || (!sending && !waiting)) return;
|
||||||
|
setAgentState({ activity: "停止中" });
|
||||||
|
try {
|
||||||
|
await fetch(`${endpoint}/agent/codex/interrupt?token=${encodeURIComponent(token)}`, { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({ threadId: useAgentStore.getState().activeThreadId || undefined }) });
|
||||||
|
addEventLog("停止任务", "已发送停止请求");
|
||||||
|
} catch {
|
||||||
|
setAgentState({ activity: "停止失败" });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const addAttachments = async (files: FileList | File[] | null) => {
|
||||||
|
if (!files) return;
|
||||||
|
const images = Array.from(files).filter((file) => file.type.startsWith("image/"));
|
||||||
|
const prev = useAgentStore.getState().attachments;
|
||||||
|
try {
|
||||||
|
const next = await Promise.all(
|
||||||
|
images.slice(0, Math.max(0, MAX_ATTACHMENTS - prev.length)).map(async (file) => {
|
||||||
|
const dataUrl = await readDataUrl(file);
|
||||||
|
const meta = await readImageMeta(dataUrl);
|
||||||
|
const url = URL.createObjectURL(file);
|
||||||
|
attachmentUrlsRef.current.add(url);
|
||||||
|
return { id: createId(), name: file.name, type: file.type, size: file.size, width: meta.width, height: meta.height, url, dataUrl };
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
const merged = [...prev, ...next];
|
||||||
|
if (attachmentPayloadBytes(merged) > MAX_ATTACHMENT_PAYLOAD_BYTES) {
|
||||||
|
next.forEach((item) => {
|
||||||
|
URL.revokeObjectURL(item.url);
|
||||||
|
attachmentUrlsRef.current.delete(item.url);
|
||||||
|
});
|
||||||
|
addMessage({ role: "error", title: "图片过大", text: "图片附件最多约 30MB。" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (next.length) setAgentState({ attachments: merged });
|
||||||
|
} catch (error) {
|
||||||
|
addMessage({ role: "error", title: "图片读取失败", text: error instanceof Error ? error.message : "图片读取失败" });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const removeAttachment = (id: string) => {
|
||||||
|
const removed = attachments.find((item) => item.id === id);
|
||||||
|
if (removed) {
|
||||||
|
URL.revokeObjectURL(removed.url);
|
||||||
|
attachmentUrlsRef.current.delete(removed.url);
|
||||||
|
}
|
||||||
|
setAgentState({ attachments: attachments.filter((item) => item.id !== id) });
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleToolCall = async (endpoint: string, token: string, payload: AgentPendingToolCall) => {
|
||||||
|
if (confirmToolsRef.current && isCanvasWriteTool(payload.name)) {
|
||||||
|
if (pendingToolRef.current) {
|
||||||
|
await postToolResult(endpoint, token, clientIdRef.current, { requestId: payload.requestId, error: "仍有待确认的画布工具调用" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
pendingToolRef.current = payload;
|
||||||
|
setAgentState({ pendingTool: payload });
|
||||||
|
addEventLog("等待确认", payload, payload);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
await runToolCall(endpoint, token, payload);
|
||||||
|
};
|
||||||
|
|
||||||
|
const runToolCall = async (endpoint: string, token: string, payload: AgentPendingToolCall) => {
|
||||||
|
if (isSiteTool(payload.name)) {
|
||||||
|
try {
|
||||||
|
addEventLog(toolName(payload.name), payload, payload);
|
||||||
|
const result = await runSiteTool(payload.name, payload.input || {}, navigate, { canvasSnapshot: canvasContextRef.current?.snapshot || null });
|
||||||
|
await postToolResult(endpoint, token, clientIdRef.current, { requestId: payload.requestId, result });
|
||||||
|
addEventLog(`${toolName(payload.name)}完成`, result, result);
|
||||||
|
addMessage({ role: "tool", title: toolName(payload.name), text: siteToolSummary(payload.name, result), detail: toolCallDetail(payload.name, payload.input, "completed") });
|
||||||
|
} catch (error) {
|
||||||
|
const message = error instanceof Error ? error.message : "工具执行失败";
|
||||||
|
addMessage({ role: "tool", title: toolName(payload.name), text: message, detail: toolCallDetail(payload.name, payload.input, "failed", message) });
|
||||||
|
await postToolResult(endpoint, token, clientIdRef.current, { requestId: payload.requestId, error: message });
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
const input: { ops?: CanvasAgentOp[]; path?: string } = payload.input || {};
|
||||||
|
addEventLog(toolName(payload.name), payload, payload);
|
||||||
|
let result: unknown;
|
||||||
|
let appliedOps = input.ops || [];
|
||||||
|
if (payload.name === "site_navigate") {
|
||||||
|
const path = input.path || "/";
|
||||||
|
navigate(path);
|
||||||
|
result = { ok: true, path };
|
||||||
|
} else if (payload.name === "canvas_apply_ops") {
|
||||||
|
const context = canvasContextRef.current;
|
||||||
|
if (!context) throw new Error("当前不在画布页,请先用 site_navigate 打开画布");
|
||||||
|
result = context.applyOps(appliedOps);
|
||||||
|
void postState(endpoint, token, clientIdRef.current, result as CanvasAgentSnapshot);
|
||||||
|
} else if (payload.name === "canvas_create_attachment_nodes") {
|
||||||
|
const context = canvasContextRef.current;
|
||||||
|
if (!context) throw new Error("当前不在画布页,请先用 site_navigate 打开画布");
|
||||||
|
appliedOps = await attachmentNodeOps(endpoint, token, clientIdRef.current, payload.input?.nodes);
|
||||||
|
result = context.applyOps(appliedOps);
|
||||||
|
await postState(endpoint, token, clientIdRef.current, result as CanvasAgentSnapshot);
|
||||||
|
} else {
|
||||||
|
const snapshot = canvasContextRef.current?.snapshot;
|
||||||
|
if (!snapshot) throw new Error("当前不在画布页,请先用 site_navigate 打开画布");
|
||||||
|
result = snapshot;
|
||||||
|
}
|
||||||
|
await postToolResult(endpoint, token, clientIdRef.current, { requestId: payload.requestId, result });
|
||||||
|
addEventLog(`${toolName(payload.name)}完成`, result, result);
|
||||||
|
addMessage({
|
||||||
|
role: "tool",
|
||||||
|
title: toolName(payload.name),
|
||||||
|
text: appliedOps.length ? summarizeCanvasAgentOps(appliedOps) || "已完成画布操作" : payload.name === "site_navigate" ? `已打开${routeName(input.path || "/")}` : "已完成",
|
||||||
|
detail: toolCallDetail(payload.name, input, "completed"),
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
const message = error instanceof Error ? error.message : "画布操作失败";
|
||||||
|
addMessage({ role: "tool", title: toolName(payload.name), text: message, detail: toolCallDetail(payload.name, payload.input, "failed", message) });
|
||||||
|
await postToolResult(endpoint, token, clientIdRef.current, { requestId: payload.requestId, error: message });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const rejectPendingTool = async () => {
|
||||||
|
if (!pendingTool) return;
|
||||||
|
await postToolResult(endpoint, token, clientIdRef.current, { requestId: pendingTool.requestId, error: "用户取消了画布工具调用" });
|
||||||
|
addMessage({ role: "tool", title: toolName(pendingTool.name), text: "用户已取消本次操作", detail: toolCallDetail(pendingTool.name, pendingTool.input, "declined") });
|
||||||
|
pendingToolRef.current = null;
|
||||||
|
setAgentState({ pendingTool: null });
|
||||||
|
};
|
||||||
|
|
||||||
|
const approvePendingTool = async () => {
|
||||||
|
if (!pendingTool) return;
|
||||||
|
const tool = pendingTool;
|
||||||
|
pendingToolRef.current = null;
|
||||||
|
setAgentState({ pendingTool: null });
|
||||||
|
await runToolCall(endpoint, token, tool);
|
||||||
|
};
|
||||||
|
|
||||||
|
const decideApproval = async (approval: AgentPendingApproval, decision: "accept" | "acceptForSession" | "decline") => {
|
||||||
|
setAgentState({ pendingApprovals: useAgentStore.getState().pendingApprovals.filter((item) => item.requestId !== approval.requestId), activity: decision === "decline" ? "已拒绝权限请求" : "Codex 正在运行" });
|
||||||
|
try {
|
||||||
|
await postCodexApproval(endpoint, token, approval.requestId, decision);
|
||||||
|
addEventLog(decision === "decline" ? "已拒绝权限" : "已批准权限", approval.reason || approval.method, approval);
|
||||||
|
} catch (error) {
|
||||||
|
addEventLog("权限审批失败", error);
|
||||||
|
message.error(error instanceof Error ? error.message : "权限审批失败");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const changePermissionMode = (nextMode: AgentPermissionMode) => {
|
||||||
|
const apply = () => {
|
||||||
|
localStorage.setItem("canvas-agent-permission-mode", nextMode);
|
||||||
|
setAgentState({ permissionMode: nextMode });
|
||||||
|
};
|
||||||
|
if (nextMode !== "full") return apply();
|
||||||
|
modal.confirm({
|
||||||
|
title: "启用完全访问权限",
|
||||||
|
content: "Codex 将不受沙箱限制,可访问互联网及本机任意文件。请仅在信任当前任务时使用。",
|
||||||
|
okText: "启用完全访问",
|
||||||
|
okType: "danger",
|
||||||
|
cancelText: "取消",
|
||||||
|
onOk: apply,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const toggleAgentConnection = async ({ silent = false }: { silent?: boolean } = {}) => {
|
||||||
|
if (enabled) {
|
||||||
|
clearAgentSession({ enabled: false, connected: false, activity: "离线", connectError: "" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const urlToken = searchParams.get("agentToken") || "";
|
||||||
|
const urlEndpoint = searchParams.get("agentUrl") || "";
|
||||||
|
const discovered = urlToken ? null : await discoverAgentConfig(endpoint || DEFAULT_AGENT_URL);
|
||||||
|
const nextEndpoint = (urlEndpoint || discovered?.url || endpoint || DEFAULT_AGENT_URL).trim().replace(/\/$/, "");
|
||||||
|
const nextToken = (urlToken || token.trim() || discovered?.token || "").trim();
|
||||||
|
if (!nextEndpoint) {
|
||||||
|
const text = "请填写本地 Agent 地址";
|
||||||
|
if (!silent) {
|
||||||
|
setAgentState({ connectError: text });
|
||||||
|
if (!headless) message.warning(text);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!nextToken) {
|
||||||
|
const text = "没有发现本地 Agent,请先在 Codex 使用插件或手动启动 Canvas Agent";
|
||||||
|
if (!silent) {
|
||||||
|
setAgentState({ connectError: text });
|
||||||
|
if (!headless) message.warning(text);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
const parsed = new URL(nextEndpoint);
|
||||||
|
if (parsed.protocol !== "http:" && parsed.protocol !== "https:") throw new Error("invalid protocol");
|
||||||
|
} catch {
|
||||||
|
const text = "本地 Agent 地址格式不正确";
|
||||||
|
if (!silent) {
|
||||||
|
setAgentState({ connectError: text });
|
||||||
|
if (!headless) message.warning(text);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
errorLoggedRef.current = false;
|
||||||
|
setAgentState({ url: nextEndpoint, token: nextToken, enabled: true, connected: false, silentConnect: silent, activity: "连接中", connectError: "", activeTab: "setup" });
|
||||||
|
};
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (urlAgentAutoConnect && confirmTools) setAgentState({ confirmTools: false });
|
||||||
|
}, [confirmTools, setAgentState, urlAgentAutoConnect]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!autoConnect || autoConnectRef.current || enabled || connected) return;
|
||||||
|
autoConnectRef.current = true;
|
||||||
|
void toggleAgentConnection({ silent: true });
|
||||||
|
}, [autoConnect, connected, enabled]);
|
||||||
|
|
||||||
|
function clearAgentSession(patch: Parameters<typeof setAgentState>[0] = {}) {
|
||||||
|
loadThreadsSequenceRef.current += 1;
|
||||||
|
setAgentState({
|
||||||
|
messages: [],
|
||||||
|
tokenUsage: null,
|
||||||
|
threads: [],
|
||||||
|
activeThreadId: "",
|
||||||
|
workspacePath: "",
|
||||||
|
loadingThreads: false,
|
||||||
|
waiting: false,
|
||||||
|
sending: false,
|
||||||
|
pendingTool: null,
|
||||||
|
pendingApprovals: [],
|
||||||
|
...patch,
|
||||||
|
});
|
||||||
|
pendingToolRef.current = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
const startNewThread = () => {
|
||||||
|
if (!connected || sending || waiting) return;
|
||||||
|
setAgentState({ activeThreadId: "", messages: [], tokenUsage: null, activeTab: "chat", activity: "新对话", pendingTool: null, pendingApprovals: [] });
|
||||||
|
pendingToolRef.current = null;
|
||||||
|
const request = fetchAgentJson(endpoint, token, "/agent/codex/threads/reset", { method: "POST" }).catch((error) => {
|
||||||
|
addEventLog("新建对话失败", error);
|
||||||
|
message.error(error instanceof Error ? error.message : "新建对话失败");
|
||||||
|
throw error;
|
||||||
|
});
|
||||||
|
resetThreadRef.current = request;
|
||||||
|
void request.finally(() => {
|
||||||
|
if (resetThreadRef.current === request) resetThreadRef.current = null;
|
||||||
|
}).catch(() => undefined);
|
||||||
|
};
|
||||||
|
|
||||||
|
const resumeThread = async (threadId: string) => {
|
||||||
|
if (!connected || !threadId || sending || waiting) return;
|
||||||
|
setAgentState({ loadingThreads: true });
|
||||||
|
try {
|
||||||
|
const current = useAgentStore.getState();
|
||||||
|
const [data, storedMessages] = await Promise.all([
|
||||||
|
fetchAgentJson<AgentThreadResponse>(endpoint, token, `/agent/codex/threads/${encodeURIComponent(threadId)}/resume`, { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({ permissionMode }) }),
|
||||||
|
readAgentUserMessages(threadId),
|
||||||
|
]);
|
||||||
|
const localMessages = current.activeThreadId === threadId ? current.messages : [];
|
||||||
|
setAgentState({ activeThreadId: data.thread?.id || threadId, messages: mergeHistoryAttachments(normalizeHistoryMessages(data.messages || []), [...storedMessages, ...localMessages]), tokenUsage: null, activeTab: "chat", activity: "已恢复会话" });
|
||||||
|
} catch (error) {
|
||||||
|
addEventLog("恢复对话失败", error);
|
||||||
|
message.error(error instanceof Error ? error.message : "恢复对话失败");
|
||||||
|
} finally {
|
||||||
|
setAgentState({ loadingThreads: false });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const deleteThreads = async (threadIds: string[]) => {
|
||||||
|
if (!connected || !threadIds.length || sending || waiting) return;
|
||||||
|
setAgentState({ loadingThreads: true });
|
||||||
|
try {
|
||||||
|
await Promise.all(threadIds.map((threadId) => fetchAgentJson(endpoint, token, `/agent/codex/threads/${encodeURIComponent(threadId)}/delete`, { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({}) })));
|
||||||
|
void deleteAgentThreadMessages(threadIds).catch(() => undefined);
|
||||||
|
const current = useAgentStore.getState();
|
||||||
|
const deleted = new Set(threadIds);
|
||||||
|
setAgentState({
|
||||||
|
threads: current.threads.filter((thread) => !deleted.has(thread.id)),
|
||||||
|
activeThreadId: deleted.has(current.activeThreadId) ? "" : current.activeThreadId,
|
||||||
|
messages: deleted.has(current.activeThreadId) ? [] : current.messages,
|
||||||
|
tokenUsage: deleted.has(current.activeThreadId) ? null : current.tokenUsage,
|
||||||
|
});
|
||||||
|
message.success(`已删除 ${threadIds.length} 条记录`);
|
||||||
|
} catch (error) {
|
||||||
|
addEventLog("删除对话失败", error);
|
||||||
|
message.error(error instanceof Error ? error.message : "删除对话失败");
|
||||||
|
} finally {
|
||||||
|
setAgentState({ loadingThreads: false });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const confirmDeleteThreads = (threadIds: string[]) => {
|
||||||
|
modal.confirm({
|
||||||
|
title: `删除 ${threadIds.length} 条对话记录`,
|
||||||
|
content: "删除后无法恢复,确定继续吗?",
|
||||||
|
okText: "删除",
|
||||||
|
okType: "danger",
|
||||||
|
cancelText: "取消",
|
||||||
|
onOk: () => deleteThreads(threadIds),
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const addMessage = (item: Omit<AgentChatItem, "id"> & { id?: string }) => {
|
||||||
|
const text = normalizeText(item.text);
|
||||||
|
if (!text && !item.attachments?.length) return;
|
||||||
|
const next = { ...item, id: item.id || `${Date.now()}-${Math.random()}`, text } as AgentChatItem;
|
||||||
|
const currentMessages = useAgentStore.getState().messages;
|
||||||
|
if (currentMessages.some((message) => message.id === next.id)) return;
|
||||||
|
if (next.streamId) {
|
||||||
|
const index = currentMessages.findIndex((message) => message.streamId === next.streamId);
|
||||||
|
if (index >= 0) {
|
||||||
|
setAgentState({ messages: currentMessages.map((message, i) => (i === index ? { ...message, ...next, id: message.id, text: next.text || message.text } : message)) });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const last = currentMessages.at(-1);
|
||||||
|
if (last?.role === "assistant" && next.role === "assistant" && last.title === next.title) {
|
||||||
|
const merged = mergeAgentText(last.text, next.text);
|
||||||
|
if (merged === last.text) return;
|
||||||
|
setAgentState({ messages: [...useAgentStore.getState().messages.slice(0, -1), { ...last, text: merged, meta: next.meta || last.meta }] });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
pushMessage(next);
|
||||||
|
};
|
||||||
|
|
||||||
|
const addEventLog = (title: string, text: unknown, raw?: unknown) => {
|
||||||
|
const value = normalizeText(text) || title;
|
||||||
|
const last = useAgentStore.getState().eventLogs.at(-1);
|
||||||
|
if (last?.title === title && last.text === value) return;
|
||||||
|
pushEventLog({ id: `${Date.now()}-${Math.random()}`, time: new Date().toLocaleTimeString(), title, text: value, raw });
|
||||||
|
};
|
||||||
|
|
||||||
|
const upsertActivityMessage = (item: AgentChatItem) => {
|
||||||
|
const currentMessages = useAgentStore.getState().messages;
|
||||||
|
const index = currentMessages.findIndex((message) => message.id === item.id);
|
||||||
|
if (index < 0) {
|
||||||
|
pushMessage(item);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setAgentState({
|
||||||
|
messages: currentMessages.map((message, i) => {
|
||||||
|
if (i !== index) return message;
|
||||||
|
const preserveReasoning = item.title === "思考摘要" && item.text === "已完成分析" && Boolean(message.text.trim()) && message.text !== activityPlaceholder("reasoning");
|
||||||
|
return { ...message, ...item, ...(preserveReasoning ? { text: message.text } : {}) };
|
||||||
|
}),
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const appendActivityDelta = (item: AgentEventItem) => {
|
||||||
|
if (!item.id) return;
|
||||||
|
const delta = stringText(item.delta);
|
||||||
|
if (!delta) return;
|
||||||
|
const currentMessages = useAgentStore.getState().messages;
|
||||||
|
const index = currentMessages.findIndex((message) => message.id === item.id);
|
||||||
|
if (index < 0) {
|
||||||
|
if (!delta.trim()) return;
|
||||||
|
upsertActivityMessage(activityDeltaFallback(item, delta));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const current = currentMessages[index];
|
||||||
|
if (item.type === "command_execution") {
|
||||||
|
const detail = activityDetail(current.detail, "command", "inProgress");
|
||||||
|
detail.output = `${detail.output || ""}${delta}`;
|
||||||
|
setAgentState({ messages: currentMessages.map((message, i) => (i === index ? { ...message, detail } : message)) });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const placeholder = activityPlaceholder(item.type);
|
||||||
|
if (!delta.trim() && current.text === placeholder) return;
|
||||||
|
const text = current.text === placeholder ? delta : `${current.text}${delta}`;
|
||||||
|
setAgentState({ messages: currentMessages.map((message, i) => (i === index ? { ...message, text, detail: { ...activityDetail(message.detail, activityKind(item.type), "inProgress") } } : message)) });
|
||||||
|
};
|
||||||
|
|
||||||
|
const finishPlanActivity = (turnId: string, status?: string) => {
|
||||||
|
const id = `plan-${turnId}`;
|
||||||
|
const currentMessages = useAgentStore.getState().messages;
|
||||||
|
const index = currentMessages.findIndex((message) => message.id === id);
|
||||||
|
if (index < 0) return;
|
||||||
|
const current = currentMessages[index];
|
||||||
|
const detail = activityDetail(current.detail, "todo", turnPlanStatus(current.detail, status));
|
||||||
|
setAgentState({ messages: currentMessages.map((message, i) => (i === index ? { ...message, detail } : message)) });
|
||||||
|
};
|
||||||
|
|
||||||
|
const showAgentError = (value: unknown, turnId?: string) => {
|
||||||
|
const error = agentErrorView(value);
|
||||||
|
const item = { id: turnId ? `error-${turnId}` : createId(), role: "error" as const, title: error.title, text: error.text };
|
||||||
|
upsertActivityMessage(item);
|
||||||
|
setAgentState({ activity: "处理失败", waiting: false, sending: false });
|
||||||
|
addEventLog("处理失败", error.text, value);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleAgentEvent = async (event: AgentEventPayload) => {
|
||||||
|
if (event.type === "usage.updated") setAgentState({ tokenUsage: eventUsage(event) });
|
||||||
|
const log = formatAgentEventLog(event);
|
||||||
|
if (log) addEventLog(log.title, log.text);
|
||||||
|
if (event.type === "thread.started" && event.thread_id) setAgentState({ activeThreadId: event.thread_id });
|
||||||
|
if (event.type === "item.updated" && event.item?.type === "agent_message" && event.item.id) {
|
||||||
|
appendStreamDelta(event.item.id, stringText(event.item.delta));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (event.type === "item.updated" && event.item) {
|
||||||
|
appendActivityDelta(event.item);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (event.type === "plan.updated" && event.turn_id) {
|
||||||
|
const plan = formatAgentPlan(event);
|
||||||
|
if (plan) upsertActivityMessage({ ...plan, id: `plan-${event.turn_id}` });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (event.type === "item.completed" && event.item?.type === "agent_message" && event.item.id) {
|
||||||
|
const currentMessages = useAgentStore.getState().messages;
|
||||||
|
const index = currentMessages.findIndex((message) => message.streamId === event.item?.id);
|
||||||
|
if (index >= 0) {
|
||||||
|
const text = stringText(event.item.text);
|
||||||
|
setAgentState({ messages: currentMessages.map((message, i) => (i === index ? { ...message, text: text || message.text, streamId: undefined } : message)) });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (event.type === "item.completed" && event.item?.type === "image_generation" && event.item.id) {
|
||||||
|
const generated = await importGeneratedImages(endpoint, token, event.item);
|
||||||
|
if (generated.length) {
|
||||||
|
const context = canvasContextRef.current;
|
||||||
|
if (context) {
|
||||||
|
const right = Math.max(0, ...context.snapshot.nodes.map((node) => node.position.x + node.width)) + 80;
|
||||||
|
const ops = generated.map<CanvasAgentOp>((image, index) => {
|
||||||
|
const size = fitNodeSize(image.upload.width, image.upload.height);
|
||||||
|
return {
|
||||||
|
type: "add_node",
|
||||||
|
id: `image-${createId()}`,
|
||||||
|
nodeType: "image",
|
||||||
|
title: image.name,
|
||||||
|
position: { x: right + index * 40, y: index * 40 },
|
||||||
|
...size,
|
||||||
|
metadata: imageMetadata(image.upload),
|
||||||
|
};
|
||||||
|
});
|
||||||
|
const result = context.applyOps(ops);
|
||||||
|
void postState(endpoint, token, clientIdRef.current, result);
|
||||||
|
}
|
||||||
|
addMessage({ id: `generated-${event.item.id}`, role: "assistant", text: context ? "已将生成图片添加到当前画布。" : "图片已生成。", attachments: generated.map((image) => image.attachment) });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const activity = formatAgentActivity(event);
|
||||||
|
if (activity && event.item?.id) {
|
||||||
|
upsertActivityMessage({ ...activity, id: event.item.id });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (event.type === "turn.completed") {
|
||||||
|
if (event.turn_id) finishPlanActivity(event.turn_id, event.status);
|
||||||
|
setAgentState({ messages: useAgentStore.getState().messages.map((message) => (message.streamId ? { ...message, streamId: undefined } : message)) });
|
||||||
|
if (event.status === "failed") showAgentError(event.error?.message, event.turn_id);
|
||||||
|
}
|
||||||
|
const item = formatAgentEvent(event);
|
||||||
|
if (item) addMessage(item);
|
||||||
|
};
|
||||||
|
|
||||||
|
const appendStreamDelta = (streamId: string, delta: string) => {
|
||||||
|
if (!delta) return;
|
||||||
|
const currentMessages = useAgentStore.getState().messages;
|
||||||
|
const index = currentMessages.findIndex((message) => message.streamId === streamId);
|
||||||
|
if (index < 0) {
|
||||||
|
pushMessage({ id: `stream-${streamId}`, role: "assistant", title: "Codex", text: delta, streamId });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setAgentState({ messages: currentMessages.map((message, i) => (i === index ? { ...message, text: `${message.text}${delta}` } : message)) });
|
||||||
|
};
|
||||||
|
|
||||||
|
const content = (
|
||||||
|
<>
|
||||||
|
<AgentPanelTabs
|
||||||
|
value={activeTab}
|
||||||
|
theme={theme}
|
||||||
|
leading={
|
||||||
|
<div className="flex items-center gap-2 pr-1">
|
||||||
|
<span className="grid size-8 place-items-center">
|
||||||
|
<Bot className="size-4" />
|
||||||
|
</span>
|
||||||
|
<div className="text-base font-semibold leading-5">Agent</div>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
items={[
|
||||||
|
{ value: "setup", label: "连接", icon: <PlugZap className="size-3.5" /> },
|
||||||
|
{ value: "chat", label: "对话", icon: <MessageSquare className="size-3.5" /> },
|
||||||
|
{ value: "history", label: "历史", icon: <History className="size-3.5" />, count: threads.length },
|
||||||
|
{ value: "log", label: "日志", icon: <Terminal className="size-3.5" />, count: eventLogs.length },
|
||||||
|
]}
|
||||||
|
onChange={(activeTab) => {
|
||||||
|
setAgentState({ activeTab });
|
||||||
|
if (activeTab === "history") void loadThreads();
|
||||||
|
}}
|
||||||
|
right={
|
||||||
|
<>
|
||||||
|
<Button size="small" type="text" disabled={!connected || loadingThreads || sending || waiting} icon={<Plus className="size-3.5" />} onClick={startNewThread}>
|
||||||
|
新对话
|
||||||
|
</Button>
|
||||||
|
<Tooltip title="收起对话">
|
||||||
|
<Button type="text" shape="circle" className="!h-8 !w-8 !min-w-8" style={{ color: theme.node.muted }} icon={<PanelRightClose className="size-4" />} onClick={closePanel} />
|
||||||
|
</Tooltip>
|
||||||
|
</>
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
|
||||||
|
{activeTab === "setup" ? (
|
||||||
|
<AgentConnectView
|
||||||
|
theme={theme}
|
||||||
|
url={url}
|
||||||
|
token={token}
|
||||||
|
enabled={enabled}
|
||||||
|
connected={connected}
|
||||||
|
activity={activity}
|
||||||
|
connectError={connectError}
|
||||||
|
onUrlChange={(url) => setAgentState({ url, connectError: "" })}
|
||||||
|
onTokenChange={(token) => setAgentState({ token, connectError: "" })}
|
||||||
|
onToggleEnabled={toggleAgentConnection}
|
||||||
|
/>
|
||||||
|
) : activeTab === "history" ? (
|
||||||
|
<AgentHistoryView
|
||||||
|
theme={theme}
|
||||||
|
threads={threads}
|
||||||
|
activeThreadId={activeThreadId}
|
||||||
|
workspacePath={workspacePath}
|
||||||
|
loading={loadingThreads}
|
||||||
|
busy={sending || waiting}
|
||||||
|
connected={connected}
|
||||||
|
onRefresh={() => void loadThreads()}
|
||||||
|
onNewThread={() => void startNewThread()}
|
||||||
|
onResumeThread={(threadId) => void resumeThread(threadId)}
|
||||||
|
onDeleteThreads={confirmDeleteThreads}
|
||||||
|
/>
|
||||||
|
) : activeTab === "log" ? (
|
||||||
|
<AgentLogView
|
||||||
|
logs={eventLogs}
|
||||||
|
theme={theme}
|
||||||
|
context={{ endpoint, connected, enabled, activity, waiting, sending, messages: messageCount, pendingTool: pendingTool?.name }}
|
||||||
|
onClear={clearEventLogs}
|
||||||
|
onCopied={(text) => message.success(text)}
|
||||||
|
onCopyBlocked={(text) => message.warning(text)}
|
||||||
|
/>
|
||||||
|
) : (
|
||||||
|
<>
|
||||||
|
<AgentChatTimeline theme={theme} pendingTool={pendingTool} pendingApprovals={pendingApprovals} sending={sending} waiting={waiting} onRejectTool={rejectPendingTool} onApproveTool={approvePendingTool} onApprovalDecision={decideApproval} />
|
||||||
|
<AgentTaskProgress theme={theme} busy={sending || waiting} />
|
||||||
|
{tokenUsage ? <AgentUsageBar usage={tokenUsage} theme={theme} /> : null}
|
||||||
|
<AgentChatComposer
|
||||||
|
prompt={prompt}
|
||||||
|
attachments={attachments.map(agentAttachmentToChatAttachment)}
|
||||||
|
disabled={!connected}
|
||||||
|
sending={sending || waiting}
|
||||||
|
placeholder="询问 Codex,或让它操作网站/画布"
|
||||||
|
theme={theme}
|
||||||
|
onPromptChange={(prompt) => setAgentState({ prompt })}
|
||||||
|
onSubmit={sendPrompt}
|
||||||
|
onStop={stopTurn}
|
||||||
|
onAddFiles={addAttachments}
|
||||||
|
onRemoveAttachment={removeAttachment}
|
||||||
|
confirmTools={confirmTools}
|
||||||
|
onConfirmToolsChange={(confirmTools) => setAgentState({ confirmTools })}
|
||||||
|
permissionMode={permissionMode}
|
||||||
|
onPermissionModeChange={changePermissionMode}
|
||||||
|
left={
|
||||||
|
attachments.length ? (
|
||||||
|
<span className="text-[11px]" style={{ color: theme.node.muted }}>
|
||||||
|
{formatBytes(attachmentPayloadBytes(attachments))} / 30MB
|
||||||
|
</span>
|
||||||
|
) : null
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
|
||||||
|
if (headless) return null;
|
||||||
|
return embedded ? content : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function attachmentNodeOps(endpoint: string, token: string, clientId: string, value: unknown): Promise<CanvasAgentOp[]> {
|
||||||
|
const nodes = Array.isArray(value) ? value : [];
|
||||||
|
if (!nodes.length) throw new Error("没有可添加的图片附件");
|
||||||
|
return await Promise.all(
|
||||||
|
nodes.map(async (value) => {
|
||||||
|
const item = value as { id?: unknown; attachmentId?: unknown; title?: unknown; position?: unknown };
|
||||||
|
const id = String(item.id || "");
|
||||||
|
const attachmentId = String(item.attachmentId || "");
|
||||||
|
if (!id || !attachmentId) throw new Error("图片附件节点参数无效");
|
||||||
|
const res = await fetch(`${endpoint}/agent/attachments/${encodeURIComponent(attachmentId)}?token=${encodeURIComponent(token)}&clientId=${encodeURIComponent(clientId)}`);
|
||||||
|
if (!res.ok) {
|
||||||
|
const body = (await res.json().catch(() => null)) as { error?: string } | null;
|
||||||
|
throw new Error(body?.error || "读取图片附件失败");
|
||||||
|
}
|
||||||
|
const image = await uploadImage(await res.blob());
|
||||||
|
const size = fitNodeSize(image.width, image.height);
|
||||||
|
const position = item.position && typeof item.position === "object" ? (item.position as { x?: unknown; y?: unknown }) : {};
|
||||||
|
return {
|
||||||
|
type: "add_node" as const,
|
||||||
|
id,
|
||||||
|
nodeType: "image" as const,
|
||||||
|
title: String(item.title || "参考图"),
|
||||||
|
position: { x: Number(position.x) || 0, y: Number(position.y) || 0 },
|
||||||
|
width: size.width,
|
||||||
|
height: size.height,
|
||||||
|
metadata: imageMetadata(image),
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function createId() {
|
||||||
|
return randomId();
|
||||||
|
}
|
||||||
|
|
||||||
|
function clamp(value: number, min: number, max: number) {
|
||||||
|
return Math.min(max, Math.max(min, value));
|
||||||
|
}
|
||||||
|
|
||||||
|
async function importGeneratedImages(endpoint: string, token: string, item: AgentEventItem) {
|
||||||
|
const sources = Array.from(generatedImageSources(item));
|
||||||
|
return await Promise.all(
|
||||||
|
sources.map(async (source, index) => {
|
||||||
|
const response = source.startsWith("data:image/")
|
||||||
|
? await fetch(source)
|
||||||
|
: await fetch(`${endpoint}/agent/local-image?token=${encodeURIComponent(token)}`, { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({ path: source }) });
|
||||||
|
if (!response.ok) throw new Error("读取 Codex 生成图片失败");
|
||||||
|
const blob = await response.blob();
|
||||||
|
const upload = await uploadImage(blob);
|
||||||
|
const dataUrl = await readDataUrl(blob);
|
||||||
|
const name = source.startsWith("/") ? source.split("/").at(-1) || `生成图片 ${index + 1}` : `生成图片 ${index + 1}`;
|
||||||
|
return { upload, name, attachment: { id: createId(), name, type: blob.type || upload.mimeType, size: blob.size, width: upload.width, height: upload.height, url: upload.url, dataUrl } };
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function generatedImageSources(value: unknown, result = new Set<string>()) {
|
||||||
|
if (typeof value === "string") {
|
||||||
|
if (value.startsWith("data:image/") || (/^\/.+\.(?:avif|gif|jpe?g|png|webp)$/i.test(value) && !value.includes("\n"))) result.add(value);
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
if (Array.isArray(value)) value.forEach((item) => generatedImageSources(item, result));
|
||||||
|
else if (value && typeof value === "object") Object.values(value).forEach((item) => generatedImageSources(item, result));
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
function readDataUrl(file: Blob) {
|
||||||
|
return new Promise<string>((resolve, reject) => {
|
||||||
|
const reader = new FileReader();
|
||||||
|
reader.onload = () => resolve(String(reader.result || ""));
|
||||||
|
reader.onerror = () => reject(reader.error || new Error("读取图片失败"));
|
||||||
|
reader.readAsDataURL(file);
|
||||||
|
});
|
||||||
|
}
|
||||||
@@ -1,319 +0,0 @@
|
|||||||
import { useEffect, useRef, useState, type ReactNode } from "react";
|
|
||||||
import { Button, Tooltip } from "antd";
|
|
||||||
import { ArrowUp, CheckCircle2, CircleAlert, ImagePlus, LoaderCircle, Square, UserRound, Wrench, X, XCircle } from "lucide-react";
|
|
||||||
import { Streamdown } from "streamdown";
|
|
||||||
|
|
||||||
import { isPlainEnterKey } from "@/lib/keyboard-event";
|
|
||||||
import { canvasThemes } from "@/lib/canvas-theme";
|
|
||||||
import type { LocalUser } from "@/stores/use-user-store";
|
|
||||||
|
|
||||||
export type CanvasAgentChatAttachment = { id: string; name: string; url: string };
|
|
||||||
export type CanvasAgentChatMessage = {
|
|
||||||
id: string;
|
|
||||||
role: "user" | "assistant" | "system" | "tool" | "error";
|
|
||||||
title?: string;
|
|
||||||
text: string;
|
|
||||||
meta?: string;
|
|
||||||
detail?: unknown;
|
|
||||||
attachments?: CanvasAgentChatAttachment[];
|
|
||||||
/** Present while the message is actively streaming; cleared on completion. */
|
|
||||||
streamId?: string;
|
|
||||||
};
|
|
||||||
|
|
||||||
const WORKING_TEXT = "working...";
|
|
||||||
|
|
||||||
export function AgentChatMessage({ item, theme, user, onRejectTool, onApproveTool }: { item: CanvasAgentChatMessage; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; user: LocalUser | null; onRejectTool?: (id: string) => void; onApproveTool?: (id: string) => void }) {
|
|
||||||
const isUser = item.role === "user";
|
|
||||||
const isSystem = item.role === "system";
|
|
||||||
const color = item.role === "error" ? "#dc2626" : item.role === "tool" ? "#2563eb" : theme.node.text;
|
|
||||||
if (isSystem) {
|
|
||||||
return (
|
|
||||||
<div className="flex justify-center text-xs">
|
|
||||||
<div className="max-w-[88%] px-3 py-1.5 text-center" style={{ color: theme.node.muted }}>
|
|
||||||
{item.text}
|
|
||||||
{item.meta ? <span className="ml-2 opacity-60">{item.meta}</span> : null}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if (item.role === "tool") {
|
|
||||||
if (objectField(item.detail, "status") === "pending") return <AgentPendingToolCard summary={item.text} detail={item.detail} theme={theme} onReject={() => onRejectTool?.(item.id)} onApprove={() => onApproveTool?.(item.id)} />;
|
|
||||||
return (
|
|
||||||
<div className="flex items-start gap-3">
|
|
||||||
<AgentAvatar theme={theme} />
|
|
||||||
<AgentToolCard title={item.title || "工具调用"} text={item.text} detail={item.detail} theme={theme} />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
return (
|
|
||||||
<div className={`flex items-start gap-3 ${isUser ? "justify-end" : "justify-start"}`}>
|
|
||||||
{!isUser ? <AgentAvatar theme={theme} /> : null}
|
|
||||||
<div className={`min-w-0 max-w-[82%] text-sm leading-6 ${isUser ? "text-right" : "text-left"}`} style={{ color }}>
|
|
||||||
{isUser ? (
|
|
||||||
<div className="whitespace-pre-wrap break-words text-left">{item.text}</div>
|
|
||||||
) : (
|
|
||||||
<Streamdown animated isAnimating={!!item.streamId}>{item.text}</Streamdown>
|
|
||||||
)}
|
|
||||||
{item.attachments?.length ? <AgentMessageAttachments attachments={item.attachments} /> : null}
|
|
||||||
{item.meta ? <div className="mt-1 text-[11px] opacity-45">{item.meta}</div> : null}
|
|
||||||
</div>
|
|
||||||
{isUser ? <AgentUserAvatar user={user} theme={theme} /> : null}
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function AgentPendingToolCard({ summary, detail, theme, onReject, onApprove }: { summary: string; detail?: unknown; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; onReject?: () => void; onApprove?: () => void }) {
|
|
||||||
return (
|
|
||||||
<div className="flex items-start gap-3">
|
|
||||||
<AgentAvatar theme={theme} />
|
|
||||||
<div className="min-w-0 flex-1 rounded-xl border p-4" style={{ borderColor: theme.node.stroke, background: "transparent", color: theme.node.text }}>
|
|
||||||
<details>
|
|
||||||
<summary className="cursor-pointer list-none">
|
|
||||||
<div className="flex items-start gap-3">
|
|
||||||
<span className="mt-0.5 grid size-8 shrink-0 place-items-center rounded-lg border" style={{ borderColor: "rgba(217,119,6,.24)", color: "#d97706", background: "rgba(217,119,6,.04)" }}>
|
|
||||||
<CircleAlert className="size-4" />
|
|
||||||
</span>
|
|
||||||
<div className="min-w-0 flex-1">
|
|
||||||
<div className="flex flex-wrap items-center gap-2 text-sm font-semibold leading-5">
|
|
||||||
<span>确认工具调用</span>
|
|
||||||
<span className="inline-flex items-center gap-1 rounded-full border px-2 py-0.5 text-[11px] font-medium" style={{ borderColor: "rgba(217,119,6,.22)", color: "#d97706", background: "rgba(217,119,6,.04)" }}>
|
|
||||||
等待确认
|
|
||||||
</span>
|
|
||||||
{detail ? <span className="ml-auto text-xs font-normal" style={{ color: theme.node.muted }}>详情</span> : null}
|
|
||||||
</div>
|
|
||||||
<div className="mt-2 text-sm leading-6" style={{ color: theme.node.text }}>
|
|
||||||
{summary}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</summary>
|
|
||||||
{detail ? <AgentDetailBlock detail={detail} theme={theme} /> : null}
|
|
||||||
</details>
|
|
||||||
{onReject || onApprove ? (
|
|
||||||
<div className="mt-4 grid grid-cols-2 gap-2">
|
|
||||||
<Button danger className="!h-9" icon={<XCircle className="size-4" />} onClick={() => onReject?.()}>
|
|
||||||
拒绝执行
|
|
||||||
</Button>
|
|
||||||
<Button className="!h-9" icon={<CheckCircle2 className="size-4" />} style={{ borderColor: "rgba(22,163,74,.42)", color: "#16a34a", background: "transparent" }} onClick={() => onApprove?.()}>
|
|
||||||
批准执行
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
) : null}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function AgentToolCard({ title, text, detail, theme }: { title: string; text: string; detail?: unknown; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
|
||||||
const state = toolCardState(title, text, detail);
|
|
||||||
return (
|
|
||||||
<details className="min-w-0 flex-1 rounded-xl border px-4 py-3.5 text-left" style={{ borderColor: theme.node.stroke, background: "transparent", color: theme.node.text }}>
|
|
||||||
<summary className="cursor-pointer list-none">
|
|
||||||
<div className="flex items-start gap-3">
|
|
||||||
<span className="mt-0.5 grid size-8 shrink-0 place-items-center rounded-lg border" style={{ borderColor: state.softBorder, color: state.color, background: state.softBg }}>
|
|
||||||
{state.icon}
|
|
||||||
</span>
|
|
||||||
<div className="min-w-0 flex-1">
|
|
||||||
<div className="flex flex-wrap items-center gap-2 text-sm font-semibold leading-5">
|
|
||||||
<span className="min-w-0 truncate">{title}</span>
|
|
||||||
<span className="inline-flex shrink-0 items-center gap-1 rounded-full border px-2 py-0.5 text-[11px] font-medium" style={{ borderColor: state.softBorder, color: state.color, background: state.softBg }}>
|
|
||||||
{state.label}
|
|
||||||
</span>
|
|
||||||
{detail ? <span className="ml-auto text-xs font-normal" style={{ color: theme.node.muted }}>详情</span> : null}
|
|
||||||
</div>
|
|
||||||
<div className="mt-2 text-sm leading-6" style={{ color: state.isError ? state.color : theme.node.muted }}>
|
|
||||||
{text}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</summary>
|
|
||||||
{detail ? <AgentDetailBlock detail={detail} theme={theme} /> : null}
|
|
||||||
</details>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function AgentWorkingMessage({ theme }: { theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
|
||||||
const [length, setLength] = useState(1);
|
|
||||||
useEffect(() => {
|
|
||||||
const timer = window.setInterval(() => setLength((value) => (value >= WORKING_TEXT.length + 4 ? 1 : value + 1)), 120);
|
|
||||||
return () => window.clearInterval(timer);
|
|
||||||
}, [setLength]);
|
|
||||||
return (
|
|
||||||
<div className="flex items-start gap-2.5">
|
|
||||||
<AgentAvatar theme={theme} />
|
|
||||||
<div className="min-w-0 max-w-[82%]">
|
|
||||||
<div className="font-mono text-sm" style={{ color: theme.node.muted }} aria-label={WORKING_TEXT}>
|
|
||||||
<span className="inline-block w-[76px]">{WORKING_TEXT.slice(0, Math.min(length, WORKING_TEXT.length))}</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function AgentChatComposer({
|
|
||||||
prompt,
|
|
||||||
attachments = [],
|
|
||||||
disabled,
|
|
||||||
sending,
|
|
||||||
placeholder,
|
|
||||||
theme,
|
|
||||||
onPromptChange,
|
|
||||||
onSubmit,
|
|
||||||
onStop,
|
|
||||||
onAddFiles,
|
|
||||||
onRemoveAttachment,
|
|
||||||
left,
|
|
||||||
}: {
|
|
||||||
prompt: string;
|
|
||||||
attachments?: CanvasAgentChatAttachment[];
|
|
||||||
disabled?: boolean;
|
|
||||||
sending?: boolean;
|
|
||||||
placeholder: string;
|
|
||||||
theme: (typeof canvasThemes)[keyof typeof canvasThemes];
|
|
||||||
onPromptChange: (value: string) => void;
|
|
||||||
onSubmit: () => void;
|
|
||||||
onStop?: () => void;
|
|
||||||
onAddFiles?: (files: FileList | File[] | null) => void | Promise<void>;
|
|
||||||
onRemoveAttachment?: (id: string) => void;
|
|
||||||
left?: ReactNode;
|
|
||||||
}) {
|
|
||||||
const fileInputRef = useRef<HTMLInputElement>(null);
|
|
||||||
const canSubmit = !disabled && !sending && Boolean(prompt.trim() || attachments.length);
|
|
||||||
return (
|
|
||||||
<div className="px-2 pb-2 pt-2" onWheelCapture={(event) => event.stopPropagation()}>
|
|
||||||
<div className="rounded-[24px] border px-3 pb-3 pt-3 shadow-lg" style={{ background: theme.toolbar.panel, borderColor: theme.node.stroke }}>
|
|
||||||
{attachments.length ? (
|
|
||||||
<div className="thin-scrollbar mb-2 flex gap-2 overflow-x-auto pb-1">
|
|
||||||
{attachments.map((item) => (
|
|
||||||
<div key={item.id} className="group relative size-14 shrink-0 overflow-hidden rounded-xl border" style={{ borderColor: theme.node.stroke }} title={item.name}>
|
|
||||||
<img src={item.url} alt={item.name} className="size-full object-cover" />
|
|
||||||
{onRemoveAttachment ? (
|
|
||||||
<button type="button" className="absolute right-1 top-1 grid size-5 place-items-center rounded-full border opacity-0 shadow-sm transition group-hover:opacity-100" style={{ background: theme.toolbar.panel, borderColor: theme.node.stroke, color: theme.node.text }} onClick={() => onRemoveAttachment(item.id)} aria-label="移除图片">
|
|
||||||
<X className="size-3" />
|
|
||||||
</button>
|
|
||||||
) : null}
|
|
||||||
</div>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
) : null}
|
|
||||||
<textarea
|
|
||||||
value={prompt}
|
|
||||||
onChange={(event) => onPromptChange(event.target.value)}
|
|
||||||
onPaste={(event) => {
|
|
||||||
if (!onAddFiles) return;
|
|
||||||
const images = Array.from(event.clipboardData.files).filter((file) => file.type.startsWith("image/"));
|
|
||||||
if (!images.length) return;
|
|
||||||
event.preventDefault();
|
|
||||||
void onAddFiles(images);
|
|
||||||
}}
|
|
||||||
onKeyDown={(event) => {
|
|
||||||
if (!isPlainEnterKey(event)) return;
|
|
||||||
event.preventDefault();
|
|
||||||
void onSubmit();
|
|
||||||
}}
|
|
||||||
className="thin-scrollbar max-h-32 min-h-20 w-full resize-none border-0 bg-transparent px-1 py-1 text-sm leading-5 outline-none placeholder:opacity-45"
|
|
||||||
style={{ color: theme.node.text }}
|
|
||||||
placeholder={placeholder}
|
|
||||||
/>
|
|
||||||
<div className="mt-2 flex items-center justify-between gap-2">
|
|
||||||
<div className="flex min-w-0 items-center gap-1">
|
|
||||||
{onAddFiles ? (
|
|
||||||
<>
|
|
||||||
<input ref={fileInputRef} hidden type="file" accept="image/*" multiple onChange={(event) => {
|
|
||||||
void onAddFiles(event.target.files);
|
|
||||||
event.target.value = "";
|
|
||||||
}} />
|
|
||||||
<Tooltip title="上传图片">
|
|
||||||
<Button type="text" shape="circle" className="!h-9 !w-9 !min-w-9" disabled={sending} style={{ color: theme.node.muted }} icon={<ImagePlus className="size-4" />} onClick={() => fileInputRef.current?.click()} />
|
|
||||||
</Tooltip>
|
|
||||||
</>
|
|
||||||
) : null}
|
|
||||||
{left}
|
|
||||||
</div>
|
|
||||||
<div className="flex shrink-0 items-center gap-1.5">
|
|
||||||
{sending && onStop ? (
|
|
||||||
<Button danger shape="circle" className="!h-10 !w-10 !min-w-10" icon={<Square className="size-4" />} onClick={() => void onStop()} aria-label="停止" />
|
|
||||||
) : (
|
|
||||||
<Button type="primary" shape="circle" className="!h-10 !w-10 !min-w-10" disabled={!canSubmit} icon={sending ? <LoaderCircle className="size-4 animate-spin" /> : <ArrowUp className="size-4" />} onClick={() => void onSubmit()} aria-label="发送" />
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function AgentPanelTabs<T extends string>({ value, items, theme, right, onChange }: { value: T; items: { value: T; label: string; icon?: ReactNode; count?: number }[]; theme: (typeof canvasThemes)[keyof typeof canvasThemes]; right?: ReactNode; onChange: (value: T) => void }) {
|
|
||||||
return (
|
|
||||||
<div className="border-b px-3" style={{ borderColor: theme.node.stroke }}>
|
|
||||||
<div className="flex min-h-11 items-center justify-between gap-3">
|
|
||||||
<nav className="thin-scrollbar flex min-w-0 flex-1 items-center gap-3 overflow-x-auto text-sm" role="tablist" aria-label="Agent 面板">
|
|
||||||
{items.map((item) => (
|
|
||||||
<button key={item.value} type="button" role="tab" aria-selected={value === item.value} className={`inline-flex h-11 shrink-0 items-center gap-1.5 border-b-2 px-0.5 transition ${value === item.value ? "font-medium" : "font-normal"}`} style={{ borderColor: value === item.value ? theme.node.text : "transparent", color: value === item.value ? theme.node.text : theme.node.muted }} onClick={() => onChange(item.value)}>
|
|
||||||
{item.icon}
|
|
||||||
{item.label}{item.count ? ` ${item.count}` : ""}
|
|
||||||
</button>
|
|
||||||
))}
|
|
||||||
</nav>
|
|
||||||
{right ? <div className="flex shrink-0 items-center gap-2">{right}</div> : null}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function AgentDetailBlock({ detail, theme }: { detail: unknown; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
|
||||||
return (
|
|
||||||
<pre className="thin-scrollbar mt-3 max-h-64 overflow-auto rounded-lg border p-3 text-[11px] leading-4" style={{ borderColor: theme.node.stroke, background: theme.toolbar.panel, color: theme.node.muted }}>
|
|
||||||
{JSON.stringify(detail, null, 2)}
|
|
||||||
</pre>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function AgentAvatar({ theme }: { theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
|
||||||
return (
|
|
||||||
<span className="grid size-8 shrink-0 place-items-center" role="img" aria-label="OpenAI">
|
|
||||||
<span className="size-5 opacity-80" style={{ background: theme.node.text, WebkitMask: "url(/icons/openai.svg) center / contain no-repeat", mask: "url(/icons/openai.svg) center / contain no-repeat" }} />
|
|
||||||
</span>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function AgentUserAvatar({ user, theme }: { user: LocalUser | null; theme: (typeof canvasThemes)[keyof typeof canvasThemes] }) {
|
|
||||||
const avatarUrl = user?.avatarUrl?.trim();
|
|
||||||
return (
|
|
||||||
<span className="grid size-8 shrink-0 place-items-center overflow-hidden rounded-full" style={{ color: theme.node.text }}>
|
|
||||||
{avatarUrl ? <img src={avatarUrl} alt="" className="size-full object-cover" referrerPolicy="no-referrer" /> : <UserRound className="size-4" />}
|
|
||||||
</span>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function AgentMessageAttachments({ attachments }: { attachments: CanvasAgentChatAttachment[] }) {
|
|
||||||
return (
|
|
||||||
<div className="mt-2 grid grid-cols-3 gap-1.5">
|
|
||||||
{attachments.map((item) => (
|
|
||||||
<img key={item.id} src={item.url} alt={item.name} className="aspect-square w-full rounded-lg object-cover" />
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function toolCardState(title: string, text: string, detail?: unknown) {
|
|
||||||
const raw = `${title} ${text} ${normalizeText(objectField(detail, "error"))}`;
|
|
||||||
const lower = raw.toLowerCase();
|
|
||||||
const tool = String(objectField(detail, "name") || objectField(detail, "tool") || "");
|
|
||||||
if (objectField(detail, "status") === "noop" || /未生效|无需|没有找到|没有.*可|已存在/.test(raw)) return { label: "未生效", color: "#d97706", softBorder: "rgba(217,119,6,.22)", softBg: "rgba(217,119,6,.04)", icon: <CircleAlert className="size-4" />, isError: false };
|
|
||||||
if (/拒绝|取消/.test(raw) || lower.includes("rejected")) return { label: "拒绝执行", color: "#dc2626", softBorder: "rgba(220,38,38,.20)", softBg: "rgba(220,38,38,.04)", icon: <XCircle className="size-4" />, isError: true };
|
|
||||||
if (/失败|错误/.test(raw) || lower.includes("failed") || lower.includes("error")) return { label: "执行失败", color: "#dc2626", softBorder: "rgba(220,38,38,.20)", softBg: "rgba(220,38,38,.04)", icon: <XCircle className="size-4" />, isError: true };
|
|
||||||
if (/完成|成功/.test(raw) || lower.includes("completed") || lower.includes("succeeded")) return { label: tool === "canvas_apply_ops" || /画布操作/.test(title) ? "已批准执行" : "执行完成", color: "#16a34a", softBorder: "rgba(22,163,74,.20)", softBg: "rgba(22,163,74,.04)", icon: <CheckCircle2 className="size-4" />, isError: false };
|
|
||||||
return { label: "工具调用", color: "#2563eb", softBorder: "rgba(37,99,235,.20)", softBg: "rgba(37,99,235,.04)", icon: <Wrench className="size-4" />, isError: false };
|
|
||||||
}
|
|
||||||
|
|
||||||
function normalizeText(value: unknown) {
|
|
||||||
if (typeof value === "string") return value.trim();
|
|
||||||
if (value instanceof Error) return value.message;
|
|
||||||
if (value == null) return "";
|
|
||||||
return JSON.stringify(value, null, 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
function objectField(value: unknown, key: string) {
|
|
||||||
return value && typeof value === "object" ? (value as Record<string, unknown>)[key] : undefined;
|
|
||||||
}
|
|
||||||
@@ -126,7 +126,7 @@ export function CanvasConfigComposer({ value, inputs, onChange, onClose }: Canva
|
|||||||
ref={editorRef}
|
ref={editorRef}
|
||||||
contentEditable
|
contentEditable
|
||||||
suppressContentEditableWarning
|
suppressContentEditableWarning
|
||||||
className="thin-scrollbar min-h-28 w-full overflow-y-auto whitespace-pre-wrap break-words px-3 py-2 text-sm leading-7 outline-none"
|
className="thin-scrollbar min-h-28 max-h-72 w-full overflow-y-auto overscroll-contain whitespace-pre-wrap break-words px-3 py-2 text-sm leading-7 outline-none"
|
||||||
style={{ color: theme.node.text }}
|
style={{ color: theme.node.text }}
|
||||||
onInput={() => {
|
onInput={() => {
|
||||||
if (!composingRef.current) syncFromEditor();
|
if (!composingRef.current) syncFromEditor();
|
||||||
|
|||||||
@@ -3,12 +3,13 @@ import { Image as ImageIcon, LoaderCircle, MessageSquare, Music2, Play, Settings
|
|||||||
import { Button, Segmented } from "antd";
|
import { Button, Segmented } from "antd";
|
||||||
|
|
||||||
import { ModelPicker } from "@/components/model-picker";
|
import { ModelPicker } from "@/components/model-picker";
|
||||||
import { defaultConfig, modelMatchesCapability, useConfigStore, useEffectiveConfig, type AiConfig } from "@/stores/use-config-store";
|
import { defaultConfig, resolveModelForCapability, useConfigStore, useEffectiveConfig, type AiConfig } from "@/stores/use-config-store";
|
||||||
import { canvasThemes } from "@/lib/canvas-theme";
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
import { useThemeStore } from "@/stores/use-theme-store";
|
import { useThemeStore } from "@/stores/use-theme-store";
|
||||||
import { CanvasImageSettingsPopover } from "./canvas-image-settings-popover";
|
import { CanvasImageSettingsPopover } from "./canvas-image-settings-popover";
|
||||||
import { CanvasAudioSettingsPopover, type CanvasAudioSettingKey } from "./canvas-audio-settings-popover";
|
import { CanvasAudioSettingsPopover, type CanvasAudioSettingKey } from "./canvas-audio-settings-popover";
|
||||||
import { CanvasVideoSettingsPopover } from "./canvas-video-settings-popover";
|
import { CanvasVideoSettingsPopover } from "./canvas-video-settings-popover";
|
||||||
|
import { CanvasTextSettingsPopover } from "./canvas-text-settings-popover";
|
||||||
import type { CanvasGenerationMode, CanvasNodeData, CanvasNodeMetadata } from "@/types/canvas";
|
import type { CanvasGenerationMode, CanvasNodeData, CanvasNodeMetadata } from "@/types/canvas";
|
||||||
|
|
||||||
type CanvasConfigNodePanelProps = {
|
type CanvasConfigNodePanelProps = {
|
||||||
@@ -95,7 +96,7 @@ export function CanvasConfigNodePanel({ node, isRunning, inputSummary, onConfigC
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={`mb-2 grid min-w-0 cursor-default items-center gap-2 ${mode === "image" || mode === "video" || mode === "audio" ? "grid-cols-[minmax(0,1fr)_148px]" : "grid-cols-1"}`} onMouseDown={(event) => event.stopPropagation()}>
|
<div className="mb-2 grid min-w-0 cursor-default grid-cols-[minmax(0,1fr)_148px] items-center gap-2" onMouseDown={(event) => event.stopPropagation()}>
|
||||||
<ModelPicker className="canvas-compact-control h-10" config={config} value={config.model} onChange={(model) => onConfigChange(node.id, { model })} capability={mode} onMissingConfig={() => openConfigDialog(true)} fullWidth />
|
<ModelPicker className="canvas-compact-control h-10" config={config} value={config.model} onChange={(model) => onConfigChange(node.id, { model })} capability={mode} onMissingConfig={() => openConfigDialog(true)} fullWidth />
|
||||||
{mode === "video" ? (
|
{mode === "video" ? (
|
||||||
<CanvasVideoSettingsPopover config={config} placement="topRight" buttonClassName="canvas-compact-control !h-10 !w-full !justify-start !rounded-lg !px-2" onConfigChange={(key, value) => onConfigChange(node.id, videoConfigPatch(key, value))} />
|
<CanvasVideoSettingsPopover config={config} placement="topRight" buttonClassName="canvas-compact-control !h-10 !w-full !justify-start !rounded-lg !px-2" onConfigChange={(key, value) => onConfigChange(node.id, videoConfigPatch(key, value))} />
|
||||||
@@ -103,7 +104,9 @@ export function CanvasConfigNodePanel({ node, isRunning, inputSummary, onConfigC
|
|||||||
<CanvasImageSettingsPopover config={config} placement="topRight" autoAdjustOverflow={false} buttonClassName="canvas-compact-control !h-10 !w-full !justify-start !rounded-lg !px-2" onConfigChange={(key, value) => onConfigChange(node.id, key === "count" ? { count: Number(value) || 1 } : { [key]: value })} />
|
<CanvasImageSettingsPopover config={config} placement="topRight" autoAdjustOverflow={false} buttonClassName="canvas-compact-control !h-10 !w-full !justify-start !rounded-lg !px-2" onConfigChange={(key, value) => onConfigChange(node.id, key === "count" ? { count: Number(value) || 1 } : { [key]: value })} />
|
||||||
) : mode === "audio" ? (
|
) : mode === "audio" ? (
|
||||||
<CanvasAudioSettingsPopover config={config} placement="topRight" buttonClassName="canvas-compact-control !h-10 !w-full !justify-start !rounded-lg !px-2" onConfigChange={(key, value) => onConfigChange(node.id, audioConfigPatch(key, value))} />
|
<CanvasAudioSettingsPopover config={config} placement="topRight" buttonClassName="canvas-compact-control !h-10 !w-full !justify-start !rounded-lg !px-2" onConfigChange={(key, value) => onConfigChange(node.id, audioConfigPatch(key, value))} />
|
||||||
) : null}
|
) : (
|
||||||
|
<CanvasTextSettingsPopover config={config} placement="topRight" buttonClassName="canvas-compact-control !h-10 !w-full !justify-start !rounded-lg !px-2" onConfigChange={(_, value) => onConfigChange(node.id, { reasoningEffort: value })} />
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@@ -143,17 +146,10 @@ function InputChip({ label, value, style }: { label: string; value: string; styl
|
|||||||
}
|
}
|
||||||
|
|
||||||
function buildNodeConfig(globalConfig: AiConfig, node: CanvasNodeData, mode: CanvasGenerationMode): AiConfig {
|
function buildNodeConfig(globalConfig: AiConfig, node: CanvasNodeData, mode: CanvasGenerationMode): AiConfig {
|
||||||
const defaultModel = mode === "image" ? globalConfig.imageModel : mode === "video" ? globalConfig.videoModel : mode === "audio" ? globalConfig.audioModel : globalConfig.textModel;
|
|
||||||
const fallbackModel = mode === "image" ? defaultConfig.imageModel : mode === "video" ? defaultConfig.videoModel : mode === "audio" ? defaultConfig.audioModel : defaultConfig.textModel;
|
|
||||||
const currentModel = node.metadata?.model;
|
|
||||||
const model = currentModel && modelMatchesCapability(globalConfig, currentModel, mode)
|
|
||||||
? currentModel
|
|
||||||
: defaultModel && modelMatchesCapability(globalConfig, defaultModel, mode)
|
|
||||||
? defaultModel
|
|
||||||
: fallbackModel;
|
|
||||||
return {
|
return {
|
||||||
...globalConfig,
|
...globalConfig,
|
||||||
model,
|
model: resolveModelForCapability(globalConfig, node.metadata?.model, mode),
|
||||||
|
reasoningEffort: node.metadata?.reasoningEffort || globalConfig.reasoningEffort || defaultConfig.reasoningEffort,
|
||||||
quality: node.metadata?.quality || globalConfig.quality || defaultConfig.quality,
|
quality: node.metadata?.quality || globalConfig.quality || defaultConfig.quality,
|
||||||
size: node.metadata?.size || globalConfig.size || defaultConfig.size,
|
size: node.metadata?.size || globalConfig.size || defaultConfig.size,
|
||||||
background: node.metadata?.background ?? globalConfig.background ?? defaultConfig.background,
|
background: node.metadata?.background ?? globalConfig.background ?? defaultConfig.background,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,8 @@
|
|||||||
import { useEffect, useRef, useState, type PointerEvent as ReactPointerEvent } from "react";
|
import { useEffect, useRef, useState, type PointerEvent as ReactPointerEvent } from "react";
|
||||||
import { Button, Modal } from "antd";
|
import { Button, Modal, Segmented, Tooltip } from "antd";
|
||||||
import { Check, Lock, LockOpen, X } from "lucide-react";
|
import { Check, X, ZoomIn, ZoomOut } from "lucide-react";
|
||||||
|
|
||||||
|
import { useImageEditorViewport } from "@/components/canvas/use-image-editor-viewport";
|
||||||
import { readImageMeta } from "@/lib/image-utils";
|
import { readImageMeta } from "@/lib/image-utils";
|
||||||
|
|
||||||
export type CanvasImageCropRect = {
|
export type CanvasImageCropRect = {
|
||||||
@@ -17,16 +18,32 @@ type ResizeHandle = "n" | "e" | "s" | "w" | "ne" | "nw" | "se" | "sw";
|
|||||||
const handles: ResizeHandle[] = ["nw", "n", "ne", "e", "se", "s", "sw", "w"];
|
const handles: ResizeHandle[] = ["nw", "n", "ne", "e", "se", "s", "sw", "w"];
|
||||||
const minSize = 0.06;
|
const minSize = 0.06;
|
||||||
const defaultCrop = { x: 0.12, y: 0.12, width: 0.76, height: 0.76 };
|
const defaultCrop = { x: 0.12, y: 0.12, width: 0.76, height: 0.76 };
|
||||||
|
const ratioOptions = [
|
||||||
|
{ label: "自由", value: "free" },
|
||||||
|
{ label: "固定", value: "fixed" },
|
||||||
|
{ label: "原图", value: "original" },
|
||||||
|
{ label: "1:1", value: "1:1" },
|
||||||
|
{ label: "4:3", value: "4:3" },
|
||||||
|
{ label: "16:9", value: "16:9" },
|
||||||
|
{ label: "9:16", value: "9:16" },
|
||||||
|
];
|
||||||
|
|
||||||
export function CanvasNodeCropDialog({ dataUrl, open, onClose, onConfirm }: { dataUrl: string; open: boolean; onClose: () => void; onConfirm: (crop: CanvasImageCropRect) => void }) {
|
export function CanvasNodeCropDialog({ dataUrl, open, onClose, onConfirm }: { dataUrl: string; open: boolean; onClose: () => void; onConfirm: (crop: CanvasImageCropRect) => void }) {
|
||||||
const boxRef = useRef<HTMLDivElement>(null);
|
|
||||||
const [crop, setCrop] = useState<CanvasImageCropRect>(defaultCrop);
|
const [crop, setCrop] = useState<CanvasImageCropRect>(defaultCrop);
|
||||||
const [locked, setLocked] = useState(false);
|
const [ratioPreset, setRatioPreset] = useState("free");
|
||||||
|
const [fixedRatio, setFixedRatio] = useState<number | null>(null);
|
||||||
const [image, setImage] = useState<{ width: number; height: number } | null>(null);
|
const [image, setImage] = useState<{ width: number; height: number } | null>(null);
|
||||||
|
const dragAbortRef = useRef<AbortController | null>(null);
|
||||||
|
const viewport = useImageEditorViewport(image, open);
|
||||||
|
const boxRef = viewport.stageRef;
|
||||||
const cropSize = image ? { width: Math.max(1, Math.round(crop.width * image.width)), height: Math.max(1, Math.round(crop.height * image.height)) } : null;
|
const cropSize = image ? { width: Math.max(1, Math.round(crop.width * image.width)), height: Math.max(1, Math.round(crop.height * image.height)) } : null;
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (open) setCrop(defaultCrop);
|
if (open) {
|
||||||
|
setCrop(defaultCrop);
|
||||||
|
setRatioPreset("free");
|
||||||
|
setFixedRatio(null);
|
||||||
|
}
|
||||||
}, [dataUrl, open]);
|
}, [dataUrl, open]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -34,44 +51,78 @@ export function CanvasNodeCropDialog({ dataUrl, open, onClose, onConfirm }: { da
|
|||||||
void readImageMeta(dataUrl).then(setImage);
|
void readImageMeta(dataUrl).then(setImage);
|
||||||
}, [dataUrl, open]);
|
}, [dataUrl, open]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open) dragAbortRef.current?.abort();
|
||||||
|
return () => dragAbortRef.current?.abort();
|
||||||
|
}, [open]);
|
||||||
|
|
||||||
const startDrag = (mode: DragMode, event: ReactPointerEvent, handle?: ResizeHandle) => {
|
const startDrag = (mode: DragMode, event: ReactPointerEvent, handle?: ResizeHandle) => {
|
||||||
const box = boxRef.current?.getBoundingClientRect();
|
const box = boxRef.current?.getBoundingClientRect();
|
||||||
if (!box) return;
|
if (!box) return;
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
dragAbortRef.current?.abort();
|
||||||
|
const controller = new AbortController();
|
||||||
|
dragAbortRef.current = controller;
|
||||||
const start = { x: event.clientX, y: event.clientY, crop };
|
const start = { x: event.clientX, y: event.clientY, crop };
|
||||||
const move = (event: PointerEvent) => {
|
const move = (event: PointerEvent) => {
|
||||||
const dx = (event.clientX - start.x) / box.width;
|
const dx = (event.clientX - start.x) / box.width;
|
||||||
const dy = (event.clientY - start.y) / box.height;
|
const dy = (event.clientY - start.y) / box.height;
|
||||||
setCrop(mode === "move" ? moveCrop(start.crop, dx, dy) : resizeCrop(start.crop, dx, dy, handle || "se", locked, box));
|
setCrop(mode === "move" ? moveCrop(start.crop, dx, dy) : resizeCrop(start.crop, dx, dy, handle || "se", resolveRatio(ratioPreset, image, fixedRatio), box));
|
||||||
};
|
};
|
||||||
const up = () => {
|
const stop = () => controller.abort();
|
||||||
document.removeEventListener("pointermove", move);
|
document.addEventListener("pointermove", move, { signal: controller.signal });
|
||||||
document.removeEventListener("pointerup", up);
|
document.addEventListener("pointerup", stop, { signal: controller.signal });
|
||||||
};
|
document.addEventListener("pointercancel", stop, { signal: controller.signal });
|
||||||
document.addEventListener("pointermove", move);
|
|
||||||
document.addEventListener("pointerup", up);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal title="裁剪图片" open={open && Boolean(dataUrl)} onCancel={onClose} footer={null} width={780} centered destroyOnHidden>
|
<Modal title="裁剪图片" open={open && Boolean(dataUrl)} onCancel={onClose} footer={null} width={780} centered destroyOnHidden transitionName="" maskTransitionName="">
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<div className="flex justify-center">
|
<div
|
||||||
<div ref={boxRef} className="relative inline-block max-w-full overflow-hidden rounded-lg bg-black select-none">
|
ref={viewport.viewportRef}
|
||||||
<img src={dataUrl} alt="" className="block max-h-[62vh] max-w-full opacity-90" draggable={false} />
|
{...viewport.panHandlers}
|
||||||
<CropMask crop={crop} />
|
className={`relative h-[min(62vh,620px)] min-h-[340px] rounded-lg bg-black/5 ${viewport.scrollClassName} ${viewport.isPanning ? "cursor-grabbing" : viewport.spacePressed ? "cursor-grab" : ""}`}
|
||||||
<div className="absolute cursor-move border-2 border-white shadow-[0_0_0_1px_rgba(0,0,0,.3),0_0_28px_rgba(0,0,0,.28)]" style={cropStyle(crop)} onPointerDown={(event) => startDrag("move", event)}>
|
>
|
||||||
<div className="pointer-events-none absolute inset-x-0 top-1/3 border-t border-white/50" />
|
<div className="relative" style={viewport.contentStyle}>
|
||||||
<div className="pointer-events-none absolute inset-x-0 top-2/3 border-t border-white/50" />
|
<div ref={boxRef} className="absolute isolate overflow-hidden rounded-lg bg-black select-none [backface-visibility:hidden] [contain:layout_paint] [transform:translateZ(0)]" style={viewport.stageStyle}>
|
||||||
<div className="pointer-events-none absolute inset-y-0 left-1/3 border-l border-white/50" />
|
<div className="absolute left-0 top-0 [backface-visibility:hidden]" style={viewport.mediaStyle}>
|
||||||
<div className="pointer-events-none absolute inset-y-0 left-2/3 border-l border-white/50" />
|
<img src={dataUrl} alt="" className="block h-full w-full object-contain opacity-90" draggable={false} />
|
||||||
{handles.map((handle) => (
|
</div>
|
||||||
<button key={handle} type="button" className="absolute size-3 rounded-full border border-black bg-white" style={handleStyle(handle)} onPointerDown={(event) => startDrag("resize", event, handle)} aria-label="调整裁剪框" />
|
<CropMask crop={crop} />
|
||||||
))}
|
<div className="absolute cursor-move border-2 border-white shadow-[0_0_0_1px_rgba(0,0,0,.3),0_0_28px_rgba(0,0,0,.28)]" style={cropStyle(crop)} onPointerDown={(event) => startDrag("move", event)}>
|
||||||
|
<div className="pointer-events-none absolute inset-x-0 top-1/3 border-t border-white/50" />
|
||||||
|
<div className="pointer-events-none absolute inset-x-0 top-2/3 border-t border-white/50" />
|
||||||
|
<div className="pointer-events-none absolute inset-y-0 left-1/3 border-l border-white/50" />
|
||||||
|
<div className="pointer-events-none absolute inset-y-0 left-2/3 border-l border-white/50" />
|
||||||
|
{handles.map((handle) => (
|
||||||
|
<button
|
||||||
|
key={handle}
|
||||||
|
type="button"
|
||||||
|
className="absolute size-3 rounded-full border border-black bg-white"
|
||||||
|
style={handleStyle(handle)}
|
||||||
|
onPointerDown={(event) => startDrag("resize", event, handle)}
|
||||||
|
aria-label="调整裁剪框"
|
||||||
|
/>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="flex items-center justify-center gap-1">
|
||||||
|
<Tooltip title="缩小">
|
||||||
|
<Button type="text" icon={<ZoomOut className="size-4" />} disabled={!viewport.canZoomOut} aria-label="缩小" onClick={viewport.zoomOut} />
|
||||||
|
</Tooltip>
|
||||||
|
<button type="button" className="min-w-14 text-center text-xs font-semibold tabular-nums opacity-70" onClick={viewport.resetZoom}>
|
||||||
|
{Math.round(viewport.zoom * 100)}%
|
||||||
|
</button>
|
||||||
|
<Tooltip title="放大">
|
||||||
|
<Button type="text" icon={<ZoomIn className="size-4" />} disabled={!viewport.canZoomIn} aria-label="放大" onClick={viewport.zoomIn} />
|
||||||
|
</Tooltip>
|
||||||
|
<span className="ml-2 text-xs opacity-55">滚轮缩放 · 中键或空格+左键拖动画面</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-wrap items-center justify-between gap-3 rounded-lg border px-3 py-2">
|
<div className="flex flex-wrap items-center justify-between gap-3 rounded-lg border px-3 py-2">
|
||||||
<div className="flex flex-wrap items-center gap-3 text-sm opacity-80">
|
<div className="flex flex-wrap items-center gap-3 text-sm opacity-80">
|
||||||
<span>裁剪尺寸 {cropSize ? `${cropSize.width} x ${cropSize.height}` : "未知"}</span>
|
<span>裁剪尺寸 {cropSize ? `${cropSize.width} x ${cropSize.height}` : "未知"}</span>
|
||||||
@@ -82,9 +133,20 @@ export function CanvasNodeCropDialog({ dataUrl, open, onClose, onConfirm }: { da
|
|||||||
</span>
|
</span>
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
<Button icon={locked ? <Lock className="size-4" /> : <LockOpen className="size-4" />} onClick={() => setLocked((value) => !value)}>
|
<Segmented
|
||||||
{locked ? "锁定比例" : "自由比例"}
|
size="small"
|
||||||
</Button>
|
options={ratioOptions}
|
||||||
|
value={ratioPreset}
|
||||||
|
onChange={(value) => {
|
||||||
|
const preset = String(value);
|
||||||
|
setRatioPreset(preset);
|
||||||
|
const currentRatio = image ? (crop.width * image.width) / Math.max(1, crop.height * image.height) : null;
|
||||||
|
const nextFixedRatio = preset === "fixed" ? currentRatio : null;
|
||||||
|
setFixedRatio(nextFixedRatio);
|
||||||
|
const ratio = resolveRatio(preset, image, nextFixedRatio);
|
||||||
|
if (ratio && image) setCrop((current) => fitCropToRatio(current, ratio, image));
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center justify-end gap-2">
|
<div className="flex items-center justify-end gap-2">
|
||||||
@@ -116,7 +178,7 @@ function moveCrop(crop: CanvasImageCropRect, dx: number, dy: number): CanvasImag
|
|||||||
return { ...crop, x: clamp(crop.x + dx, 0, 1 - crop.width), y: clamp(crop.y + dy, 0, 1 - crop.height) };
|
return { ...crop, x: clamp(crop.x + dx, 0, 1 - crop.width), y: clamp(crop.y + dy, 0, 1 - crop.height) };
|
||||||
}
|
}
|
||||||
|
|
||||||
function resizeCrop(crop: CanvasImageCropRect, dx: number, dy: number, handle: ResizeHandle, locked: boolean, box: DOMRect): CanvasImageCropRect {
|
function resizeCrop(crop: CanvasImageCropRect, dx: number, dy: number, handle: ResizeHandle, aspectRatio: number | null, box: DOMRect): CanvasImageCropRect {
|
||||||
let next = { ...crop };
|
let next = { ...crop };
|
||||||
if (handle.includes("e")) next.width = crop.width + dx;
|
if (handle.includes("e")) next.width = crop.width + dx;
|
||||||
if (handle.includes("s")) next.height = crop.height + dy;
|
if (handle.includes("s")) next.height = crop.height + dy;
|
||||||
@@ -128,20 +190,68 @@ function resizeCrop(crop: CanvasImageCropRect, dx: number, dy: number, handle: R
|
|||||||
next.y = crop.y + dy;
|
next.y = crop.y + dy;
|
||||||
next.height = crop.height - dy;
|
next.height = crop.height - dy;
|
||||||
}
|
}
|
||||||
if (locked) {
|
if (aspectRatio) {
|
||||||
const size = Math.max(next.width * box.width, next.height * box.height);
|
const normalizedRatio = aspectRatio * (box.height / box.width);
|
||||||
next.width = size / box.width;
|
const horizontalOnly = (handle.includes("e") || handle.includes("w")) && !handle.includes("n") && !handle.includes("s");
|
||||||
next.height = size / box.height;
|
const useWidth = horizontalOnly || (handle.length > 1 && Math.abs(dx * box.width) >= Math.abs(dy * box.height));
|
||||||
|
if (useWidth) next.height = next.width / normalizedRatio;
|
||||||
|
else next.width = next.height * normalizedRatio;
|
||||||
if (handle.includes("w")) next.x = crop.x + crop.width - next.width;
|
if (handle.includes("w")) next.x = crop.x + crop.width - next.width;
|
||||||
if (handle.includes("n")) next.y = crop.y + crop.height - next.height;
|
if (handle.includes("n")) next.y = crop.y + crop.height - next.height;
|
||||||
}
|
}
|
||||||
next.width = clamp(next.width, minSize, 1);
|
if (aspectRatio) {
|
||||||
next.height = clamp(next.height, minSize, 1);
|
const normalizedRatio = aspectRatio * (box.height / box.width);
|
||||||
|
const scaleDown = Math.min(1, 1 / Math.max(next.width, 0.001), 1 / Math.max(next.height, 0.001));
|
||||||
|
next.width *= scaleDown;
|
||||||
|
next.height *= scaleDown;
|
||||||
|
if (next.width < minSize || next.height < minSize) {
|
||||||
|
const minimumScale = Math.max(minSize / Math.max(next.width, 0.001), minSize / Math.max(next.height, 0.001));
|
||||||
|
next.width *= minimumScale;
|
||||||
|
next.height *= minimumScale;
|
||||||
|
}
|
||||||
|
next.width = Math.min(next.width, next.height * normalizedRatio);
|
||||||
|
next.height = next.width / normalizedRatio;
|
||||||
|
} else {
|
||||||
|
next.width = clamp(next.width, minSize, 1);
|
||||||
|
next.height = clamp(next.height, minSize, 1);
|
||||||
|
}
|
||||||
next.x = clamp(next.x, 0, 1 - next.width);
|
next.x = clamp(next.x, 0, 1 - next.width);
|
||||||
next.y = clamp(next.y, 0, 1 - next.height);
|
next.y = clamp(next.y, 0, 1 - next.height);
|
||||||
return next;
|
return next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function resolveRatio(preset: string, image: { width: number; height: number } | null, fixedRatio: number | null) {
|
||||||
|
if (preset === "free" || !image) return null;
|
||||||
|
if (preset === "fixed") return fixedRatio;
|
||||||
|
if (preset === "original") return image.width / image.height;
|
||||||
|
const [width, height] = preset.split(":").map(Number);
|
||||||
|
return width > 0 && height > 0 ? width / height : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function fitCropToRatio(crop: CanvasImageCropRect, ratio: number, image: { width: number; height: number }): CanvasImageCropRect {
|
||||||
|
const normalizedRatio = ratio * (image.height / image.width);
|
||||||
|
let width = crop.width;
|
||||||
|
let height = width / normalizedRatio;
|
||||||
|
if (height > crop.height) {
|
||||||
|
height = crop.height;
|
||||||
|
width = height * normalizedRatio;
|
||||||
|
}
|
||||||
|
if (width > 1) {
|
||||||
|
width = 1;
|
||||||
|
height = width / normalizedRatio;
|
||||||
|
}
|
||||||
|
if (height > 1) {
|
||||||
|
height = 1;
|
||||||
|
width = height * normalizedRatio;
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
x: clamp(crop.x + (crop.width - width) / 2, 0, 1 - width),
|
||||||
|
y: clamp(crop.y + (crop.height - height) / 2, 0, 1 - height),
|
||||||
|
width,
|
||||||
|
height,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
function cropStyle(crop: CanvasImageCropRect) {
|
function cropStyle(crop: CanvasImageCropRect) {
|
||||||
return { left: `${crop.x * 100}%`, top: `${crop.y * 100}%`, width: `${crop.width * 100}%`, height: `${crop.height * 100}%` };
|
return { left: `${crop.x * 100}%`, top: `${crop.y * 100}%`, width: `${crop.width * 100}%`, height: `${crop.height * 100}%` };
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ export function CanvasNodeInfoModal({ node, open, onClose }: { node: CanvasNodeD
|
|||||||
return (
|
return (
|
||||||
<Modal className="canvas-node-info-modal" title={title} open={open && Boolean(node)} centered footer={null} onCancel={onClose}>
|
<Modal className="canvas-node-info-modal" title={title} open={open && Boolean(node)} centered footer={null} onCancel={onClose}>
|
||||||
{node ? (
|
{node ? (
|
||||||
<div className="h-[56vh] min-h-[360px] text-sm">
|
<div className="h-[56vh] min-h-[360px] select-text text-sm" data-canvas-shortcuts-ignore>
|
||||||
{view === "info" ? (
|
{view === "info" ? (
|
||||||
<div className="thin-scrollbar h-full space-y-3 overflow-auto pr-1">
|
<div className="thin-scrollbar h-full space-y-3 overflow-auto pr-1">
|
||||||
<InfoRow label="ID" value={node.id} />
|
<InfoRow label="ID" value={node.id} />
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
import { useEffect, useRef, useState, type PointerEvent as ReactPointerEvent } from "react";
|
import { useCallback, useEffect, useRef, useState, type PointerEvent as ReactPointerEvent } from "react";
|
||||||
import { Button, Input, Modal, Slider } from "antd";
|
import { createPortal } from "react-dom";
|
||||||
import { Brush, Eraser, RotateCcw, WandSparkles, X } from "lucide-react";
|
import { Button, Input, Modal, Slider, Tooltip } from "antd";
|
||||||
|
import { Brush, Eraser, Redo2, RotateCcw, Undo2, WandSparkles, X, ZoomIn, ZoomOut } from "lucide-react";
|
||||||
|
|
||||||
import { readImageMeta } from "@/lib/image-utils";
|
import { readImageMeta } from "@/lib/image-utils";
|
||||||
|
import { useImageEditorViewport } from "@/components/canvas/use-image-editor-viewport";
|
||||||
|
|
||||||
export type CanvasImageMaskEditPayload = {
|
export type CanvasImageMaskEditPayload = {
|
||||||
prompt: string;
|
prompt: string;
|
||||||
@@ -10,20 +12,29 @@ export type CanvasImageMaskEditPayload = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
type DrawMode = "paint" | "erase";
|
type DrawMode = "paint" | "erase";
|
||||||
|
type Point = { x: number; y: number };
|
||||||
|
type MaskStroke = { mode: DrawMode; size: number; points: Point[] };
|
||||||
|
type BrushPreview = { x: number; y: number; size: number; adjusting: boolean };
|
||||||
|
|
||||||
const defaultBrushSize = 100;
|
const defaultBrushSize = 100;
|
||||||
const maskFillColor = "rgba(37, 99, 235, .38)";
|
const maskFillColor = "rgba(37, 99, 235, .38)";
|
||||||
const maskBorderColor = "rgba(255, 255, 255, .72)";
|
|
||||||
|
|
||||||
export function CanvasNodeMaskEditDialog({ dataUrl, open, onClose, onConfirm }: { dataUrl: string; open: boolean; onClose: () => void; onConfirm: (payload: CanvasImageMaskEditPayload) => void }) {
|
export function CanvasNodeMaskEditDialog({ dataUrl, open, onClose, onConfirm }: { dataUrl: string; open: boolean; onClose: () => void; onConfirm: (payload: CanvasImageMaskEditPayload) => void }) {
|
||||||
const maskCanvasRef = useRef<HTMLCanvasElement>(null);
|
const maskCanvasRef = useRef<HTMLCanvasElement>(null);
|
||||||
const previewCanvasRef = useRef<HTMLCanvasElement>(null);
|
const previewCanvasRef = useRef<HTMLCanvasElement>(null);
|
||||||
const drawingRef = useRef<{ active: boolean; last: { x: number; y: number } | null }>({ active: false, last: null });
|
const drawingRef = useRef<{ active: boolean; stroke: MaskStroke | null }>({ active: false, stroke: null });
|
||||||
|
const brushAdjustRef = useRef<{ active: boolean; pointerId: number; startX: number; startSize: number; previewX: number; previewY: number } | null>(null);
|
||||||
|
const historyRef = useRef<MaskStroke[]>([]);
|
||||||
|
const redoRef = useRef<MaskStroke[]>([]);
|
||||||
const [image, setImage] = useState<{ width: number; height: number } | null>(null);
|
const [image, setImage] = useState<{ width: number; height: number } | null>(null);
|
||||||
const [prompt, setPrompt] = useState("");
|
const [prompt, setPrompt] = useState("");
|
||||||
const [brushSize, setBrushSize] = useState(defaultBrushSize);
|
const [brushSize, setBrushSize] = useState(defaultBrushSize);
|
||||||
const [mode, setMode] = useState<DrawMode>("paint");
|
const [mode, setMode] = useState<DrawMode>("paint");
|
||||||
const [error, setError] = useState("");
|
const [error, setError] = useState("");
|
||||||
|
const [historySize, setHistorySize] = useState(0);
|
||||||
|
const [redoSize, setRedoSize] = useState(0);
|
||||||
|
const [brushPreview, setBrushPreview] = useState<BrushPreview | null>(null);
|
||||||
|
const viewport = useImageEditorViewport(image, open);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!open) return;
|
if (!open) return;
|
||||||
@@ -31,6 +42,13 @@ export function CanvasNodeMaskEditDialog({ dataUrl, open, onClose, onConfirm }:
|
|||||||
setBrushSize(defaultBrushSize);
|
setBrushSize(defaultBrushSize);
|
||||||
setMode("paint");
|
setMode("paint");
|
||||||
setError("");
|
setError("");
|
||||||
|
setHistorySize(0);
|
||||||
|
setRedoSize(0);
|
||||||
|
setBrushPreview(null);
|
||||||
|
historyRef.current = [];
|
||||||
|
redoRef.current = [];
|
||||||
|
brushAdjustRef.current = null;
|
||||||
|
drawingRef.current = { active: false, stroke: null };
|
||||||
void readImageMeta(dataUrl).then(setImage);
|
void readImageMeta(dataUrl).then(setImage);
|
||||||
}, [dataUrl, open]);
|
}, [dataUrl, open]);
|
||||||
|
|
||||||
@@ -42,53 +60,144 @@ export function CanvasNodeMaskEditDialog({ dataUrl, open, onClose, onConfirm }:
|
|||||||
const draw = (event: ReactPointerEvent<HTMLCanvasElement>) => {
|
const draw = (event: ReactPointerEvent<HTMLCanvasElement>) => {
|
||||||
const point = readCanvasPoint(event.currentTarget, event.clientX, event.clientY);
|
const point = readCanvasPoint(event.currentTarget, event.clientX, event.clientY);
|
||||||
const maskCanvas = maskCanvasRef.current;
|
const maskCanvas = maskCanvasRef.current;
|
||||||
const context = maskCanvas?.getContext("2d");
|
const context = maskCanvas?.getContext("2d", { willReadFrequently: true });
|
||||||
if (!maskCanvas || !context) return;
|
const previewContext = previewCanvasRef.current?.getContext("2d");
|
||||||
context.lineCap = "round";
|
const stroke = drawingRef.current.stroke;
|
||||||
context.lineJoin = "round";
|
if (!maskCanvas || !context || !previewContext || !stroke) return;
|
||||||
context.lineWidth = brushSize;
|
configureStrokeContext(context, stroke);
|
||||||
context.globalCompositeOperation = mode === "paint" ? "source-over" : "destination-out";
|
configurePreviewStrokeContext(previewContext, stroke);
|
||||||
context.strokeStyle = "#000";
|
const last = stroke.points.at(-1);
|
||||||
context.fillStyle = "#000";
|
drawMaskStroke(context, last || point, point, stroke.size);
|
||||||
if (!drawingRef.current.last) {
|
drawMaskStroke(previewContext, last || point, point, stroke.size);
|
||||||
drawMaskStroke(context, point, point, brushSize);
|
stroke.points.push(point);
|
||||||
} else {
|
if (stroke.mode === "paint") {
|
||||||
drawMaskStroke(context, drawingRef.current.last, point, brushSize);
|
|
||||||
}
|
|
||||||
renderMaskPreview(maskCanvas, previewCanvasRef.current);
|
|
||||||
drawingRef.current.last = point;
|
|
||||||
if (mode === "paint") {
|
|
||||||
setError("");
|
setError("");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const updateBrushPreview = (event: ReactPointerEvent<HTMLCanvasElement>, size = brushSize, adjusting = false) => {
|
||||||
|
setBrushPreview({
|
||||||
|
x: event.clientX,
|
||||||
|
y: event.clientY,
|
||||||
|
size,
|
||||||
|
adjusting,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
const startDraw = (event: ReactPointerEvent<HTMLCanvasElement>) => {
|
const startDraw = (event: ReactPointerEvent<HTMLCanvasElement>) => {
|
||||||
|
if ((event.button === 0 || event.button === 2) && event.altKey) {
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
event.currentTarget.setPointerCapture(event.pointerId);
|
||||||
|
brushAdjustRef.current = {
|
||||||
|
active: true,
|
||||||
|
pointerId: event.pointerId,
|
||||||
|
startX: event.clientX,
|
||||||
|
startSize: brushSize,
|
||||||
|
previewX: event.clientX,
|
||||||
|
previewY: event.clientY,
|
||||||
|
};
|
||||||
|
updateBrushPreview(event, brushSize, true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (event.button !== 0) return;
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
event.currentTarget.setPointerCapture(event.pointerId);
|
event.currentTarget.setPointerCapture(event.pointerId);
|
||||||
drawingRef.current = { active: true, last: null };
|
updateBrushPreview(event);
|
||||||
if (maskCanvasRef.current) renderMaskPreview(maskCanvasRef.current, previewCanvasRef.current);
|
drawingRef.current = { active: true, stroke: { mode, size: brushSize, points: [] } };
|
||||||
draw(event);
|
draw(event);
|
||||||
};
|
};
|
||||||
|
|
||||||
const moveDraw = (event: ReactPointerEvent<HTMLCanvasElement>) => {
|
const moveDraw = (event: ReactPointerEvent<HTMLCanvasElement>) => {
|
||||||
|
const brushAdjust = brushAdjustRef.current;
|
||||||
|
if (brushAdjust?.active && event.pointerId === brushAdjust.pointerId) {
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
const nextSize = clampBrushSize(brushAdjust.startSize + event.clientX - brushAdjust.startX);
|
||||||
|
setBrushSize(nextSize);
|
||||||
|
setBrushPreview({
|
||||||
|
x: brushAdjust.previewX,
|
||||||
|
y: brushAdjust.previewY,
|
||||||
|
size: nextSize,
|
||||||
|
adjusting: true,
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
updateBrushPreview(event);
|
||||||
if (!drawingRef.current.active) return;
|
if (!drawingRef.current.active) return;
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
draw(event);
|
draw(event);
|
||||||
};
|
};
|
||||||
|
|
||||||
const stopDraw = () => {
|
const stopDraw = (event: ReactPointerEvent<HTMLCanvasElement>) => {
|
||||||
drawingRef.current = { active: false, last: null };
|
const brushAdjust = brushAdjustRef.current;
|
||||||
const maskCanvas = maskCanvasRef.current;
|
if (brushAdjust?.active && event.pointerId === brushAdjust.pointerId) {
|
||||||
if (maskCanvas) renderMaskPreview(maskCanvas, previewCanvasRef.current, canvasHasPaint(maskCanvas));
|
brushAdjustRef.current = null;
|
||||||
|
if (event.currentTarget.hasPointerCapture(event.pointerId)) event.currentTarget.releasePointerCapture(event.pointerId);
|
||||||
|
updateBrushPreview(event, brushSize);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const stroke = drawingRef.current.stroke;
|
||||||
|
drawingRef.current = { active: false, stroke: null };
|
||||||
|
if (stroke?.points.length) {
|
||||||
|
historyRef.current.push(stroke);
|
||||||
|
setHistorySize(historyRef.current.length);
|
||||||
|
redoRef.current = [];
|
||||||
|
setRedoSize(0);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const undoMask = useCallback(() => {
|
||||||
|
if (drawingRef.current.active || !historyRef.current.length) return;
|
||||||
|
const stroke = historyRef.current.pop();
|
||||||
|
if (stroke) redoRef.current.push(stroke);
|
||||||
|
setHistorySize(historyRef.current.length);
|
||||||
|
setRedoSize(redoRef.current.length);
|
||||||
|
replayMask(historyRef.current, maskCanvasRef.current, previewCanvasRef.current);
|
||||||
|
setError("");
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
const redoMask = useCallback(() => {
|
||||||
|
if (drawingRef.current.active || !redoRef.current.length) return;
|
||||||
|
const stroke = redoRef.current.pop();
|
||||||
|
if (stroke) historyRef.current.push(stroke);
|
||||||
|
setHistorySize(historyRef.current.length);
|
||||||
|
setRedoSize(redoRef.current.length);
|
||||||
|
replayMask(historyRef.current, maskCanvasRef.current, previewCanvasRef.current);
|
||||||
|
setError("");
|
||||||
|
}, []);
|
||||||
|
|
||||||
const resetMask = () => {
|
const resetMask = () => {
|
||||||
|
historyRef.current = [];
|
||||||
|
redoRef.current = [];
|
||||||
|
setHistorySize(0);
|
||||||
|
setRedoSize(0);
|
||||||
clearCanvas(maskCanvasRef.current);
|
clearCanvas(maskCanvasRef.current);
|
||||||
clearCanvas(previewCanvasRef.current);
|
clearCanvas(previewCanvasRef.current);
|
||||||
setError("");
|
setError("");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open) return;
|
||||||
|
const handleKeyDown = (event: KeyboardEvent) => {
|
||||||
|
const target = event.target instanceof Element ? event.target : null;
|
||||||
|
if (target?.closest("input,textarea,[contenteditable='true']")) return;
|
||||||
|
const key = event.key.toLowerCase();
|
||||||
|
const modifier = (event.metaKey || event.ctrlKey) && !event.altKey;
|
||||||
|
const isUndo = modifier && !event.shiftKey && key === "z";
|
||||||
|
const isRedo = modifier && ((event.shiftKey && key === "z") || (!event.shiftKey && key === "y"));
|
||||||
|
if (!isUndo && !isRedo) return;
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
event.stopImmediatePropagation();
|
||||||
|
if (isRedo) redoMask();
|
||||||
|
else undoMask();
|
||||||
|
};
|
||||||
|
window.addEventListener("keydown", handleKeyDown, true);
|
||||||
|
return () => window.removeEventListener("keydown", handleKeyDown, true);
|
||||||
|
}, [open, redoMask, undoMask]);
|
||||||
|
|
||||||
const submit = () => {
|
const submit = () => {
|
||||||
const nextPrompt = prompt.trim();
|
const nextPrompt = prompt.trim();
|
||||||
const canvas = maskCanvasRef.current;
|
const canvas = maskCanvasRef.current;
|
||||||
@@ -99,33 +208,58 @@ export function CanvasNodeMaskEditDialog({ dataUrl, open, onClose, onConfirm }:
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal title={null} open={open && Boolean(dataUrl)} onCancel={onClose} footer={null} width={980} centered destroyOnHidden>
|
<Modal title={null} open={open && Boolean(dataUrl)} onCancel={onClose} footer={null} width={980} centered destroyOnHidden transitionName="" maskTransitionName="">
|
||||||
<div className="grid gap-5 lg:grid-cols-[minmax(360px,1fr)_320px]">
|
<div className="grid gap-5 lg:grid-cols-[minmax(360px,1fr)_320px]" data-canvas-no-zoom>
|
||||||
<div className="flex min-h-[360px] items-center justify-center rounded-xl border border-black/10 bg-transparent p-0 dark:border-white/10">
|
<div
|
||||||
<div className="relative inline-block max-w-full overflow-hidden rounded-lg bg-transparent select-none">
|
ref={viewport.viewportRef}
|
||||||
<img src={dataUrl} alt="" className="block max-h-[68vh] max-w-full bg-transparent" draggable={false} />
|
{...viewport.panHandlers}
|
||||||
{image ? (
|
className={`relative h-[min(68vh,720px)] min-h-[360px] rounded-xl border border-black/10 bg-transparent dark:border-white/10 ${viewport.scrollClassName} ${viewport.isPanning ? "cursor-grabbing" : viewport.spacePressed ? "cursor-grab" : ""}`}
|
||||||
<>
|
>
|
||||||
<canvas ref={maskCanvasRef} width={image.width} height={image.height} className="hidden" />
|
<div className="relative" style={viewport.contentStyle}>
|
||||||
<canvas
|
<div ref={viewport.stageRef} className="absolute isolate overflow-hidden rounded-lg bg-transparent select-none [backface-visibility:hidden] [contain:layout_paint] [transform:translateZ(0)]" style={viewport.stageStyle}>
|
||||||
ref={previewCanvasRef}
|
{image ? (
|
||||||
width={image.width}
|
<>
|
||||||
height={image.height}
|
<canvas ref={maskCanvasRef} width={image.width} height={image.height} className="hidden" />
|
||||||
className="absolute inset-0 h-full w-full cursor-crosshair touch-none"
|
<div className="absolute left-0 top-0 [backface-visibility:hidden]" style={viewport.mediaStyle}>
|
||||||
onPointerDown={startDraw}
|
<img src={dataUrl} alt="" className="absolute inset-0 block h-full w-full bg-transparent object-contain" draggable={false} />
|
||||||
onPointerMove={moveDraw}
|
<canvas
|
||||||
onPointerUp={stopDraw}
|
ref={previewCanvasRef}
|
||||||
onPointerCancel={stopDraw}
|
width={image.width}
|
||||||
/>
|
height={image.height}
|
||||||
</>
|
className="absolute inset-0 h-full w-full cursor-none touch-none"
|
||||||
) : null}
|
onPointerDown={startDraw}
|
||||||
|
onPointerMove={moveDraw}
|
||||||
|
onPointerUp={stopDraw}
|
||||||
|
onPointerCancel={stopDraw}
|
||||||
|
onPointerEnter={(event) => updateBrushPreview(event)}
|
||||||
|
onPointerLeave={() => {
|
||||||
|
if (!drawingRef.current.active && !brushAdjustRef.current?.active) setBrushPreview(null);
|
||||||
|
}}
|
||||||
|
onContextMenu={(event) => event.preventDefault()}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{brushPreview
|
||||||
|
? createPortal(
|
||||||
|
<div
|
||||||
|
className={`pointer-events-none fixed z-[1100] rounded-full border-2 ${brushPreview.adjusting ? "border-[#fbbf24] bg-black/10" : "border-white/90 bg-black/5"} shadow-[0_0_0_1px_rgba(0,0,0,.8)]`}
|
||||||
|
style={{ left: brushPreview.x, top: brushPreview.y, width: Math.max(4, brushPreview.size * viewport.imageScale), aspectRatio: 1, transform: "translate(-50%, -50%)" }}
|
||||||
|
>
|
||||||
|
{brushPreview.adjusting ? <span className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 rounded bg-black/75 px-1.5 py-0.5 text-xs font-semibold text-white">{brushSize}px</span> : null}
|
||||||
|
</div>,
|
||||||
|
document.body,
|
||||||
|
)
|
||||||
|
: null}
|
||||||
|
|
||||||
<div className="flex min-h-[360px] flex-col gap-5">
|
<div className="flex min-h-[360px] flex-col gap-5">
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-xl font-semibold">局部遮罩编辑</h2>
|
<h2 className="text-xl font-semibold">局部遮罩编辑</h2>
|
||||||
<div className="mt-2 text-sm opacity-60">{image ? `${image.width} x ${image.height}px` : "读取中"}</div>
|
<div className="mt-2 text-sm opacity-60">{image ? `${image.width} x ${image.height}px` : "读取中"}</div>
|
||||||
|
<div className="mt-2 text-xs leading-5 opacity-55">滚轮缩放 · 中键或空格+左键拖动画面 · Alt+左/右键横拖调笔刷 · Ctrl/Cmd+Z 撤回 · Ctrl/Cmd+Shift+Z 重做</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-2 gap-2">
|
<div className="grid grid-cols-2 gap-2">
|
||||||
@@ -137,6 +271,26 @@ export function CanvasNodeMaskEditDialog({ dataUrl, open, onClose, onConfirm }:
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="flex items-center justify-between rounded-lg border border-black/10 px-2 py-1 dark:border-white/10">
|
||||||
|
<Tooltip title="撤回局部涂抹 (Ctrl/Cmd+Z)">
|
||||||
|
<Button type="text" icon={<Undo2 className="size-4" />} disabled={!historySize} aria-label="撤回局部涂抹" onClick={undoMask} />
|
||||||
|
</Tooltip>
|
||||||
|
<Tooltip title="重做局部涂抹 (Ctrl/Cmd+Shift+Z)">
|
||||||
|
<Button type="text" icon={<Redo2 className="size-4" />} disabled={!redoSize} aria-label="重做局部涂抹" onClick={redoMask} />
|
||||||
|
</Tooltip>
|
||||||
|
<div className="flex items-center gap-1">
|
||||||
|
<Tooltip title="缩小">
|
||||||
|
<Button type="text" icon={<ZoomOut className="size-4" />} disabled={!viewport.canZoomOut} aria-label="缩小" onClick={viewport.zoomOut} />
|
||||||
|
</Tooltip>
|
||||||
|
<button type="button" className="min-w-14 text-center text-xs font-semibold tabular-nums opacity-70" onClick={viewport.resetZoom}>
|
||||||
|
{Math.round(viewport.zoom * 100)}%
|
||||||
|
</button>
|
||||||
|
<Tooltip title="放大">
|
||||||
|
<Button type="text" icon={<ZoomIn className="size-4" />} disabled={!viewport.canZoomIn} aria-label="放大" onClick={viewport.zoomIn} />
|
||||||
|
</Tooltip>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<div className="flex items-center justify-between text-sm">
|
<div className="flex items-center justify-between text-sm">
|
||||||
<span className="font-medium opacity-75">笔刷大小</span>
|
<span className="font-medium opacity-75">笔刷大小</span>
|
||||||
@@ -187,8 +341,12 @@ function readCanvasPoint(canvas: HTMLCanvasElement, clientX: number, clientY: nu
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function clampBrushSize(value: number) {
|
||||||
|
return Math.min(160, Math.max(8, Math.round(value / 2) * 2));
|
||||||
|
}
|
||||||
|
|
||||||
function clearCanvas(canvas: HTMLCanvasElement | null) {
|
function clearCanvas(canvas: HTMLCanvasElement | null) {
|
||||||
const context = canvas?.getContext("2d");
|
const context = canvas?.getContext("2d", { willReadFrequently: true });
|
||||||
if (!canvas || !context) return;
|
if (!canvas || !context) return;
|
||||||
context.clearRect(0, 0, canvas.width, canvas.height);
|
context.clearRect(0, 0, canvas.width, canvas.height);
|
||||||
}
|
}
|
||||||
@@ -206,8 +364,43 @@ function drawMaskStroke(context: CanvasRenderingContext2D, from: { x: number; y:
|
|||||||
context.stroke();
|
context.stroke();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function configureStrokeContext(context: CanvasRenderingContext2D, stroke: MaskStroke) {
|
||||||
|
context.lineCap = "round";
|
||||||
|
context.lineJoin = "round";
|
||||||
|
context.lineWidth = stroke.size;
|
||||||
|
context.globalCompositeOperation = stroke.mode === "paint" ? "source-over" : "destination-out";
|
||||||
|
context.strokeStyle = "#000";
|
||||||
|
context.fillStyle = "#000";
|
||||||
|
}
|
||||||
|
|
||||||
|
function configurePreviewStrokeContext(context: CanvasRenderingContext2D, stroke: MaskStroke) {
|
||||||
|
context.lineCap = "round";
|
||||||
|
context.lineJoin = "round";
|
||||||
|
context.lineWidth = stroke.size;
|
||||||
|
context.globalCompositeOperation = stroke.mode === "paint" ? "source-over" : "destination-out";
|
||||||
|
context.strokeStyle = maskFillColor;
|
||||||
|
context.fillStyle = maskFillColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
function replayMask(strokes: MaskStroke[], maskCanvas: HTMLCanvasElement | null, previewCanvas: HTMLCanvasElement | null) {
|
||||||
|
const context = maskCanvas?.getContext("2d", { willReadFrequently: true });
|
||||||
|
const previewContext = previewCanvas?.getContext("2d");
|
||||||
|
if (!maskCanvas || !context || !previewCanvas || !previewContext) return;
|
||||||
|
context.clearRect(0, 0, maskCanvas.width, maskCanvas.height);
|
||||||
|
previewContext.clearRect(0, 0, previewCanvas.width, previewCanvas.height);
|
||||||
|
for (const stroke of strokes) {
|
||||||
|
configureStrokeContext(context, stroke);
|
||||||
|
configurePreviewStrokeContext(previewContext, stroke);
|
||||||
|
stroke.points.forEach((point, index) => {
|
||||||
|
const previous = stroke.points[index - 1] || point;
|
||||||
|
drawMaskStroke(context, previous, point, stroke.size);
|
||||||
|
drawMaskStroke(previewContext, previous, point, stroke.size);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function canvasHasPaint(canvas: HTMLCanvasElement) {
|
function canvasHasPaint(canvas: HTMLCanvasElement) {
|
||||||
const context = canvas.getContext("2d");
|
const context = canvas.getContext("2d", { willReadFrequently: true });
|
||||||
if (!context) return false;
|
if (!context) return false;
|
||||||
const data = context.getImageData(0, 0, canvas.width, canvas.height).data;
|
const data = context.getImageData(0, 0, canvas.width, canvas.height).data;
|
||||||
for (let index = 3; index < data.length; index += 4) {
|
for (let index = 3; index < data.length; index += 4) {
|
||||||
@@ -216,54 +409,13 @@ function canvasHasPaint(canvas: HTMLCanvasElement) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderMaskPreview(maskCanvas: HTMLCanvasElement, previewCanvas: HTMLCanvasElement | null, withBorder = false) {
|
|
||||||
const context = previewCanvas?.getContext("2d");
|
|
||||||
if (!previewCanvas || !context) return;
|
|
||||||
context.clearRect(0, 0, previewCanvas.width, previewCanvas.height);
|
|
||||||
context.fillStyle = maskFillColor;
|
|
||||||
context.fillRect(0, 0, previewCanvas.width, previewCanvas.height);
|
|
||||||
context.globalCompositeOperation = "destination-in";
|
|
||||||
context.drawImage(maskCanvas, 0, 0);
|
|
||||||
context.globalCompositeOperation = "source-over";
|
|
||||||
if (withBorder) drawDashedMaskBorder(context, maskCanvas);
|
|
||||||
}
|
|
||||||
|
|
||||||
function drawDashedMaskBorder(context: CanvasRenderingContext2D, maskCanvas: HTMLCanvasElement) {
|
|
||||||
const maskContext = maskCanvas.getContext("2d");
|
|
||||||
if (!maskContext) return;
|
|
||||||
const { width, height } = maskCanvas;
|
|
||||||
const data = maskContext.getImageData(0, 0, width, height).data;
|
|
||||||
const step = Math.max(1, Math.round(Math.max(width, height) / 1200));
|
|
||||||
const dash = step * 8;
|
|
||||||
const gap = step * 5;
|
|
||||||
const period = dash + gap;
|
|
||||||
|
|
||||||
context.save();
|
|
||||||
context.fillStyle = maskBorderColor;
|
|
||||||
context.shadowColor = "rgba(0, 0, 0, .24)";
|
|
||||||
context.shadowBlur = step * 1.5;
|
|
||||||
for (let y = step; y < height - step; y += step) {
|
|
||||||
for (let x = step; x < width - step; x += step) {
|
|
||||||
const offset = (y * width + x) * 4 + 3;
|
|
||||||
if (data[offset] === 0 || !isMaskEdge(data, width, x, y, step)) continue;
|
|
||||||
if ((x + y) % period > dash) continue;
|
|
||||||
context.fillRect(x - step / 2, y - step / 2, Math.max(1.5, step), Math.max(1.5, step));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
context.restore();
|
|
||||||
}
|
|
||||||
|
|
||||||
function isMaskEdge(data: Uint8ClampedArray, width: number, x: number, y: number, step: number) {
|
|
||||||
return data[((y - step) * width + x) * 4 + 3] === 0 || data[((y + step) * width + x) * 4 + 3] === 0 || data[(y * width + x - step) * 4 + 3] === 0 || data[(y * width + x + step) * 4 + 3] === 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
function buildEditMask(selectionCanvas: HTMLCanvasElement) {
|
function buildEditMask(selectionCanvas: HTMLCanvasElement) {
|
||||||
const canvas = document.createElement("canvas");
|
const canvas = document.createElement("canvas");
|
||||||
canvas.width = selectionCanvas.width;
|
canvas.width = selectionCanvas.width;
|
||||||
canvas.height = selectionCanvas.height;
|
canvas.height = selectionCanvas.height;
|
||||||
const context = canvas.getContext("2d");
|
const context = canvas.getContext("2d", { willReadFrequently: true });
|
||||||
if (!context) return selectionCanvas.toDataURL("image/png");
|
if (!context) return selectionCanvas.toDataURL("image/png");
|
||||||
const selectionContext = selectionCanvas.getContext("2d");
|
const selectionContext = selectionCanvas.getContext("2d", { willReadFrequently: true });
|
||||||
context.fillStyle = "#fff";
|
context.fillStyle = "#fff";
|
||||||
context.fillRect(0, 0, canvas.width, canvas.height);
|
context.fillRect(0, 0, canvas.width, canvas.height);
|
||||||
if (!selectionContext) return canvas.toDataURL("image/png");
|
if (!selectionContext) return canvas.toDataURL("image/png");
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { ArrowUp, LoaderCircle, Square } from "lucide-react";
|
|||||||
import { Button } from "antd";
|
import { Button } from "antd";
|
||||||
|
|
||||||
import { ModelPicker } from "@/components/model-picker";
|
import { ModelPicker } from "@/components/model-picker";
|
||||||
import { defaultConfig, modelMatchesCapability, useConfigStore, useEffectiveConfig, type AiConfig } from "@/stores/use-config-store";
|
import { defaultConfig, resolveModelForCapability, useConfigStore, useEffectiveConfig, type AiConfig } from "@/stores/use-config-store";
|
||||||
import { canvasThemes } from "@/lib/canvas-theme";
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
import { useThemeStore } from "@/stores/use-theme-store";
|
import { useThemeStore } from "@/stores/use-theme-store";
|
||||||
import { CanvasImageSettingsPopover } from "./canvas-image-settings-popover";
|
import { CanvasImageSettingsPopover } from "./canvas-image-settings-popover";
|
||||||
@@ -11,6 +11,7 @@ import { CanvasPromptLibrary } from "./canvas-prompt-library";
|
|||||||
import { CanvasAudioSettingsPopover, type CanvasAudioSettingKey } from "./canvas-audio-settings-popover";
|
import { CanvasAudioSettingsPopover, type CanvasAudioSettingKey } from "./canvas-audio-settings-popover";
|
||||||
import { CanvasPromptChipInput } from "./canvas-prompt-chip-input";
|
import { CanvasPromptChipInput } from "./canvas-prompt-chip-input";
|
||||||
import { CanvasVideoSettingsPopover } from "./canvas-video-settings-popover";
|
import { CanvasVideoSettingsPopover } from "./canvas-video-settings-popover";
|
||||||
|
import { CanvasTextSettingsPopover } from "./canvas-text-settings-popover";
|
||||||
import { CanvasNodeType, type CanvasGenerationMode, type CanvasNodeData } from "@/types/canvas";
|
import { CanvasNodeType, type CanvasGenerationMode, type CanvasNodeData } from "@/types/canvas";
|
||||||
import type { CanvasResourceReference } from "@/lib/canvas/canvas-resource-references";
|
import type { CanvasResourceReference } from "@/lib/canvas/canvas-resource-references";
|
||||||
|
|
||||||
@@ -37,11 +38,13 @@ export function CanvasNodePromptPanel({ node, isRunning, onPromptChange, onConfi
|
|||||||
const hasTextContent = node.type === CanvasNodeType.Text && Boolean(node.metadata?.content?.trim());
|
const hasTextContent = node.type === CanvasNodeType.Text && Boolean(node.metadata?.content?.trim());
|
||||||
const hasImageContent = node.type === CanvasNodeType.Image && Boolean(node.metadata?.content);
|
const hasImageContent = node.type === CanvasNodeType.Image && Boolean(node.metadata?.content);
|
||||||
const isEditingExistingContent = hasTextContent || hasImageContent;
|
const isEditingExistingContent = hasTextContent || hasImageContent;
|
||||||
const [prompt, setPrompt] = useState(isEditingExistingContent ? "" : node.metadata?.prompt || "");
|
const [prompt, setPrompt] = useState(node.metadata?.prompt || "");
|
||||||
|
|
||||||
|
// 仅在切换到其它节点时恢复对应提示词;同一节点生成完成后继续保留当前输入。
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setPrompt(isEditingExistingContent ? "" : node.metadata?.prompt || "");
|
setPrompt(node.metadata?.prompt || "");
|
||||||
}, [isEditingExistingContent, node.id]);
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
|
}, [node.id]);
|
||||||
|
|
||||||
const updatePrompt = (value: string) => {
|
const updatePrompt = (value: string) => {
|
||||||
setPrompt(value);
|
setPrompt(value);
|
||||||
@@ -52,11 +55,11 @@ export function CanvasNodePromptPanel({ node, isRunning, onPromptChange, onConfi
|
|||||||
const text = prompt.trim();
|
const text = prompt.trim();
|
||||||
if (!text || isRunning) return;
|
if (!text || isRunning) return;
|
||||||
onGenerate(node.id, mode, text);
|
onGenerate(node.id, mode, text);
|
||||||
setPrompt("");
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
data-canvas-no-zoom
|
||||||
className="rounded-2xl border p-3 shadow-2xl backdrop-blur"
|
className="rounded-2xl border p-3 shadow-2xl backdrop-blur"
|
||||||
style={{ background: theme.toolbar.panel, borderColor: theme.toolbar.border, color: theme.node.text }}
|
style={{ background: theme.toolbar.panel, borderColor: theme.toolbar.border, color: theme.node.text }}
|
||||||
onMouseDown={(event) => event.stopPropagation()}
|
onMouseDown={(event) => event.stopPropagation()}
|
||||||
@@ -99,7 +102,10 @@ export function CanvasNodePromptPanel({ node, isRunning, onPromptChange, onConfi
|
|||||||
<CanvasAudioSettingsPopover config={config} buttonClassName="!h-10 !max-w-[170px] !justify-start !rounded-full !px-3" onConfigChange={(key, value) => onConfigChange(node.id, audioConfigPatch(key, value))} />
|
<CanvasAudioSettingsPopover config={config} buttonClassName="!h-10 !max-w-[170px] !justify-start !rounded-full !px-3" onConfigChange={(key, value) => onConfigChange(node.id, audioConfigPatch(key, value))} />
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<ModelPicker config={config} value={config.model} onChange={(model) => onConfigChange(node.id, { model })} capability="text" onMissingConfig={() => openConfigDialog(true)} className="max-w-[190px]" />
|
<>
|
||||||
|
<ModelPicker config={config} value={config.model} onChange={(model) => onConfigChange(node.id, { model })} capability="text" onMissingConfig={() => openConfigDialog(true)} className="max-w-[190px]" />
|
||||||
|
<CanvasTextSettingsPopover config={config} onConfigChange={(_, value) => onConfigChange(node.id, { reasoningEffort: value })} />
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
@@ -132,17 +138,10 @@ function defaultMode(type: CanvasNodeData["type"]): CanvasNodeGenerationMode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function buildNodeConfig(globalConfig: AiConfig, node: CanvasNodeData, mode: CanvasNodeGenerationMode): AiConfig {
|
function buildNodeConfig(globalConfig: AiConfig, node: CanvasNodeData, mode: CanvasNodeGenerationMode): AiConfig {
|
||||||
const defaultModel = mode === "image" ? globalConfig.imageModel : mode === "video" ? globalConfig.videoModel : mode === "audio" ? globalConfig.audioModel : globalConfig.textModel;
|
|
||||||
const fallbackModel = mode === "image" ? defaultConfig.imageModel : mode === "video" ? defaultConfig.videoModel : mode === "audio" ? defaultConfig.audioModel : defaultConfig.textModel;
|
|
||||||
const currentModel = node.metadata?.model;
|
|
||||||
const model = currentModel && modelMatchesCapability(globalConfig, currentModel, mode)
|
|
||||||
? currentModel
|
|
||||||
: defaultModel && modelMatchesCapability(globalConfig, defaultModel, mode)
|
|
||||||
? defaultModel
|
|
||||||
: fallbackModel;
|
|
||||||
return {
|
return {
|
||||||
...globalConfig,
|
...globalConfig,
|
||||||
model,
|
model: resolveModelForCapability(globalConfig, node.metadata?.model, mode),
|
||||||
|
reasoningEffort: node.metadata?.reasoningEffort || globalConfig.reasoningEffort || defaultConfig.reasoningEffort,
|
||||||
quality: node.metadata?.quality || globalConfig.quality || defaultConfig.quality,
|
quality: node.metadata?.quality || globalConfig.quality || defaultConfig.quality,
|
||||||
size: node.metadata?.size || globalConfig.size || defaultConfig.size,
|
size: node.metadata?.size || globalConfig.size || defaultConfig.size,
|
||||||
background: node.metadata?.background ?? globalConfig.background ?? defaultConfig.background,
|
background: node.metadata?.background ?? globalConfig.background ?? defaultConfig.background,
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
import { useEffect, useRef, useState, type PointerEvent as ReactPointerEvent } from "react";
|
import { useCallback, useEffect, useRef, useState, type PointerEvent as ReactPointerEvent } from "react";
|
||||||
import { Button, InputNumber, Modal } from "antd";
|
import { Button, InputNumber, Modal, Tooltip } from "antd";
|
||||||
import { Grid2x2, ListRestart, PanelTop, Rows3, Trash2 } from "lucide-react";
|
import { Grid2x2, ListRestart, PanelTop, Redo2, Rows3, Trash2, Undo2, ZoomIn, ZoomOut } from "lucide-react";
|
||||||
|
|
||||||
import { readImageMeta } from "@/lib/image-utils";
|
import { readImageMeta } from "@/lib/image-utils";
|
||||||
import type { ImageSplitParams } from "@/lib/canvas/canvas-image-data";
|
import type { ImageSplitParams } from "@/lib/canvas/canvas-image-data";
|
||||||
|
import { useImageEditorViewport } from "@/components/canvas/use-image-editor-viewport";
|
||||||
|
|
||||||
export type CanvasImageSplitParams = ImageSplitParams;
|
export type CanvasImageSplitParams = ImageSplitParams;
|
||||||
|
|
||||||
@@ -15,7 +16,13 @@ export function CanvasNodeSplitDialog({ dataUrl, open, onClose, onConfirm }: { d
|
|||||||
const [params, setParams] = useState(defaultParams);
|
const [params, setParams] = useState(defaultParams);
|
||||||
const [image, setImage] = useState<{ width: number; height: number } | null>(null);
|
const [image, setImage] = useState<{ width: number; height: number } | null>(null);
|
||||||
const [active, setActive] = useState<ActiveLine>(null);
|
const [active, setActive] = useState<ActiveLine>(null);
|
||||||
const previewRef = useRef<HTMLDivElement>(null);
|
const historyRef = useRef<CanvasImageSplitParams[]>([]);
|
||||||
|
const redoRef = useRef<CanvasImageSplitParams[]>([]);
|
||||||
|
const dragAbortRef = useRef<AbortController | null>(null);
|
||||||
|
const [historySize, setHistorySize] = useState(0);
|
||||||
|
const [redoSize, setRedoSize] = useState(0);
|
||||||
|
const viewport = useImageEditorViewport(image, open);
|
||||||
|
const previewRef = viewport.stageRef;
|
||||||
const horizontalLines = params.horizontalLines || [];
|
const horizontalLines = params.horizontalLines || [];
|
||||||
const verticalLines = params.verticalLines || [];
|
const verticalLines = params.verticalLines || [];
|
||||||
const rows = horizontalLines.length + 1;
|
const rows = horizontalLines.length + 1;
|
||||||
@@ -28,6 +35,10 @@ export function CanvasNodeSplitDialog({ dataUrl, open, onClose, onConfirm }: { d
|
|||||||
setParams(defaultParams);
|
setParams(defaultParams);
|
||||||
setActive(null);
|
setActive(null);
|
||||||
setImage(null);
|
setImage(null);
|
||||||
|
historyRef.current = [];
|
||||||
|
redoRef.current = [];
|
||||||
|
setHistorySize(0);
|
||||||
|
setRedoSize(0);
|
||||||
}, [dataUrl, open]);
|
}, [dataUrl, open]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -35,20 +46,28 @@ export function CanvasNodeSplitDialog({ dataUrl, open, onClose, onConfirm }: { d
|
|||||||
void readImageMeta(dataUrl).then(setImage);
|
void readImageMeta(dataUrl).then(setImage);
|
||||||
}, [dataUrl, open]);
|
}, [dataUrl, open]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open) dragAbortRef.current?.abort();
|
||||||
|
return () => dragAbortRef.current?.abort();
|
||||||
|
}, [open]);
|
||||||
|
|
||||||
const update = (key: "rows" | "columns", value: string | number | null) => {
|
const update = (key: "rows" | "columns", value: string | number | null) => {
|
||||||
const count = clampGrid(value ?? params[key]);
|
const count = clampGrid(value ?? params[key]);
|
||||||
|
pushHistory(historyRef, redoRef, params, setHistorySize, setRedoSize);
|
||||||
setActive(null);
|
setActive(null);
|
||||||
setParams((current) => ({ ...current, [key]: count, [key === "rows" ? "horizontalLines" : "verticalLines"]: buildGridLines(count) }));
|
setParams((current) => ({ ...current, [key]: count, [key === "rows" ? "horizontalLines" : "verticalLines"]: buildGridLines(count) }));
|
||||||
};
|
};
|
||||||
const addLine = (axis: "horizontal" | "vertical") => {
|
const addLine = (axis: "horizontal" | "vertical") => {
|
||||||
setParams((current) => {
|
pushHistory(historyRef, redoRef, params, setHistorySize, setRedoSize);
|
||||||
const key = axis === "horizontal" ? "horizontalLines" : "verticalLines";
|
const key = axis === "horizontal" ? "horizontalLines" : "verticalLines";
|
||||||
const lines = [...(current[key] || []), findLineSpot(current[key] || [])].sort((a, b) => a - b);
|
const spot = findLineSpot(params[key] || []);
|
||||||
return { ...current, [key]: lines, rows: axis === "horizontal" ? lines.length + 1 : current.rows, columns: axis === "vertical" ? lines.length + 1 : current.columns };
|
const lines = [...(params[key] || []), spot].sort((a, b) => a - b);
|
||||||
});
|
setActive({ axis, index: lines.indexOf(spot) });
|
||||||
|
setParams({ ...params, [key]: lines, rows: axis === "horizontal" ? lines.length + 1 : params.rows, columns: axis === "vertical" ? lines.length + 1 : params.columns });
|
||||||
};
|
};
|
||||||
const deleteLine = () => {
|
const deleteLine = () => {
|
||||||
if (!active) return;
|
if (!active) return;
|
||||||
|
pushHistory(historyRef, redoRef, params, setHistorySize, setRedoSize);
|
||||||
setParams((current) => {
|
setParams((current) => {
|
||||||
const key = active.axis === "horizontal" ? "horizontalLines" : "verticalLines";
|
const key = active.axis === "horizontal" ? "horizontalLines" : "verticalLines";
|
||||||
const lines = (current[key] || []).filter((_, index) => index !== active.index);
|
const lines = (current[key] || []).filter((_, index) => index !== active.index);
|
||||||
@@ -58,16 +77,19 @@ export function CanvasNodeSplitDialog({ dataUrl, open, onClose, onConfirm }: { d
|
|||||||
};
|
};
|
||||||
const startDrag = (axis: "horizontal" | "vertical", index: number, event: ReactPointerEvent) => {
|
const startDrag = (axis: "horizontal" | "vertical", index: number, event: ReactPointerEvent) => {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
setActive({ axis, index });
|
setActive({ axis, index });
|
||||||
const box = previewRef.current?.getBoundingClientRect();
|
const box = previewRef.current?.getBoundingClientRect();
|
||||||
if (!box) return;
|
if (!box) return;
|
||||||
|
pushHistory(historyRef, redoRef, params, setHistorySize, setRedoSize);
|
||||||
|
dragAbortRef.current?.abort();
|
||||||
|
const controller = new AbortController();
|
||||||
|
dragAbortRef.current = controller;
|
||||||
const move = (moveEvent: PointerEvent) => setLine(axis, index, axis === "horizontal" ? (moveEvent.clientY - box.top) / box.height : (moveEvent.clientX - box.left) / box.width);
|
const move = (moveEvent: PointerEvent) => setLine(axis, index, axis === "horizontal" ? (moveEvent.clientY - box.top) / box.height : (moveEvent.clientX - box.left) / box.width);
|
||||||
const up = () => {
|
const stop = () => controller.abort();
|
||||||
window.removeEventListener("pointermove", move);
|
window.addEventListener("pointermove", move, { signal: controller.signal });
|
||||||
window.removeEventListener("pointerup", up);
|
window.addEventListener("pointerup", stop, { signal: controller.signal });
|
||||||
};
|
window.addEventListener("pointercancel", stop, { signal: controller.signal });
|
||||||
window.addEventListener("pointermove", move);
|
|
||||||
window.addEventListener("pointerup", up);
|
|
||||||
};
|
};
|
||||||
const setLine = (axis: "horizontal" | "vertical", index: number, value: number) => {
|
const setLine = (axis: "horizontal" | "vertical", index: number, value: number) => {
|
||||||
setParams((current) => {
|
setParams((current) => {
|
||||||
@@ -78,28 +100,93 @@ export function CanvasNodeSplitDialog({ dataUrl, open, onClose, onConfirm }: { d
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
const resetLines = () => {
|
const resetLines = () => {
|
||||||
|
pushHistory(historyRef, redoRef, params, setHistorySize, setRedoSize);
|
||||||
setActive(null);
|
setActive(null);
|
||||||
setParams((current) => ({ ...current, horizontalLines: buildGridLines(current.rows), verticalLines: buildGridLines(current.columns) }));
|
setParams((current) => ({ ...current, horizontalLines: buildGridLines(current.rows), verticalLines: buildGridLines(current.columns) }));
|
||||||
};
|
};
|
||||||
|
const undoSplit = useCallback(() => {
|
||||||
|
const previous = historyRef.current.pop();
|
||||||
|
if (!previous) return;
|
||||||
|
redoRef.current.push(cloneSplitParams(params));
|
||||||
|
setParams(previous);
|
||||||
|
setActive(null);
|
||||||
|
setHistorySize(historyRef.current.length);
|
||||||
|
setRedoSize(redoRef.current.length);
|
||||||
|
}, [params]);
|
||||||
|
const redoSplit = useCallback(() => {
|
||||||
|
const next = redoRef.current.pop();
|
||||||
|
if (!next) return;
|
||||||
|
historyRef.current.push(cloneSplitParams(params));
|
||||||
|
setParams(next);
|
||||||
|
setActive(null);
|
||||||
|
setHistorySize(historyRef.current.length);
|
||||||
|
setRedoSize(redoRef.current.length);
|
||||||
|
}, [params]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open) return;
|
||||||
|
const handleKeyDown = (event: KeyboardEvent) => {
|
||||||
|
const target = event.target instanceof Element ? event.target : null;
|
||||||
|
if (target?.closest("input,textarea,[contenteditable='true']")) return;
|
||||||
|
const key = event.key.toLowerCase();
|
||||||
|
const isUndo = (event.metaKey || event.ctrlKey) && !event.altKey && !event.shiftKey && key === "z";
|
||||||
|
const isRedo = (event.metaKey || event.ctrlKey) && !event.altKey && ((event.shiftKey && key === "z") || (!event.shiftKey && key === "y"));
|
||||||
|
const isDelete = event.key === "Delete" || event.key === "Backspace";
|
||||||
|
if (!isUndo && !isRedo && !isDelete) return;
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
event.stopImmediatePropagation();
|
||||||
|
if (isDelete) deleteLine();
|
||||||
|
else if (isRedo) redoSplit();
|
||||||
|
else undoSplit();
|
||||||
|
};
|
||||||
|
window.addEventListener("keydown", handleKeyDown, true);
|
||||||
|
return () => window.removeEventListener("keydown", handleKeyDown, true);
|
||||||
|
}, [active, open, params, redoSplit, undoSplit]);
|
||||||
const confirmParams = { ...params, horizontalLines, verticalLines, rows, columns };
|
const confirmParams = { ...params, horizontalLines, verticalLines, rows, columns };
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal title={null} open={open && Boolean(dataUrl)} onCancel={onClose} footer={null} width={780} centered destroyOnHidden>
|
<Modal title={null} open={open && Boolean(dataUrl)} onCancel={onClose} footer={null} width={780} centered destroyOnHidden transitionName="" maskTransitionName="">
|
||||||
<div className="space-y-5">
|
<div className="space-y-5" data-canvas-no-zoom>
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-xl font-semibold">切分图片</h2>
|
<h2 className="text-xl font-semibold">切分图片</h2>
|
||||||
<p className="mt-1 text-sm opacity-60">生成 {total} 个图片子节点,并按原图网格排列到画布右侧</p>
|
<p className="mt-1 text-sm opacity-60">生成 {total} 个图片子节点,并按原图网格排列到画布右侧</p>
|
||||||
|
<p className="mt-2 text-xs leading-5 opacity-55">滚轮缩放 · 中键或空格+左键拖动画面 · Delete 删除选中线 · Ctrl/Cmd+Z 撤回 · Ctrl/Cmd+Shift+Z 重做</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid gap-6 md:grid-cols-[minmax(260px,1fr)_280px]">
|
<div className="grid gap-6 md:grid-cols-[minmax(260px,1fr)_280px]">
|
||||||
<div className="rounded-xl border p-4">
|
<div className="rounded-xl border p-4">
|
||||||
<div className="grid min-h-[300px] place-items-center rounded-lg bg-black/5">
|
<div
|
||||||
<div ref={previewRef} className="relative inline-block max-w-full overflow-hidden rounded-lg bg-black shadow-xl">
|
ref={viewport.viewportRef}
|
||||||
<img src={dataUrl} alt="" className="block max-h-[340px] max-w-full object-contain opacity-95" draggable={false} />
|
{...viewport.panHandlers}
|
||||||
<SplitGrid horizontalLines={horizontalLines} verticalLines={verticalLines} active={active} onPointerDown={startDrag} />
|
className={`relative isolate h-[340px] min-h-[300px] rounded-lg bg-black/5 ${viewport.scrollClassName} ${viewport.isPanning ? "cursor-grabbing" : viewport.spacePressed ? "cursor-grab" : ""}`}
|
||||||
|
>
|
||||||
|
<div className="relative" style={viewport.contentStyle}>
|
||||||
|
<div ref={previewRef} className="absolute isolate overflow-hidden rounded-lg bg-black [backface-visibility:hidden] [contain:layout_paint] [transform:translateZ(0)]" style={viewport.stageStyle}>
|
||||||
|
<div className="absolute left-0 top-0 [backface-visibility:hidden]" style={viewport.mediaStyle}>
|
||||||
|
<img src={dataUrl} alt="" className="block h-full w-full object-contain" draggable={false} />
|
||||||
|
</div>
|
||||||
|
<SplitGrid horizontalLines={horizontalLines} verticalLines={verticalLines} active={active} onPointerDown={startDrag} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-3 flex items-center justify-between text-sm">
|
<div className="mt-3 flex items-center justify-between text-sm">
|
||||||
<span className="opacity-60">原图</span>
|
<div className="flex items-center gap-1">
|
||||||
|
<Tooltip title="撤回切图调整 (Ctrl/Cmd+Z)">
|
||||||
|
<Button type="text" icon={<Undo2 className="size-4" />} disabled={!historySize} aria-label="撤回切图调整" onClick={undoSplit} />
|
||||||
|
</Tooltip>
|
||||||
|
<Tooltip title="重做切图调整 (Ctrl/Cmd+Shift+Z)">
|
||||||
|
<Button type="text" icon={<Redo2 className="size-4" />} disabled={!redoSize} aria-label="重做切图调整" onClick={redoSplit} />
|
||||||
|
</Tooltip>
|
||||||
|
<Tooltip title="缩小">
|
||||||
|
<Button type="text" icon={<ZoomOut className="size-4" />} disabled={!viewport.canZoomOut} aria-label="缩小" onClick={viewport.zoomOut} />
|
||||||
|
</Tooltip>
|
||||||
|
<button type="button" className="min-w-14 text-center text-xs font-semibold tabular-nums opacity-70" onClick={viewport.resetZoom}>
|
||||||
|
{Math.round(viewport.zoom * 100)}%
|
||||||
|
</button>
|
||||||
|
<Tooltip title="放大">
|
||||||
|
<Button type="text" icon={<ZoomIn className="size-4" />} disabled={!viewport.canZoomIn} aria-label="放大" onClick={viewport.zoomIn} />
|
||||||
|
</Tooltip>
|
||||||
|
</div>
|
||||||
<span className="font-semibold">{image ? `${image.width} x ${image.height} px` : "读取中"}</span>
|
<span className="font-semibold">{image ? `${image.width} x ${image.height} px` : "读取中"}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,10 +194,18 @@ export function CanvasNodeSplitDialog({ dataUrl, open, onClose, onConfirm }: { d
|
|||||||
<NumberField label="行数" value={rows} onChange={(value) => update("rows", value)} />
|
<NumberField label="行数" value={rows} onChange={(value) => update("rows", value)} />
|
||||||
<NumberField label="列数" value={columns} onChange={(value) => update("columns", value)} />
|
<NumberField label="列数" value={columns} onChange={(value) => update("columns", value)} />
|
||||||
<div className="grid grid-cols-2 gap-2">
|
<div className="grid grid-cols-2 gap-2">
|
||||||
<Button icon={<Rows3 className="size-4" />} onClick={() => addLine("horizontal")}>横向线</Button>
|
<Button icon={<Rows3 className="size-4" />} onClick={() => addLine("horizontal")}>
|
||||||
<Button icon={<PanelTop className="size-4 rotate-90" />} onClick={() => addLine("vertical")}>纵向线</Button>
|
横向线
|
||||||
<Button icon={<Trash2 className="size-4" />} disabled={!active} onClick={deleteLine}>删除线</Button>
|
</Button>
|
||||||
<Button icon={<ListRestart className="size-4" />} onClick={resetLines}>重置线</Button>
|
<Button icon={<PanelTop className="size-4 rotate-90" />} onClick={() => addLine("vertical")}>
|
||||||
|
纵向线
|
||||||
|
</Button>
|
||||||
|
<Button icon={<Trash2 className="size-4" />} disabled={!active} onClick={deleteLine}>
|
||||||
|
删除线
|
||||||
|
</Button>
|
||||||
|
<Button icon={<ListRestart className="size-4" />} onClick={resetLines}>
|
||||||
|
重置线
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="rounded-xl border px-4 py-3 text-sm">
|
<div className="rounded-xl border px-4 py-3 text-sm">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
@@ -184,3 +279,19 @@ function clampGrid(value: string | number) {
|
|||||||
const numberValue = Number(value);
|
const numberValue = Number(value);
|
||||||
return Math.min(maxGridSize, Math.max(1, Math.round(Number.isFinite(numberValue) ? numberValue : 1)));
|
return Math.min(maxGridSize, Math.max(1, Math.round(Number.isFinite(numberValue) ? numberValue : 1)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function cloneSplitParams(params: CanvasImageSplitParams) {
|
||||||
|
return {
|
||||||
|
...params,
|
||||||
|
horizontalLines: [...(params.horizontalLines || [])],
|
||||||
|
verticalLines: [...(params.verticalLines || [])],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function pushHistory(historyRef: { current: CanvasImageSplitParams[] }, redoRef: { current: CanvasImageSplitParams[] }, params: CanvasImageSplitParams, setHistorySize: (size: number) => void, setRedoSize: (size: number) => void) {
|
||||||
|
historyRef.current.push(cloneSplitParams(params));
|
||||||
|
if (historyRef.current.length > 50) historyRef.current.shift();
|
||||||
|
redoRef.current = [];
|
||||||
|
setHistorySize(historyRef.current.length);
|
||||||
|
setRedoSize(0);
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,21 +1,20 @@
|
|||||||
import { useMemo, useRef, useState, type PointerEvent as ReactPointerEvent } from "react";
|
import { memo, useMemo, useRef, useState, type PointerEvent as ReactPointerEvent } from "react";
|
||||||
import { App, Empty, Input, Popconfirm, Select, Tag } from "antd";
|
import { App, Empty, Input, Popconfirm, Select, Spin, Tag } from "antd";
|
||||||
import { Check, ChevronRight, Download, FileText, Image as ImageIcon, ListChecks, Music2, Plus, Search, Settings2, Square, Trash2, Type, Video } from "lucide-react";
|
import { useQuery } from "@tanstack/react-query";
|
||||||
|
import { BookOpen, Check, ChevronRight, Download, Eye, FileText, Image as ImageIcon, ListChecks, Music2, Plus, Search, Settings2, Square, Trash2, Type, Video } from "lucide-react";
|
||||||
import { motion } from "motion/react";
|
import { motion } from "motion/react";
|
||||||
|
|
||||||
import { canvasThemes, type CanvasTheme } from "@/lib/canvas-theme";
|
import { canvasThemes, type CanvasTheme } from "@/lib/canvas-theme";
|
||||||
import { exportCanvasNodes } from "@/lib/canvas/canvas-export";
|
import { exportCanvasNodes } from "@/lib/canvas/canvas-export";
|
||||||
import { getNodeDefinition } from "@/lib/canvas/node-registry";
|
import { getNodeDefinition } from "@/lib/canvas/node-registry";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
|
import { PromptDetailDialog } from "@/pages/prompts/components/prompt-detail-dialog";
|
||||||
|
import { fetchSourcePrompts, type Prompt } from "@/services/api/prompts";
|
||||||
import { uploadMediaFile } from "@/services/file-storage";
|
import { uploadMediaFile } from "@/services/file-storage";
|
||||||
import { uploadImage } from "@/services/image-storage";
|
import { uploadImage } from "@/services/image-storage";
|
||||||
import { useAssetStore, type Asset, type AssetKind } from "@/stores/use-asset-store";
|
import { useAssetStore, type Asset, type AssetKind } from "@/stores/use-asset-store";
|
||||||
import {
|
import { usePromptSourceStore } from "@/stores/use-prompt-source-store";
|
||||||
CANVAS_SIDE_PANEL_MAX_WIDTH,
|
import { CANVAS_SIDE_PANEL_MAX_WIDTH, CANVAS_SIDE_PANEL_MIN_WIDTH, CANVAS_SIDE_PANEL_MOTION_MS, useCanvasSidePanelStore } from "@/stores/use-canvas-side-panel-store";
|
||||||
CANVAS_SIDE_PANEL_MIN_WIDTH,
|
|
||||||
CANVAS_SIDE_PANEL_MOTION_MS,
|
|
||||||
useCanvasSidePanelStore,
|
|
||||||
} from "@/stores/use-canvas-side-panel-store";
|
|
||||||
import { useThemeStore } from "@/stores/use-theme-store";
|
import { useThemeStore } from "@/stores/use-theme-store";
|
||||||
import { CanvasNodeType, type CanvasNodeData } from "@/types/canvas";
|
import { CanvasNodeType, type CanvasNodeData } from "@/types/canvas";
|
||||||
|
|
||||||
@@ -24,12 +23,13 @@ import type { InsertAssetPayload } from "./asset-picker-modal";
|
|||||||
const PANEL_MOTION_SECONDS = CANVAS_SIDE_PANEL_MOTION_MS / 1000;
|
const PANEL_MOTION_SECONDS = CANVAS_SIDE_PANEL_MOTION_MS / 1000;
|
||||||
const PANEL_EASE = [0.22, 1, 0.36, 1] as const;
|
const PANEL_EASE = [0.22, 1, 0.36, 1] as const;
|
||||||
|
|
||||||
type PanelTab = "canvas" | "assets";
|
type PanelTab = "canvas" | "assets" | "prompts";
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
nodes: CanvasNodeData[];
|
nodes: CanvasNodeData[];
|
||||||
selectedNodeIds: Set<string>;
|
selectedNodeIds: Set<string>;
|
||||||
onFocusNode: (nodeId: string) => void;
|
onFocusNode: (nodeId: string) => void;
|
||||||
|
onPreviewNode: (nodeId: string) => void;
|
||||||
onInsertAsset: (payload: InsertAssetPayload) => void;
|
onInsertAsset: (payload: InsertAssetPayload) => void;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ const STATUS_COLOR: Record<string, string> = {
|
|||||||
idle: "transparent",
|
idle: "transparent",
|
||||||
};
|
};
|
||||||
|
|
||||||
export function CanvasSidePanel({ nodes, selectedNodeIds, onFocusNode, onInsertAsset }: Props) {
|
export function CanvasSidePanel({ nodes, selectedNodeIds, onFocusNode, onPreviewNode, onInsertAsset }: Props) {
|
||||||
const theme = canvasThemes[useThemeStore((state) => state.theme)];
|
const theme = canvasThemes[useThemeStore((state) => state.theme)];
|
||||||
const [tab, setTab] = useState<PanelTab>("canvas");
|
const [tab, setTab] = useState<PanelTab>("canvas");
|
||||||
const width = useCanvasSidePanelStore((state) => state.width);
|
const width = useCanvasSidePanelStore((state) => state.width);
|
||||||
@@ -100,8 +100,17 @@ export function CanvasSidePanel({ nodes, selectedNodeIds, onFocusNode, onInsertA
|
|||||||
<div className="flex items-center gap-5 px-4 pt-3.5">
|
<div className="flex items-center gap-5 px-4 pt-3.5">
|
||||||
<TabButton label="画布" active={tab === "canvas"} theme={theme} onClick={() => setTab("canvas")} />
|
<TabButton label="画布" active={tab === "canvas"} theme={theme} onClick={() => setTab("canvas")} />
|
||||||
<TabButton label="资产" active={tab === "assets"} theme={theme} onClick={() => setTab("assets")} />
|
<TabButton label="资产" active={tab === "assets"} theme={theme} onClick={() => setTab("assets")} />
|
||||||
|
<TabButton label="提示词库" active={tab === "prompts"} theme={theme} onClick={() => setTab("prompts")} />
|
||||||
|
</div>
|
||||||
|
<div className="mt-2 min-h-0 flex-1 overflow-hidden">
|
||||||
|
{tab === "canvas" ? (
|
||||||
|
<CanvasNodesTab nodes={nodes} selectedNodeIds={selectedNodeIds} onFocusNode={onFocusNode} onPreviewNode={onPreviewNode} theme={theme} />
|
||||||
|
) : tab === "assets" ? (
|
||||||
|
<CanvasAssetsTab onInsert={onInsertAsset} theme={theme} />
|
||||||
|
) : (
|
||||||
|
<CanvasPromptsTab onInsert={onInsertAsset} theme={theme} />
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-2 min-h-0 flex-1 overflow-hidden">{tab === "canvas" ? <CanvasNodesTab nodes={nodes} selectedNodeIds={selectedNodeIds} onFocusNode={onFocusNode} theme={theme} /> : <CanvasAssetsTab onInsert={onInsertAsset} theme={theme} />}</div>
|
|
||||||
<button type="button" className="absolute inset-y-0 right-0 z-40 w-4 translate-x-1/2 cursor-col-resize" onPointerDown={startResize} aria-label="调整左侧面板宽度" />
|
<button type="button" className="absolute inset-y-0 right-0 z-40 w-4 translate-x-1/2 cursor-col-resize" onPointerDown={startResize} aria-label="调整左侧面板宽度" />
|
||||||
</motion.aside>
|
</motion.aside>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
@@ -136,7 +145,7 @@ function nodePreviewText(node: CanvasNodeData) {
|
|||||||
return getNodeDefinition(node.type)?.title || node.type;
|
return getNodeDefinition(node.type)?.title || node.type;
|
||||||
}
|
}
|
||||||
|
|
||||||
function CanvasNodesTab({ nodes, selectedNodeIds, onFocusNode, theme }: { nodes: CanvasNodeData[]; selectedNodeIds: Set<string>; onFocusNode: (nodeId: string) => void; theme: CanvasTheme }) {
|
function CanvasNodesTab({ nodes, selectedNodeIds, onFocusNode, onPreviewNode, theme }: { nodes: CanvasNodeData[]; selectedNodeIds: Set<string>; onFocusNode: (nodeId: string) => void; onPreviewNode: (nodeId: string) => void; theme: CanvasTheme }) {
|
||||||
const { message } = App.useApp();
|
const { message } = App.useApp();
|
||||||
const [keyword, setKeyword] = useState("");
|
const [keyword, setKeyword] = useState("");
|
||||||
const [typeFilter, setTypeFilter] = useState<string>("all");
|
const [typeFilter, setTypeFilter] = useState<string>("all");
|
||||||
@@ -208,23 +217,26 @@ function CanvasNodesTab({ nodes, selectedNodeIds, onFocusNode, theme }: { nodes:
|
|||||||
const isChecked = checked.has(node.id);
|
const isChecked = checked.has(node.id);
|
||||||
const active = selectMode ? isChecked : selectedNodeIds.has(node.id);
|
const active = selectMode ? isChecked : selectedNodeIds.has(node.id);
|
||||||
return (
|
return (
|
||||||
<button
|
<div key={node.id} className={cn("group flex w-full items-center rounded-lg transition", active ? "" : "hover:bg-black/5 dark:hover:bg-white/5")} style={active ? { background: theme.toolbar.activeBg } : undefined}>
|
||||||
key={node.id}
|
<button type="button" onClick={() => (selectMode ? toggleChecked(node.id) : onFocusNode(node.id))} className="flex min-w-0 flex-1 items-center gap-3 px-2 py-2 text-left" title={selectMode ? undefined : "定位到节点"}>
|
||||||
type="button"
|
{selectMode ? <CheckMark checked={isChecked} theme={theme} /> : null}
|
||||||
onClick={() => (selectMode ? toggleChecked(node.id) : onFocusNode(node.id))}
|
<span className="grid size-10 shrink-0 place-items-center overflow-hidden rounded-md">
|
||||||
className={cn("flex w-full items-center gap-3 rounded-lg px-2 py-2 text-left transition", active ? "" : "hover:bg-black/5 dark:hover:bg-white/5")}
|
{isImage ? <img src={node.metadata!.content} alt={node.title} className="size-full object-cover" /> : <Icon className="size-5 opacity-60" />}
|
||||||
style={active ? { background: theme.toolbar.activeBg } : undefined}
|
</span>
|
||||||
>
|
<span className="min-w-0 flex-1 space-y-0.5">
|
||||||
{selectMode ? <CheckMark checked={isChecked} theme={theme} /> : null}
|
<span className="block truncate text-sm font-medium leading-snug">{node.title || getNodeDefinition(node.type)?.title || "未命名节点"}</span>
|
||||||
<span className="grid size-10 shrink-0 place-items-center overflow-hidden rounded-md">
|
<span className="block truncate text-xs leading-snug opacity-50">{nodePreviewText(node)}</span>
|
||||||
{isImage ? <img src={node.metadata!.content} alt={node.title} className="size-full object-cover" /> : <Icon className="size-5 opacity-60" />}
|
</span>
|
||||||
</span>
|
{node.metadata?.status && node.metadata.status !== "idle" ? <span className="size-1.5 shrink-0 rounded-full" style={{ background: STATUS_COLOR[node.metadata.status] || "transparent" }} /> : null}
|
||||||
<span className="min-w-0 flex-1 space-y-0.5">
|
</button>
|
||||||
<span className="block truncate text-sm font-medium leading-snug">{node.title || getNodeDefinition(node.type)?.title || "未命名节点"}</span>
|
{selectMode || !isImage ? null : (
|
||||||
<span className="block truncate text-xs leading-snug opacity-50">{nodePreviewText(node)}</span>
|
<div className="flex shrink-0 flex-col items-center gap-0.5 pr-1.5">
|
||||||
</span>
|
<button type="button" onClick={() => onPreviewNode(node.id)} className="grid size-7 place-items-center rounded-md opacity-55 transition hover:bg-black/10 hover:opacity-100 dark:hover:bg-white/10" aria-label="放大预览" title="放大预览">
|
||||||
{node.metadata?.status && node.metadata.status !== "idle" ? <span className="size-1.5 shrink-0 rounded-full" style={{ background: STATUS_COLOR[node.metadata.status] || "transparent" }} /> : null}
|
<Eye className="size-3.5" />
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
@@ -278,7 +290,7 @@ function buildInsertPayload(asset: Asset): InsertAssetPayload {
|
|||||||
return { kind: "image", dataUrl: asset.data.dataUrl, storageKey: asset.data.storageKey, title: asset.title };
|
return { kind: "image", dataUrl: asset.data.dataUrl, storageKey: asset.data.storageKey, title: asset.title };
|
||||||
}
|
}
|
||||||
|
|
||||||
function CanvasAssetsTab({ onInsert, theme }: { onInsert: (payload: InsertAssetPayload) => void; theme: CanvasTheme }) {
|
const CanvasAssetsTab = memo(function CanvasAssetsTab({ onInsert, theme }: { onInsert: (payload: InsertAssetPayload) => void; theme: CanvasTheme }) {
|
||||||
const { message } = App.useApp();
|
const { message } = App.useApp();
|
||||||
const assets = useAssetStore((state) => state.assets);
|
const assets = useAssetStore((state) => state.assets);
|
||||||
const addAsset = useAssetStore((state) => state.addAsset);
|
const addAsset = useAssetStore((state) => state.addAsset);
|
||||||
@@ -363,7 +375,11 @@ function CanvasAssetsTab({ onInsert, theme }: { onInsert: (payload: InsertAssetP
|
|||||||
const isCollapsed = collapsed[group.kind];
|
const isCollapsed = collapsed[group.kind];
|
||||||
return (
|
return (
|
||||||
<div key={group.kind}>
|
<div key={group.kind}>
|
||||||
<button type="button" onClick={() => setCollapsed((prev) => ({ ...prev, [group.kind]: !prev[group.kind] }))} className="flex w-full items-center gap-1.5 rounded-md px-1.5 py-1.5 text-left text-xs font-semibold opacity-75 transition hover:opacity-100">
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => setCollapsed((prev) => ({ ...prev, [group.kind]: !prev[group.kind] }))}
|
||||||
|
className="flex w-full items-center gap-1.5 rounded-md px-1.5 py-1.5 text-left text-xs font-semibold opacity-75 transition hover:opacity-100"
|
||||||
|
>
|
||||||
<ChevronRight className={cn("size-3.5 transition-transform", !isCollapsed && "rotate-90")} />
|
<ChevronRight className={cn("size-3.5 transition-transform", !isCollapsed && "rotate-90")} />
|
||||||
<group.icon className="size-3.5" />
|
<group.icon className="size-3.5" />
|
||||||
<span>{group.label}</span>
|
<span>{group.label}</span>
|
||||||
@@ -386,7 +402,7 @@ function CanvasAssetsTab({ onInsert, theme }: { onInsert: (payload: InsertAssetP
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
});
|
||||||
|
|
||||||
function AssetCard({ asset, theme, onInsert, onRemove }: { asset: Asset; theme: CanvasTheme; onInsert: () => void; onRemove: () => void }) {
|
function AssetCard({ asset, theme, onInsert, onRemove }: { asset: Asset; theme: CanvasTheme; onInsert: () => void; onRemove: () => void }) {
|
||||||
return (
|
return (
|
||||||
@@ -423,3 +439,149 @@ function AssetCover({ asset }: { asset: Asset }) {
|
|||||||
}
|
}
|
||||||
return <img src={asset.coverUrl || asset.data.dataUrl} alt="" className="size-full object-cover transition duration-300 group-hover:scale-[1.04]" />;
|
return <img src={asset.coverUrl || asset.data.dataUrl} alt="" className="size-full object-cover transition duration-300 group-hover:scale-[1.04]" />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
// 提示词库 Tab —— 按来源折叠分组,展开时按需加载,点击复制 / 插入文本节点
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
const CanvasPromptsTab = memo(function CanvasPromptsTab({ onInsert, theme }: { onInsert: (payload: InsertAssetPayload) => void; theme: CanvasTheme }) {
|
||||||
|
const { message } = App.useApp();
|
||||||
|
const sources = usePromptSourceStore((state) => state.sources);
|
||||||
|
const enabledSources = useMemo(() => sources.filter((source) => source.enabled), [sources]);
|
||||||
|
const [keyword, setKeyword] = useState("");
|
||||||
|
const [expanded, setExpanded] = useState<Record<string, boolean>>({});
|
||||||
|
const [detail, setDetail] = useState<Prompt | null>(null);
|
||||||
|
|
||||||
|
const copyPrompt = async (prompt: string) => {
|
||||||
|
try {
|
||||||
|
await navigator.clipboard.writeText(prompt);
|
||||||
|
message.success("已复制提示词");
|
||||||
|
} catch {
|
||||||
|
message.error("复制失败");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="flex h-full flex-col">
|
||||||
|
<div className="px-3 pb-2.5 pt-1">
|
||||||
|
<Input size="small" allowClear prefix={<Search className="size-3.5 text-stone-400" />} placeholder="搜索提示词" value={keyword} onChange={(e) => setKeyword(e.target.value)} />
|
||||||
|
</div>
|
||||||
|
<div className="min-h-0 flex-1 overflow-y-auto px-2 pb-3">
|
||||||
|
<div className="space-y-1">
|
||||||
|
{enabledSources.length ? enabledSources.map((source) => (
|
||||||
|
<PromptSourceGroup
|
||||||
|
key={source.id}
|
||||||
|
sourceId={source.id}
|
||||||
|
sourceName={source.name}
|
||||||
|
keyword={keyword}
|
||||||
|
open={!!expanded[source.id]}
|
||||||
|
theme={theme}
|
||||||
|
onToggle={() => setExpanded((prev) => ({ ...prev, [source.id]: !prev[source.id] }))}
|
||||||
|
onInsert={onInsert}
|
||||||
|
onView={setDetail}
|
||||||
|
/>
|
||||||
|
)) : <Empty image={Empty.PRESENTED_IMAGE_SIMPLE} description="暂无提示词" className="pt-12" />}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<PromptDetailDialog prompt={detail} onClose={() => setDetail(null)} onCopy={(prompt) => void copyPrompt(prompt)} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
function PromptSourceGroup({
|
||||||
|
sourceId,
|
||||||
|
sourceName,
|
||||||
|
keyword,
|
||||||
|
open,
|
||||||
|
theme,
|
||||||
|
onToggle,
|
||||||
|
onInsert,
|
||||||
|
onView,
|
||||||
|
}: {
|
||||||
|
sourceId: string;
|
||||||
|
sourceName: string;
|
||||||
|
keyword: string;
|
||||||
|
open: boolean;
|
||||||
|
theme: CanvasTheme;
|
||||||
|
onToggle: () => void;
|
||||||
|
onInsert: (payload: InsertAssetPayload) => void;
|
||||||
|
onView: (prompt: Prompt) => void;
|
||||||
|
}) {
|
||||||
|
// 展开过一次即缓存,避免收起后重复请求;搜索命中时也需要拿到数据来计数。
|
||||||
|
const showResults = open || !!keyword.trim();
|
||||||
|
const query = useQuery({ queryKey: ["side-panel-prompts", sourceId], queryFn: () => fetchSourcePrompts(sourceId), enabled: showResults, staleTime: 1000 * 60 * 60 });
|
||||||
|
|
||||||
|
const filtered = useMemo(() => {
|
||||||
|
const items = query.data || [];
|
||||||
|
const q = keyword.trim().toLowerCase();
|
||||||
|
if (!q) return items;
|
||||||
|
return items.filter((item) => [item.title, item.prompt, ...item.tags].join(" ").toLowerCase().includes(q));
|
||||||
|
}, [query.data, keyword]);
|
||||||
|
|
||||||
|
const insertPrompt = (item: Prompt) => onInsert({ kind: "text", content: item.prompt, title: item.title });
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<button type="button" onClick={onToggle} className="flex w-full items-center gap-1.5 rounded-md px-1.5 py-1.5 text-left text-xs font-semibold opacity-75 transition hover:opacity-100">
|
||||||
|
<ChevronRight className={cn("size-3.5 transition-transform", showResults && "rotate-90")} />
|
||||||
|
<BookOpen className="size-3.5" />
|
||||||
|
<span className="min-w-0 flex-1 truncate">{sourceName}</span>
|
||||||
|
{showResults && query.isSuccess ? <span className="opacity-50">{filtered.length}</span> : null}
|
||||||
|
</button>
|
||||||
|
{showResults ? (
|
||||||
|
<div className="px-1 pb-2 pt-1">
|
||||||
|
{query.isLoading ? (
|
||||||
|
<div className="flex justify-center py-6">
|
||||||
|
<Spin size="small" />
|
||||||
|
</div>
|
||||||
|
) : query.isError ? (
|
||||||
|
<button type="button" onClick={() => void query.refetch()} className="block w-full py-4 text-center text-xs text-red-500 opacity-80 transition hover:opacity-100">
|
||||||
|
加载失败,点击重试
|
||||||
|
</button>
|
||||||
|
) : filtered.length ? (
|
||||||
|
<div className="space-y-1.5">
|
||||||
|
{filtered.map((item) => (
|
||||||
|
<PromptRow key={item.id} item={item} theme={theme} onInsert={() => insertPrompt(item)} onView={() => onView(item)} />
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div className="py-4 text-center text-xs opacity-40">{keyword.trim() ? "无匹配提示词" : "该来源暂无提示词"}</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function PromptRow({ item, theme, onInsert, onView }: { item: Prompt; theme: CanvasTheme; onInsert: () => void; onView: () => void }) {
|
||||||
|
return (
|
||||||
|
<div className="group relative flex items-center gap-2.5 rounded-lg px-2 py-2 transition hover:bg-black/5 dark:hover:bg-white/5">
|
||||||
|
{item.coverUrl ? (
|
||||||
|
<img src={item.coverUrl} alt="" className="size-10 shrink-0 rounded-md object-cover" loading="lazy" />
|
||||||
|
) : (
|
||||||
|
<span className="grid size-10 shrink-0 place-items-center rounded-md" style={{ background: theme.node.panel }}>
|
||||||
|
<FileText className="size-4 opacity-50" />
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
<button type="button" onClick={onView} className="min-w-0 flex-1 text-left">
|
||||||
|
<div className="truncate text-sm font-medium leading-snug">{item.title}</div>
|
||||||
|
<div className="mt-0.5 truncate text-xs leading-snug opacity-50">{item.prompt}</div>
|
||||||
|
</button>
|
||||||
|
<div className="flex shrink-0 flex-col items-center gap-0.5">
|
||||||
|
<button type="button" onClick={onView} className="grid size-6 place-items-center rounded-md opacity-60 transition hover:bg-black/10 hover:opacity-100 dark:hover:bg-white/10" aria-label="查看详情" title="查看详情">
|
||||||
|
<Eye className="size-3.5" />
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={onInsert}
|
||||||
|
className="grid size-6 place-items-center rounded-md opacity-60 transition hover:bg-black/10 hover:opacity-100 dark:hover:bg-white/10"
|
||||||
|
style={{ color: theme.toolbar.activeText }}
|
||||||
|
aria-label="插入画布"
|
||||||
|
title="插入画布"
|
||||||
|
>
|
||||||
|
<Plus className="size-3.5" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,92 @@
|
|||||||
|
import { useEffect, useRef, useState, type RefObject } from "react";
|
||||||
|
import { createPortal } from "react-dom";
|
||||||
|
import { Settings2 } from "lucide-react";
|
||||||
|
import { Button } from "antd";
|
||||||
|
|
||||||
|
import { reasoningEffortLabel, TextSettingsPanel } from "@/components/text-settings-panel";
|
||||||
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
|
import { useThemeStore } from "@/stores/use-theme-store";
|
||||||
|
import type { AiConfig, ReasoningEffort } from "@/stores/use-config-store";
|
||||||
|
|
||||||
|
type CanvasTextSettingsPopoverProps = {
|
||||||
|
config: AiConfig;
|
||||||
|
onConfigChange: (key: "reasoningEffort", value: ReasoningEffort) => void;
|
||||||
|
buttonClassName?: string;
|
||||||
|
placement?: "topLeft" | "top" | "topRight" | "bottomLeft" | "bottom" | "bottomRight";
|
||||||
|
};
|
||||||
|
|
||||||
|
export function CanvasTextSettingsPopover({ config, onConfigChange, buttonClassName, placement = "topLeft" }: CanvasTextSettingsPopoverProps) {
|
||||||
|
const theme = canvasThemes[useThemeStore((state) => state.theme)];
|
||||||
|
const buttonRef = useRef<HTMLSpanElement>(null);
|
||||||
|
const panelRef = useRef<HTMLDivElement>(null);
|
||||||
|
const [open, setOpen] = useState(false);
|
||||||
|
const [buttonRect, setButtonRect] = useState<DOMRect | null>(null);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open) return;
|
||||||
|
const syncPosition = () => setButtonRect(buttonRef.current?.getBoundingClientRect() || null);
|
||||||
|
const closeOnOutsidePointer = (event: PointerEvent) => {
|
||||||
|
const target = event.target;
|
||||||
|
if (!(target instanceof Node) || buttonRef.current?.contains(target) || panelRef.current?.contains(target)) return;
|
||||||
|
setOpen(false);
|
||||||
|
};
|
||||||
|
syncPosition();
|
||||||
|
window.addEventListener("resize", syncPosition);
|
||||||
|
window.addEventListener("scroll", syncPosition, true);
|
||||||
|
window.addEventListener("pointerdown", closeOnOutsidePointer, true);
|
||||||
|
return () => {
|
||||||
|
window.removeEventListener("resize", syncPosition);
|
||||||
|
window.removeEventListener("scroll", syncPosition, true);
|
||||||
|
window.removeEventListener("pointerdown", closeOnOutsidePointer, true);
|
||||||
|
};
|
||||||
|
}, [open]);
|
||||||
|
|
||||||
|
const panel = open && buttonRect ? <TextSettingsPortal buttonRect={buttonRect} panelRef={panelRef} placement={placement} theme={theme} config={config} onConfigChange={onConfigChange} /> : null;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<span ref={buttonRef} className="inline-flex min-w-0">
|
||||||
|
<Button size="small" type="text" className={buttonClassName || "!h-8 !max-w-[170px] !justify-start !rounded-full !px-2.5"} style={{ background: theme.node.fill, color: theme.node.text }} icon={<Settings2 className="size-3.5" />} onClick={() => setOpen((current) => !current)}>
|
||||||
|
<span className="truncate">推理 · {reasoningEffortLabel(config.reasoningEffort)}</span>
|
||||||
|
</Button>
|
||||||
|
</span>
|
||||||
|
{panel}
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function TextSettingsPortal({ buttonRect, panelRef, placement, theme, config, onConfigChange }: {
|
||||||
|
buttonRect: DOMRect;
|
||||||
|
panelRef: RefObject<HTMLDivElement | null>;
|
||||||
|
placement: CanvasTextSettingsPopoverProps["placement"];
|
||||||
|
theme: (typeof canvasThemes)[keyof typeof canvasThemes];
|
||||||
|
config: AiConfig;
|
||||||
|
onConfigChange: CanvasTextSettingsPopoverProps["onConfigChange"];
|
||||||
|
}) {
|
||||||
|
const width = 356;
|
||||||
|
const gap = 8;
|
||||||
|
const margin = 12;
|
||||||
|
const alignRight = placement?.endsWith("Right");
|
||||||
|
const alignCenter = placement === "top" || placement === "bottom";
|
||||||
|
const left = alignCenter ? buttonRect.left + buttonRect.width / 2 - width / 2 : alignRight ? buttonRect.right - width : buttonRect.left;
|
||||||
|
const topPlacement = placement?.startsWith("top");
|
||||||
|
const style = {
|
||||||
|
position: "fixed",
|
||||||
|
zIndex: 1200,
|
||||||
|
width,
|
||||||
|
left: Math.max(margin, Math.min(window.innerWidth - width - margin, left)),
|
||||||
|
...(topPlacement ? { bottom: window.innerHeight - buttonRect.top + gap } : { top: buttonRect.bottom + gap }),
|
||||||
|
background: theme.toolbar.panel,
|
||||||
|
borderRadius: 18,
|
||||||
|
boxShadow: "0 18px 54px rgba(28, 25, 23, 0.16)",
|
||||||
|
padding: 18,
|
||||||
|
color: theme.node.text,
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
return createPortal(
|
||||||
|
<div ref={panelRef} style={style} onPointerDown={(event) => event.stopPropagation()} onMouseDown={(event) => event.stopPropagation()} onClick={(event) => event.stopPropagation()}>
|
||||||
|
<TextSettingsPanel config={config} onConfigChange={onConfigChange} theme={theme} />
|
||||||
|
</div>,
|
||||||
|
document.body,
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -0,0 +1,217 @@
|
|||||||
|
import { useCallback, useEffect, useLayoutEffect, useRef, useState, type CSSProperties, type MouseEvent as ReactMouseEvent, type PointerEvent as ReactPointerEvent } from "react";
|
||||||
|
|
||||||
|
type ImageSize = { width: number; height: number };
|
||||||
|
|
||||||
|
const minZoom = 1;
|
||||||
|
const maxZoom = 4;
|
||||||
|
const zoomStep = 1.2;
|
||||||
|
const viewportPadding = 16;
|
||||||
|
|
||||||
|
export function useImageEditorViewport(image: ImageSize | null, open: boolean) {
|
||||||
|
const viewportNodeRef = useRef<HTMLDivElement>(null);
|
||||||
|
const stageRef = useRef<HTMLDivElement>(null);
|
||||||
|
const panRef = useRef<{ pointerId: number; x: number; y: number; scrollLeft: number; scrollTop: number } | null>(null);
|
||||||
|
const zoomAnchorRef = useRef<{ zoom: number; ratioX: number; ratioY: number; viewportX: number; viewportY: number } | null>(null);
|
||||||
|
const [viewportElement, setViewportElement] = useState<HTMLDivElement | null>(null);
|
||||||
|
const [viewportSize, setViewportSize] = useState<ImageSize>({ width: 0, height: 0 });
|
||||||
|
const [zoom, setZoom] = useState(minZoom);
|
||||||
|
const [isPanning, setIsPanning] = useState(false);
|
||||||
|
const [spacePressed, setSpacePressed] = useState(false);
|
||||||
|
const spacePressedRef = useRef(false);
|
||||||
|
const viewportRef = useCallback((node: HTMLDivElement | null) => {
|
||||||
|
viewportNodeRef.current = node;
|
||||||
|
setViewportElement(node);
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open) return;
|
||||||
|
zoomAnchorRef.current = null;
|
||||||
|
setZoom(minZoom);
|
||||||
|
}, [open, image?.width, image?.height]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open) return;
|
||||||
|
const releaseSpace = () => {
|
||||||
|
spacePressedRef.current = false;
|
||||||
|
setSpacePressed(false);
|
||||||
|
};
|
||||||
|
const handleKeyDown = (event: KeyboardEvent) => {
|
||||||
|
if (event.code !== "Space" || event.repeat) return;
|
||||||
|
const target = event.target instanceof Element ? event.target : null;
|
||||||
|
if (target?.closest("input,textarea,[contenteditable='true']")) return;
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
event.stopImmediatePropagation();
|
||||||
|
if (document.activeElement instanceof HTMLElement && document.activeElement.matches("button,a,[role='button']")) document.activeElement.blur();
|
||||||
|
spacePressedRef.current = true;
|
||||||
|
setSpacePressed(true);
|
||||||
|
};
|
||||||
|
const handleKeyUp = (event: KeyboardEvent) => {
|
||||||
|
if (event.code !== "Space" || !spacePressedRef.current) return;
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
event.stopImmediatePropagation();
|
||||||
|
releaseSpace();
|
||||||
|
};
|
||||||
|
window.addEventListener("keydown", handleKeyDown, true);
|
||||||
|
window.addEventListener("keyup", handleKeyUp, true);
|
||||||
|
window.addEventListener("blur", releaseSpace);
|
||||||
|
return () => {
|
||||||
|
window.removeEventListener("keydown", handleKeyDown, true);
|
||||||
|
window.removeEventListener("keyup", handleKeyUp, true);
|
||||||
|
window.removeEventListener("blur", releaseSpace);
|
||||||
|
spacePressedRef.current = false;
|
||||||
|
};
|
||||||
|
}, [open]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open || !viewportElement) return;
|
||||||
|
const updateSize = () => {
|
||||||
|
const width = viewportElement.clientWidth;
|
||||||
|
const height = viewportElement.clientHeight;
|
||||||
|
setViewportSize((current) => (current.width === width && current.height === height ? current : { width, height }));
|
||||||
|
};
|
||||||
|
updateSize();
|
||||||
|
const observer = new ResizeObserver(updateSize);
|
||||||
|
observer.observe(viewportElement);
|
||||||
|
return () => observer.disconnect();
|
||||||
|
}, [open, viewportElement]);
|
||||||
|
|
||||||
|
const baseSize = fitImage(image, viewportSize);
|
||||||
|
const stageSize = { width: baseSize.width * zoom, height: baseSize.height * zoom };
|
||||||
|
const contentSize = {
|
||||||
|
width: Math.max(viewportSize.width, stageSize.width),
|
||||||
|
height: Math.max(viewportSize.height, stageSize.height),
|
||||||
|
};
|
||||||
|
const stageOffset = {
|
||||||
|
left: Math.max(0, Math.round((contentSize.width - stageSize.width) / 2)),
|
||||||
|
top: Math.max(0, Math.round((contentSize.height - stageSize.height) / 2)),
|
||||||
|
};
|
||||||
|
|
||||||
|
useLayoutEffect(() => {
|
||||||
|
const viewport = viewportNodeRef.current;
|
||||||
|
const anchor = zoomAnchorRef.current;
|
||||||
|
if (!viewport || !anchor || Math.abs(anchor.zoom - zoom) > 0.001) return;
|
||||||
|
const nextWidth = baseSize.width * zoom;
|
||||||
|
const nextHeight = baseSize.height * zoom;
|
||||||
|
const nextLeft = Math.max(0, (Math.max(viewport.clientWidth, nextWidth) - nextWidth) / 2);
|
||||||
|
const nextTop = Math.max(0, (Math.max(viewport.clientHeight, nextHeight) - nextHeight) / 2);
|
||||||
|
viewport.scrollLeft = nextLeft + anchor.ratioX * nextWidth - anchor.viewportX;
|
||||||
|
viewport.scrollTop = nextTop + anchor.ratioY * nextHeight - anchor.viewportY;
|
||||||
|
zoomAnchorRef.current = null;
|
||||||
|
}, [baseSize.height, baseSize.width, zoom]);
|
||||||
|
|
||||||
|
const setZoomAround = useCallback(
|
||||||
|
(nextZoom: number, clientX?: number, clientY?: number) => {
|
||||||
|
const viewport = viewportNodeRef.current;
|
||||||
|
const stage = stageRef.current;
|
||||||
|
if (!viewport || !stage || !baseSize.width || !baseSize.height) return;
|
||||||
|
|
||||||
|
const boundedZoom = clamp(nextZoom, minZoom, maxZoom);
|
||||||
|
if (Math.abs(boundedZoom - zoom) < 0.001) return;
|
||||||
|
|
||||||
|
const viewportRect = viewport.getBoundingClientRect();
|
||||||
|
const stageRect = stage.getBoundingClientRect();
|
||||||
|
const pointerX = clientX ?? viewportRect.left + viewportRect.width / 2;
|
||||||
|
const pointerY = clientY ?? viewportRect.top + viewportRect.height / 2;
|
||||||
|
const ratioX = clamp((pointerX - stageRect.left) / Math.max(1, stageRect.width), 0, 1);
|
||||||
|
const ratioY = clamp((pointerY - stageRect.top) / Math.max(1, stageRect.height), 0, 1);
|
||||||
|
const viewportX = pointerX - viewportRect.left;
|
||||||
|
const viewportY = pointerY - viewportRect.top;
|
||||||
|
|
||||||
|
zoomAnchorRef.current = { zoom: boundedZoom, ratioX, ratioY, viewportX, viewportY };
|
||||||
|
setZoom(boundedZoom);
|
||||||
|
},
|
||||||
|
[baseSize.height, baseSize.width, zoom],
|
||||||
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!open || !viewportElement) return;
|
||||||
|
const handleWheel = (event: WheelEvent) => {
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
setZoomAround(event.deltaY < 0 ? zoom * zoomStep : zoom / zoomStep, event.clientX, event.clientY);
|
||||||
|
};
|
||||||
|
viewportElement.addEventListener("wheel", handleWheel, { passive: false });
|
||||||
|
return () => viewportElement.removeEventListener("wheel", handleWheel);
|
||||||
|
}, [open, setZoomAround, viewportElement, zoom]);
|
||||||
|
|
||||||
|
const startPan = useCallback((event: ReactPointerEvent<HTMLDivElement>) => {
|
||||||
|
if (event.button !== 1 && !(event.button === 0 && spacePressedRef.current)) return;
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
const viewport = event.currentTarget;
|
||||||
|
panRef.current = { pointerId: event.pointerId, x: event.clientX, y: event.clientY, scrollLeft: viewport.scrollLeft, scrollTop: viewport.scrollTop };
|
||||||
|
viewport.setPointerCapture(event.pointerId);
|
||||||
|
setIsPanning(true);
|
||||||
|
}, []);
|
||||||
|
const movePan = useCallback((event: ReactPointerEvent<HTMLDivElement>) => {
|
||||||
|
const pan = panRef.current;
|
||||||
|
if (!pan || event.pointerId !== pan.pointerId) return;
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
event.currentTarget.scrollLeft = pan.scrollLeft - (event.clientX - pan.x);
|
||||||
|
event.currentTarget.scrollTop = pan.scrollTop - (event.clientY - pan.y);
|
||||||
|
}, []);
|
||||||
|
const stopPan = useCallback((event: ReactPointerEvent<HTMLDivElement>) => {
|
||||||
|
const pan = panRef.current;
|
||||||
|
if (!pan || event.pointerId !== pan.pointerId) return;
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
if (event.currentTarget.hasPointerCapture(event.pointerId)) event.currentTarget.releasePointerCapture(event.pointerId);
|
||||||
|
panRef.current = null;
|
||||||
|
setIsPanning(false);
|
||||||
|
}, []);
|
||||||
|
const preventAuxClick = useCallback((event: ReactMouseEvent<HTMLDivElement>) => {
|
||||||
|
if (event.button !== 1) return;
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
return {
|
||||||
|
viewportRef,
|
||||||
|
stageRef,
|
||||||
|
zoom,
|
||||||
|
isPanning,
|
||||||
|
spacePressed,
|
||||||
|
scrollClassName: zoom > minZoom + 0.001 ? "overflow-scroll" : "overflow-hidden",
|
||||||
|
panHandlers: {
|
||||||
|
onPointerDownCapture: startPan,
|
||||||
|
onPointerMoveCapture: movePan,
|
||||||
|
onPointerUpCapture: stopPan,
|
||||||
|
onPointerCancelCapture: stopPan,
|
||||||
|
onAuxClick: preventAuxClick,
|
||||||
|
},
|
||||||
|
canZoomIn: zoom < maxZoom,
|
||||||
|
canZoomOut: zoom > minZoom,
|
||||||
|
imageScale: image ? stageSize.width / image.width : 0,
|
||||||
|
zoomIn: () => setZoomAround(zoom * zoomStep),
|
||||||
|
zoomOut: () => setZoomAround(zoom / zoomStep),
|
||||||
|
resetZoom: () => setZoomAround(minZoom),
|
||||||
|
contentStyle: { width: contentSize.width, height: contentSize.height } satisfies CSSProperties,
|
||||||
|
stageStyle: {
|
||||||
|
left: stageOffset.left,
|
||||||
|
top: stageOffset.top,
|
||||||
|
width: stageSize.width,
|
||||||
|
height: stageSize.height,
|
||||||
|
} satisfies CSSProperties,
|
||||||
|
mediaStyle: {
|
||||||
|
width: baseSize.width,
|
||||||
|
height: baseSize.height,
|
||||||
|
transform: `translateZ(0) scale(${zoom})`,
|
||||||
|
transformOrigin: "top left",
|
||||||
|
} satisfies CSSProperties,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function fitImage(image: ImageSize | null, viewport: ImageSize): ImageSize {
|
||||||
|
if (!image || !viewport.width || !viewport.height) return { width: 0, height: 0 };
|
||||||
|
const availableWidth = Math.max(1, viewport.width - viewportPadding * 2);
|
||||||
|
const availableHeight = Math.max(1, viewport.height - viewportPadding * 2);
|
||||||
|
const scale = Math.min(availableWidth / image.width, availableHeight / image.height, 1);
|
||||||
|
return { width: Math.max(1, Math.floor(image.width * scale)), height: Math.max(1, Math.floor(image.height * scale)) };
|
||||||
|
}
|
||||||
|
|
||||||
|
function clamp(value: number, min: number, max: number) {
|
||||||
|
return Math.min(max, Math.max(min, value));
|
||||||
|
}
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
import { App, Button, Form, Input, Modal, Progress, Select, Tabs } from "antd";
|
import { App, Button, Form, Input, Modal, Progress, Select, Tabs } from "antd";
|
||||||
import { Cloud, Pencil, Plus, RefreshCw, Trash2, Wifi } from "lucide-react";
|
import { Cloud, Download, Pencil, Plus, RefreshCw, Trash2, Upload, Wifi } from "lucide-react";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useRef, useState } from "react";
|
||||||
|
|
||||||
import { ModelPicker } from "@/components/model-picker";
|
import { ModelPicker } from "@/components/model-picker";
|
||||||
import { ChannelEditorDrawer } from "@/components/layout/channel-editor-drawer";
|
import { ChannelEditorDrawer } from "@/components/layout/channel-editor-drawer";
|
||||||
|
import { ConfigPromptSources } from "@/components/layout/config-prompt-sources";
|
||||||
|
import { exportAppConfig, importAppConfig } from "@/services/config-file";
|
||||||
import { syncAppDataToWebdav, type AppSyncDomainKey, type AppSyncProgressEvent } from "@/services/app-sync";
|
import { syncAppDataToWebdav, type AppSyncDomainKey, type AppSyncProgressEvent } from "@/services/app-sync";
|
||||||
import { testWebdavConnection, WEBDAV_MANIFEST_FILE_NAME } from "@/services/webdav-sync";
|
import { testWebdavConnection, WEBDAV_MANIFEST_FILE_NAME } from "@/services/webdav-sync";
|
||||||
import { audioFormatOptions, audioVoiceOptions, normalizeAudioSpeedValue } from "@/lib/audio-generation";
|
import { audioFormatOptions, audioVoiceOptions, normalizeAudioSpeedValue } from "@/lib/audio-generation";
|
||||||
@@ -50,6 +52,7 @@ function createWebdavDomainProgress(): Record<AppSyncDomainKey, WebdavDomainProg
|
|||||||
|
|
||||||
export function AppConfigPanel({ showDoneButton = false, initialTab = "channels" }: { showDoneButton?: boolean; initialTab?: ConfigTabKey }) {
|
export function AppConfigPanel({ showDoneButton = false, initialTab = "channels" }: { showDoneButton?: boolean; initialTab?: ConfigTabKey }) {
|
||||||
const { message } = App.useApp();
|
const { message } = App.useApp();
|
||||||
|
const configInputRef = useRef<HTMLInputElement>(null);
|
||||||
const [activeTab, setActiveTab] = useState<ConfigTabKey>(initialTab);
|
const [activeTab, setActiveTab] = useState<ConfigTabKey>(initialTab);
|
||||||
const [editingChannelId, setEditingChannelId] = useState("");
|
const [editingChannelId, setEditingChannelId] = useState("");
|
||||||
const [testingWebdav, setTestingWebdav] = useState(false);
|
const [testingWebdav, setTestingWebdav] = useState(false);
|
||||||
@@ -79,6 +82,17 @@ export function AppConfigPanel({ showDoneButton = false, initialTab = "channels"
|
|||||||
clearPromptContinue();
|
clearPromptContinue();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const loadConfigFile = async (file: File) => {
|
||||||
|
try {
|
||||||
|
await importAppConfig(file);
|
||||||
|
message.success("配置与用户偏好已导入");
|
||||||
|
} catch (error) {
|
||||||
|
message.error(error instanceof Error ? error.message : "配置文件读取失败");
|
||||||
|
} finally {
|
||||||
|
if (configInputRef.current) configInputRef.current.value = "";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
const updateChannels = (channels: ModelChannel[]) => saveConfig(withChannels(config, channels));
|
const updateChannels = (channels: ModelChannel[]) => saveConfig(withChannels(config, channels));
|
||||||
|
|
||||||
const addChannel = () => {
|
const addChannel = () => {
|
||||||
@@ -152,6 +166,18 @@ export function AppConfigPanel({ showDoneButton = false, initialTab = "channels"
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<div className="flex flex-wrap items-center justify-between gap-3 border-b border-stone-200 pb-3 dark:border-stone-800">
|
||||||
|
<div className="text-xs text-stone-500">JSON 文件包含 API Key 和 WebDAV 凭据,请妥善保管。</div>
|
||||||
|
<div className="flex gap-2">
|
||||||
|
<Button icon={<Upload className="size-4" />} onClick={() => configInputRef.current?.click()}>
|
||||||
|
导入配置
|
||||||
|
</Button>
|
||||||
|
<Button icon={<Download className="size-4" />} onClick={exportAppConfig}>
|
||||||
|
导出配置
|
||||||
|
</Button>
|
||||||
|
<input ref={configInputRef} type="file" accept="application/json,.json" className="hidden" onChange={(event) => event.target.files?.[0] && void loadConfigFile(event.target.files[0])} />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<Tabs
|
<Tabs
|
||||||
activeKey={activeTab}
|
activeKey={activeTab}
|
||||||
onChange={(key) => setActiveTab(key as ConfigTabKey)}
|
onChange={(key) => setActiveTab(key as ConfigTabKey)}
|
||||||
@@ -240,6 +266,11 @@ export function AppConfigPanel({ showDoneButton = false, initialTab = "channels"
|
|||||||
</Form>
|
</Form>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: "prompt-sources",
|
||||||
|
label: "提示词来源",
|
||||||
|
children: <ConfigPromptSources />,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: "webdav",
|
key: "webdav",
|
||||||
label: "WebDAV",
|
label: "WebDAV",
|
||||||
@@ -351,7 +382,9 @@ function normalizeImageCount(value: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function apiFormatLabel(apiFormat: ApiCallFormat) {
|
function apiFormatLabel(apiFormat: ApiCallFormat) {
|
||||||
return apiFormat === "gemini" ? "Gemini" : "OpenAI";
|
if (apiFormat === "gemini") return "Gemini";
|
||||||
|
if (apiFormat === "ark") return "火山方舟";
|
||||||
|
return "OpenAI";
|
||||||
}
|
}
|
||||||
|
|
||||||
function formatWebdavTime(value: string) {
|
function formatWebdavTime(value: string) {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import { ModelSelectModal } from "./model-select-modal";
|
|||||||
const apiFormatOptions: Array<{ label: string; value: ApiCallFormat }> = [
|
const apiFormatOptions: Array<{ label: string; value: ApiCallFormat }> = [
|
||||||
{ label: "OpenAI", value: "openai" },
|
{ label: "OpenAI", value: "openai" },
|
||||||
{ label: "Gemini", value: "gemini" },
|
{ label: "Gemini", value: "gemini" },
|
||||||
|
{ label: "火山方舟", value: "ark" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const capabilityOptions: Array<{ label: string; value: ModelCapability }> = [
|
const capabilityOptions: Array<{ label: string; value: ModelCapability }> = [
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import { useEffect, useRef } from "react";
|
|||||||
import { App } from "antd";
|
import { App } from "antd";
|
||||||
|
|
||||||
import { createModelChannel, useConfigStore } from "@/stores/use-config-store";
|
import { createModelChannel, useConfigStore } from "@/stores/use-config-store";
|
||||||
|
import { usePromptSourceScheduler } from "@/hooks/use-prompt-source-scheduler";
|
||||||
|
|
||||||
export function ClientRootInit({ children }: { children: ReactNode }) {
|
export function ClientRootInit({ children }: { children: ReactNode }) {
|
||||||
const { message } = App.useApp();
|
const { message } = App.useApp();
|
||||||
@@ -11,6 +12,8 @@ export function ClientRootInit({ children }: { children: ReactNode }) {
|
|||||||
const config = useConfigStore((state) => state.config);
|
const config = useConfigStore((state) => state.config);
|
||||||
const openConfigDialog = useConfigStore((state) => state.openConfigDialog);
|
const openConfigDialog = useConfigStore((state) => state.openConfigDialog);
|
||||||
|
|
||||||
|
usePromptSourceScheduler();
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (handledConfigParams.current) return;
|
if (handledConfigParams.current) return;
|
||||||
const searchParams = new URLSearchParams(window.location.search);
|
const searchParams = new URLSearchParams(window.location.search);
|
||||||
|
|||||||
@@ -0,0 +1,155 @@
|
|||||||
|
import { App, Button, Select, Switch, Tag } from "antd";
|
||||||
|
import { useQuery, useQueryClient } from "@tanstack/react-query";
|
||||||
|
import { Eye, Pencil, Plus, RefreshCw, Trash2 } from "lucide-react";
|
||||||
|
import { useState } from "react";
|
||||||
|
|
||||||
|
import { PromptSourceEditorDrawer } from "./prompt-source-editor-drawer";
|
||||||
|
import { PromptSourceContentModal } from "./prompt-source-content-modal";
|
||||||
|
import { fetchPromptSourceStatuses, refreshAllSources, refreshSource } from "@/services/api/prompts";
|
||||||
|
import { PROMPT_SOURCE_INTERVAL_OPTIONS, usePromptSourceStore } from "@/stores/use-prompt-source-store";
|
||||||
|
import type { PromptSource } from "@/services/api/prompt-source-presets";
|
||||||
|
|
||||||
|
const STATUS_QUERY_KEY = ["prompt-source-statuses"];
|
||||||
|
|
||||||
|
export function ConfigPromptSources() {
|
||||||
|
const { message, modal } = App.useApp();
|
||||||
|
const queryClient = useQueryClient();
|
||||||
|
const sources = usePromptSourceStore((state) => state.sources);
|
||||||
|
const schedule = usePromptSourceStore((state) => state.schedule);
|
||||||
|
const addSource = usePromptSourceStore((state) => state.addSource);
|
||||||
|
const saveSource = usePromptSourceStore((state) => state.saveSource);
|
||||||
|
const removeSource = usePromptSourceStore((state) => state.removeSource);
|
||||||
|
const toggleSource = usePromptSourceStore((state) => state.toggleSource);
|
||||||
|
const updateSchedule = usePromptSourceStore((state) => state.updateSchedule);
|
||||||
|
const statusQuery = useQuery({ queryKey: STATUS_QUERY_KEY, queryFn: fetchPromptSourceStatuses });
|
||||||
|
|
||||||
|
const [editingSource, setEditingSource] = useState<PromptSource | null>(null);
|
||||||
|
const [viewingId, setViewingId] = useState("");
|
||||||
|
const [refreshingId, setRefreshingId] = useState("");
|
||||||
|
const [refreshingAll, setRefreshingAll] = useState(false);
|
||||||
|
const viewingSource = sources.find((item) => item.id === viewingId) || null;
|
||||||
|
|
||||||
|
const invalidatePrompts = async () => {
|
||||||
|
await Promise.all([
|
||||||
|
queryClient.invalidateQueries({ queryKey: ["prompts"] }),
|
||||||
|
queryClient.invalidateQueries({ queryKey: ["side-panel-prompts"] }),
|
||||||
|
queryClient.invalidateQueries({ queryKey: STATUS_QUERY_KEY }),
|
||||||
|
]);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleSave = (source: PromptSource) => {
|
||||||
|
saveSource(source);
|
||||||
|
void invalidatePrompts();
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleDelete = (source: PromptSource) => {
|
||||||
|
modal.confirm({
|
||||||
|
title: `删除「${source.name}」?`,
|
||||||
|
content: "来源配置会被移除,已经加入我的资产的内容不受影响。",
|
||||||
|
okText: "删除",
|
||||||
|
okButtonProps: { danger: true },
|
||||||
|
cancelText: "取消",
|
||||||
|
onOk: async () => {
|
||||||
|
removeSource(source.id);
|
||||||
|
await invalidatePrompts();
|
||||||
|
},
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleRefreshOne = async (source: PromptSource) => {
|
||||||
|
setRefreshingId(source.id);
|
||||||
|
try {
|
||||||
|
const result = await refreshSource(source.id);
|
||||||
|
await invalidatePrompts();
|
||||||
|
message.success(`「${source.name}」已更新 ${result.count} 条`);
|
||||||
|
} catch (error) {
|
||||||
|
await queryClient.invalidateQueries({ queryKey: STATUS_QUERY_KEY });
|
||||||
|
message.error(error instanceof Error ? error.message : "更新失败,已保留旧缓存");
|
||||||
|
} finally {
|
||||||
|
setRefreshingId("");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleRefreshAll = async () => {
|
||||||
|
setRefreshingAll(true);
|
||||||
|
try {
|
||||||
|
const result = await refreshAllSources();
|
||||||
|
updateSchedule("lastFetchedAt", new Date().toISOString());
|
||||||
|
await invalidatePrompts();
|
||||||
|
if (result.failureCount) message.warning(`更新完成:${result.successCount} 个成功,${result.failureCount} 个失败,失败来源已保留旧缓存`);
|
||||||
|
else message.success(`已更新 ${result.successCount} 个来源,共 ${result.total} 条`);
|
||||||
|
} catch (error) {
|
||||||
|
message.error(error instanceof Error ? error.message : "更新失败");
|
||||||
|
} finally {
|
||||||
|
setRefreshingAll(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<div className="mb-4 flex flex-wrap items-center justify-end gap-3">
|
||||||
|
<Button type="primary" icon={<Plus className="size-4" />} onClick={() => setEditingSource(addSource())}>
|
||||||
|
新增来源
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="space-y-2">
|
||||||
|
{sources.map((source) => {
|
||||||
|
const status = statusQuery.data?.[source.id];
|
||||||
|
return (
|
||||||
|
<div key={source.id} className="flex flex-wrap items-center gap-3 rounded-lg border border-stone-200 px-4 py-3 dark:border-stone-800">
|
||||||
|
<Switch size="small" checked={source.enabled} onChange={(checked) => { toggleSource(source.id, checked); void invalidatePrompts(); }} />
|
||||||
|
<div className="min-w-[220px] flex-1">
|
||||||
|
<div className="flex min-w-0 items-center gap-2">
|
||||||
|
<span className="truncate text-sm font-semibold">{source.name}</span>
|
||||||
|
{source.builtIn ? <Tag className="m-0 shrink-0 text-[10px]">内置</Tag> : null}
|
||||||
|
</div>
|
||||||
|
<div className="mt-1 flex min-w-0 flex-wrap items-center gap-x-3 gap-y-1 text-xs text-stone-500">
|
||||||
|
<a className="max-w-full truncate hover:text-stone-800 hover:underline dark:hover:text-stone-200" href={source.homepage || source.url} target="_blank" rel="noreferrer">
|
||||||
|
{source.homepage || source.url}
|
||||||
|
</a>
|
||||||
|
<span className="tabular-nums">{status?.count ?? 0} 条</span>
|
||||||
|
{status?.lastError ? <Tag color="error" className="m-0 text-[10px]" title={status.lastError}>失败</Tag> : status?.lastSuccessAt ? <Tag color="success" className="m-0 text-[10px]">正常</Tag> : <Tag className="m-0 text-[10px]">未同步</Tag>}
|
||||||
|
<span>{status?.lastSuccessAt ? `上次成功 ${formatTime(status.lastSuccessAt)}` : "尚未拉取"}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="ml-auto flex flex-wrap justify-end gap-2">
|
||||||
|
<Button size="small" icon={<Eye className="size-3.5" />} onClick={() => setViewingId(source.id)}>
|
||||||
|
查看内容
|
||||||
|
</Button>
|
||||||
|
<Button size="small" icon={<RefreshCw className="size-3.5" />} loading={refreshingId === source.id} onClick={() => void handleRefreshOne(source)}>
|
||||||
|
立即拉取
|
||||||
|
</Button>
|
||||||
|
{!source.builtIn ? <Button size="small" icon={<Pencil className="size-3.5" />} onClick={() => setEditingSource(source)}>编辑来源</Button> : null}
|
||||||
|
{!source.builtIn ? <Button size="small" danger icon={<Trash2 className="size-3.5" />} onClick={() => handleDelete(source)}>删除</Button> : null}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<section className="mt-5 rounded-lg border border-stone-200 p-4 dark:border-stone-800">
|
||||||
|
<div className="mb-3 text-sm font-semibold">定时拉取</div>
|
||||||
|
<div className="flex flex-wrap items-center gap-3">
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<span className="text-xs text-stone-500">拉取周期</span>
|
||||||
|
<Select size="small" className="w-36" value={schedule.intervalMinutes} options={PROMPT_SOURCE_INTERVAL_OPTIONS} onChange={(value) => updateSchedule("intervalMinutes", value)} />
|
||||||
|
</div>
|
||||||
|
<Button size="small" type="primary" icon={<RefreshCw className="size-3.5" />} loading={refreshingAll} onClick={() => void handleRefreshAll()}>
|
||||||
|
全部立即拉取
|
||||||
|
</Button>
|
||||||
|
<span className="text-xs text-stone-500">{schedule.lastFetchedAt ? `上次拉取 ${formatTime(schedule.lastFetchedAt)}` : "尚未定时拉取"}</span>
|
||||||
|
</div>
|
||||||
|
<div className="mt-2 text-xs text-stone-400">开启周期后,页面打开期间会按周期自动拉取所有启用的来源。</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<PromptSourceEditorDrawer open={Boolean(editingSource)} source={editingSource} onSave={handleSave} onClose={() => setEditingSource(null)} />
|
||||||
|
<PromptSourceContentModal source={viewingSource} onClose={() => setViewingId("")} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatTime(value: string) {
|
||||||
|
const date = new Date(value);
|
||||||
|
return Number.isNaN(date.getTime()) ? "-" : date.toLocaleString("zh-CN", { month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit" });
|
||||||
|
}
|
||||||
@@ -0,0 +1,130 @@
|
|||||||
|
import { App, Button, Empty, Modal, Space, Table, Tag } from "antd";
|
||||||
|
import { Copy, FolderPlus, RefreshCw } from "lucide-react";
|
||||||
|
import { useCallback, useEffect, useState } from "react";
|
||||||
|
|
||||||
|
import { PromptDetailDialog } from "@/pages/prompts/components/prompt-detail-dialog";
|
||||||
|
import { useCopyText } from "@/hooks/use-copy-text";
|
||||||
|
import { useAssetStore } from "@/stores/use-asset-store";
|
||||||
|
import { fetchSourcePrompts, refreshSource, type Prompt } from "@/services/api/prompts";
|
||||||
|
import type { PromptSource } from "@/services/api/prompt-source-presets";
|
||||||
|
|
||||||
|
export function PromptSourceContentModal({ source, onClose }: { source: PromptSource | null; onClose: () => void }) {
|
||||||
|
const { message } = App.useApp();
|
||||||
|
const [items, setItems] = useState<Prompt[]>([]);
|
||||||
|
const [loading, setLoading] = useState(false);
|
||||||
|
const [detail, setDetail] = useState<Prompt | null>(null);
|
||||||
|
const copyText = useCopyText();
|
||||||
|
const addAsset = useAssetStore((state) => state.addAsset);
|
||||||
|
|
||||||
|
const load = useCallback(
|
||||||
|
async (force: boolean) => {
|
||||||
|
if (!source) return;
|
||||||
|
setLoading(true);
|
||||||
|
try {
|
||||||
|
setItems(force ? await refreshSourceItems(source.id) : await fetchSourcePrompts(source.id));
|
||||||
|
} catch (error) {
|
||||||
|
message.error(error instanceof Error ? error.message : "拉取提示词失败");
|
||||||
|
} finally {
|
||||||
|
setLoading(false);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[source, message],
|
||||||
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (source) void load(false);
|
||||||
|
else setItems([]);
|
||||||
|
}, [source, load]);
|
||||||
|
|
||||||
|
const saveAsset = (item: Prompt) => {
|
||||||
|
addAsset({ kind: "text", title: item.title, coverUrl: item.coverUrl, tags: item.tags, source: item.category, data: { content: item.prompt }, metadata: { source: "prompt-library", promptId: item.id, githubUrl: item.githubUrl } });
|
||||||
|
message.success("已加入我的资产");
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<Modal
|
||||||
|
open={Boolean(source)}
|
||||||
|
onCancel={onClose}
|
||||||
|
width={980}
|
||||||
|
footer={null}
|
||||||
|
title={
|
||||||
|
<div className="flex flex-wrap items-center justify-between gap-2 pr-6">
|
||||||
|
<div>
|
||||||
|
<div className="text-base font-semibold">{source?.name || ""} · 提示词内容</div>
|
||||||
|
<div className="mt-0.5 text-xs font-normal text-stone-500">共 {items.length} 条</div>
|
||||||
|
</div>
|
||||||
|
<Button size="small" icon={<RefreshCw className="size-3.5" />} loading={loading} onClick={() => void load(true)}>
|
||||||
|
立即更新
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<Table<Prompt>
|
||||||
|
rowKey="id"
|
||||||
|
size="small"
|
||||||
|
loading={loading}
|
||||||
|
dataSource={items}
|
||||||
|
pagination={{ pageSize: 10, showSizeChanger: false, size: "small" }}
|
||||||
|
scroll={{ y: "56vh" }}
|
||||||
|
locale={{ emptyText: <Empty image={Empty.PRESENTED_IMAGE_SIMPLE} description="暂无提示词" /> }}
|
||||||
|
columns={[
|
||||||
|
{
|
||||||
|
title: "封面",
|
||||||
|
dataIndex: "coverUrl",
|
||||||
|
width: 72,
|
||||||
|
render: (coverUrl: string) => (coverUrl ? <img src={coverUrl} alt="" className="size-12 rounded object-cover" /> : <div className="size-12 rounded bg-stone-100 dark:bg-stone-800" />),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "标题",
|
||||||
|
dataIndex: "title",
|
||||||
|
render: (title: string, item) => (
|
||||||
|
<div className="min-w-0">
|
||||||
|
<div className="truncate font-medium">{title}</div>
|
||||||
|
<div className="mt-0.5 line-clamp-2 text-xs text-stone-500">{item.prompt}</div>
|
||||||
|
</div>
|
||||||
|
),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "标签",
|
||||||
|
dataIndex: "tags",
|
||||||
|
width: 200,
|
||||||
|
render: (tags: string[]) => (
|
||||||
|
<div className="flex flex-wrap gap-1">
|
||||||
|
{tags.slice(0, 4).map((tag) => (
|
||||||
|
<Tag key={tag} className="m-0">
|
||||||
|
{tag}
|
||||||
|
</Tag>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "操作",
|
||||||
|
width: 210,
|
||||||
|
render: (_, item) => (
|
||||||
|
<Space size={4} wrap>
|
||||||
|
<Button size="small" type="text" icon={<Copy className="size-3.5" />} onClick={() => copyText(item.prompt, "提示词已复制")}>
|
||||||
|
复制
|
||||||
|
</Button>
|
||||||
|
<Button size="small" type="text" onClick={() => setDetail(item)}>
|
||||||
|
详情
|
||||||
|
</Button>
|
||||||
|
<Button size="small" type="text" icon={<FolderPlus className="size-3.5" />} onClick={() => saveAsset(item)}>
|
||||||
|
加入资产
|
||||||
|
</Button>
|
||||||
|
</Space>
|
||||||
|
),
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</Modal>
|
||||||
|
<PromptDetailDialog prompt={detail} onClose={() => setDetail(null)} onCopy={(prompt) => copyText(prompt, "提示词已复制")} onSaveAsset={saveAsset} />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function refreshSourceItems(sourceId: string) {
|
||||||
|
await refreshSource(sourceId);
|
||||||
|
return fetchSourcePrompts(sourceId);
|
||||||
|
}
|
||||||
@@ -0,0 +1,86 @@
|
|||||||
|
import { App, Button, Drawer, Input, Space, Switch } from "antd";
|
||||||
|
import { useEffect, useState } from "react";
|
||||||
|
|
||||||
|
import type { PromptSource } from "@/services/api/prompt-source-presets";
|
||||||
|
|
||||||
|
export function PromptSourceEditorDrawer({ open, source, onSave, onClose }: { open: boolean; source: PromptSource | null; onSave: (source: PromptSource) => void; onClose: () => void }) {
|
||||||
|
const { message } = App.useApp();
|
||||||
|
const [draft, setDraft] = useState<PromptSource | null>(source);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (open && source) setDraft(source);
|
||||||
|
}, [open, source]);
|
||||||
|
|
||||||
|
if (!draft) return null;
|
||||||
|
|
||||||
|
const patch = (value: Partial<PromptSource>) => setDraft((current) => (current ? { ...current, ...value } : current));
|
||||||
|
|
||||||
|
const save = () => {
|
||||||
|
const name = draft.name.trim();
|
||||||
|
const url = draft.url.trim();
|
||||||
|
if (!name) return message.warning("请输入来源名称");
|
||||||
|
if (!isHttpUrl(url)) return message.warning("请输入有效的 JSON URL");
|
||||||
|
if (draft.homepage.trim() && !isHttpUrl(draft.homepage.trim())) return message.warning("请输入有效的主页地址");
|
||||||
|
onSave({ ...draft, name, url, homepage: draft.homepage.trim(), builtIn: false });
|
||||||
|
onClose();
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<Drawer
|
||||||
|
open={open}
|
||||||
|
width={560}
|
||||||
|
title={source?.name === "新来源" ? "新增提示词来源" : "编辑提示词来源"}
|
||||||
|
onClose={onClose}
|
||||||
|
styles={{ body: { paddingTop: 16 } }}
|
||||||
|
extra={
|
||||||
|
<Space>
|
||||||
|
<Button onClick={onClose}>取消</Button>
|
||||||
|
<Button type="primary" onClick={save}>
|
||||||
|
保存
|
||||||
|
</Button>
|
||||||
|
</Space>
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<div className="space-y-5">
|
||||||
|
<label className="block">
|
||||||
|
<span className="mb-1.5 block text-sm font-medium">来源名称</span>
|
||||||
|
<Input value={draft.name} onChange={(event) => patch({ name: event.target.value })} placeholder="用于分类展示" />
|
||||||
|
</label>
|
||||||
|
<label className="block">
|
||||||
|
<span className="mb-1.5 block text-sm font-medium">JSON URL</span>
|
||||||
|
<Input value={draft.url} onChange={(event) => patch({ url: event.target.value })} placeholder="https://example.com/prompts.json" />
|
||||||
|
</label>
|
||||||
|
<label className="block">
|
||||||
|
<span className="mb-1.5 block text-sm font-medium">来源主页(可选)</span>
|
||||||
|
<Input value={draft.homepage} onChange={(event) => patch({ homepage: event.target.value })} placeholder="https://example.com" />
|
||||||
|
</label>
|
||||||
|
<div className="flex items-center justify-between border-y border-stone-200 py-3 dark:border-stone-800">
|
||||||
|
<span className="text-sm font-medium">启用来源</span>
|
||||||
|
<Switch checked={draft.enabled} onChange={(enabled) => patch({ enabled })} />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div className="mb-2 text-sm font-medium">JSON 格式</div>
|
||||||
|
<pre className="overflow-x-auto rounded-md bg-stone-100 p-3 text-xs leading-5 text-stone-600 dark:bg-stone-900 dark:text-stone-300">{`[
|
||||||
|
{
|
||||||
|
"id": "product-photo-1",
|
||||||
|
"title": "白底商品图",
|
||||||
|
"prompt": "生成专业白底商品摄影图",
|
||||||
|
"description": "",
|
||||||
|
"coverUrl": "",
|
||||||
|
"referenceImageUrls": [],
|
||||||
|
"tags": ["商品", "摄影"]
|
||||||
|
}
|
||||||
|
]`}</pre>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</Drawer>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function isHttpUrl(value: string) {
|
||||||
|
try {
|
||||||
|
return ["http:", "https:"].includes(new URL(value).protocol);
|
||||||
|
} catch {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Copy } from "lucide-react";
|
import { Copy, FileText } from "lucide-react";
|
||||||
import type { ReactNode } from "react";
|
import type { ReactNode } from "react";
|
||||||
import { Button, Card, Tag } from "antd";
|
import { Button, Card, Tag } from "antd";
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ export function PromptCard({
|
|||||||
styles={{ body: { padding: 0 } }}
|
styles={{ body: { padding: 0 } }}
|
||||||
cover={
|
cover={
|
||||||
<button type="button" className="block w-full text-left" onClick={onOpen}>
|
<button type="button" className="block w-full text-left" onClick={onOpen}>
|
||||||
<img src={item.coverUrl} alt={item.title} className="aspect-[4/3] w-full object-cover" />
|
{item.coverUrl ? <img src={item.coverUrl} alt={item.title} className="aspect-[4/3] w-full object-cover" loading="lazy" /> : <span className="grid aspect-[4/3] w-full place-items-center bg-stone-100 text-stone-400 dark:bg-stone-900 dark:text-stone-600"><FileText className="size-8" /></span>}
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
@@ -38,7 +38,7 @@ export function PromptCard({
|
|||||||
<h2 className="line-clamp-1 text-sm font-semibold text-stone-950 dark:text-stone-100">{item.title}</h2>
|
<h2 className="line-clamp-1 text-sm font-semibold text-stone-950 dark:text-stone-100">{item.title}</h2>
|
||||||
<span className="shrink-0 text-xs text-stone-400 dark:text-stone-500">{formatPromptDate(item.updatedAt)}</span>
|
<span className="shrink-0 text-xs text-stone-400 dark:text-stone-500">{formatPromptDate(item.updatedAt)}</span>
|
||||||
</div>
|
</div>
|
||||||
<p className="mt-2 line-clamp-3 text-xs leading-5 text-stone-600 dark:text-stone-400">{item.prompt}</p>
|
<p className="mt-2 line-clamp-3 text-xs leading-5 text-stone-600 dark:text-stone-400">{item.description || item.prompt}</p>
|
||||||
<div className="mt-3 flex flex-wrap gap-1.5">
|
<div className="mt-3 flex flex-wrap gap-1.5">
|
||||||
{item.tags.map((tag) => (
|
{item.tags.map((tag) => (
|
||||||
<Tag key={tag} className="m-0 text-[11px]">
|
<Tag key={tag} className="m-0 text-[11px]">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { useMemo } from "react";
|
import { useEffect, useMemo, useState } from "react";
|
||||||
import { useInfiniteQuery } from "@tanstack/react-query";
|
import { useInfiniteQuery } from "@tanstack/react-query";
|
||||||
|
|
||||||
import { ALL_PROMPTS_OPTION, fetchPrompts } from "@/services/api/prompts";
|
import { ALL_PROMPTS_OPTION, fetchPrompts } from "@/services/api/prompts";
|
||||||
@@ -6,9 +6,14 @@ import { ALL_PROMPTS_OPTION, fetchPrompts } from "@/services/api/prompts";
|
|||||||
export const PROMPT_PAGE_SIZE = 20;
|
export const PROMPT_PAGE_SIZE = 20;
|
||||||
|
|
||||||
export function usePromptList({ keyword, tags, category, enabled = true }: { keyword: string; tags: string[]; category: string; enabled?: boolean }) {
|
export function usePromptList({ keyword, tags, category, enabled = true }: { keyword: string; tags: string[]; category: string; enabled?: boolean }) {
|
||||||
|
const [debouncedKeyword, setDebouncedKeyword] = useState(keyword);
|
||||||
|
useEffect(() => {
|
||||||
|
const timer = setTimeout(() => setDebouncedKeyword(keyword), 300);
|
||||||
|
return () => clearTimeout(timer);
|
||||||
|
}, [keyword]);
|
||||||
const query = useInfiniteQuery({
|
const query = useInfiniteQuery({
|
||||||
queryKey: ["prompts", keyword, tags, category],
|
queryKey: ["prompts", debouncedKeyword, tags, category],
|
||||||
queryFn: ({ pageParam }) => fetchPrompts({ keyword, tag: tags, category, page: pageParam, pageSize: PROMPT_PAGE_SIZE }),
|
queryFn: ({ pageParam }) => fetchPrompts({ keyword: debouncedKeyword, tag: tags, category, page: pageParam, pageSize: PROMPT_PAGE_SIZE }),
|
||||||
initialPageParam: 1,
|
initialPageParam: 1,
|
||||||
getNextPageParam: (lastPage, pages) => (pages.reduce((total, page) => total + page.items.length, 0) < lastPage.total ? pages.length + 1 : undefined),
|
getNextPageParam: (lastPage, pages) => (pages.reduce((total, page) => total + page.items.length, 0) < lastPage.total ? pages.length + 1 : undefined),
|
||||||
enabled,
|
enabled,
|
||||||
|
|||||||
@@ -0,0 +1,60 @@
|
|||||||
|
import { type ReactNode } from "react";
|
||||||
|
|
||||||
|
import { ImageSettingsTheme } from "@/components/image-settings-panel";
|
||||||
|
import { type CanvasTheme } from "@/lib/canvas-theme";
|
||||||
|
import type { AiConfig, ReasoningEffort } from "@/stores/use-config-store";
|
||||||
|
|
||||||
|
const reasoningEffortOptions: Array<{ value: ReasoningEffort; label: string }> = [
|
||||||
|
{ value: "auto", label: "自动" },
|
||||||
|
{ value: "low", label: "低" },
|
||||||
|
{ value: "medium", label: "中" },
|
||||||
|
{ value: "high", label: "高" },
|
||||||
|
{ value: "xhigh", label: "极高" },
|
||||||
|
];
|
||||||
|
|
||||||
|
type TextSettingsPanelProps = {
|
||||||
|
config: AiConfig;
|
||||||
|
onConfigChange: (key: "reasoningEffort", value: ReasoningEffort) => void;
|
||||||
|
theme: CanvasTheme;
|
||||||
|
className?: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
export function TextSettingsPanel({ config, onConfigChange, theme, className = "space-y-4" }: TextSettingsPanelProps) {
|
||||||
|
return (
|
||||||
|
<ImageSettingsTheme theme={theme}>
|
||||||
|
<div className={className} style={{ color: theme.node.text }} onMouseDown={(event) => event.stopPropagation()}>
|
||||||
|
<div className="text-lg font-semibold">文本设置</div>
|
||||||
|
<div className="space-y-2.5">
|
||||||
|
<div className="text-sm font-medium" style={{ color: theme.node.muted }}>
|
||||||
|
推理强度
|
||||||
|
</div>
|
||||||
|
<div className="grid grid-cols-5 gap-2">
|
||||||
|
{reasoningEffortOptions.map((item) => (
|
||||||
|
<OptionPill key={item.value} selected={config.reasoningEffort === item.value} theme={theme} onClick={() => onConfigChange("reasoningEffort", item.value)}>
|
||||||
|
{item.label}
|
||||||
|
</OptionPill>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</ImageSettingsTheme>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function reasoningEffortLabel(value: ReasoningEffort) {
|
||||||
|
return reasoningEffortOptions.find((item) => item.value === value)?.label || value;
|
||||||
|
}
|
||||||
|
|
||||||
|
function OptionPill({ selected, theme, onClick, children }: { selected: boolean; theme: CanvasTheme; onClick: () => void; children: ReactNode }) {
|
||||||
|
return (
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="h-9 cursor-pointer rounded-full border px-2 text-sm transition hover:opacity-80"
|
||||||
|
style={{ background: "transparent", borderColor: selected ? theme.node.text : theme.node.stroke, color: theme.node.text }}
|
||||||
|
onMouseDown={(event) => event.stopPropagation()}
|
||||||
|
onClick={onClick}
|
||||||
|
>
|
||||||
|
{children}
|
||||||
|
</button>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -2,9 +2,9 @@ import { type ReactNode } from "react";
|
|||||||
import { Switch } from "antd";
|
import { Switch } from "antd";
|
||||||
|
|
||||||
import { ImageSettingsTheme } from "@/components/image-settings-panel";
|
import { ImageSettingsTheme } from "@/components/image-settings-panel";
|
||||||
import { boolConfig, isSeedanceFastModel, isSeedanceVideoConfig, normalizeSeedanceDuration, normalizeSeedanceRatio, normalizeSeedanceResolution, seedanceDurationOptions, seedancePixelLabel, seedanceRatioOptions, seedanceResolutionOptions } from "@/lib/seedance-video";
|
import { boolConfig, isSeedanceVideoConfig, normalizeSeedanceDuration, normalizeSeedanceRatio, normalizeSeedanceResolution, seedanceDurationOptions, seedancePixelLabel, seedanceRatioOptions, seedanceResolutionOptions } from "@/lib/seedance-video";
|
||||||
import { type CanvasTheme } from "@/lib/canvas-theme";
|
import { type CanvasTheme } from "@/lib/canvas-theme";
|
||||||
import { modelOptionName, type AiConfig } from "@/stores/use-config-store";
|
import { type AiConfig } from "@/stores/use-config-store";
|
||||||
|
|
||||||
const resolutionOptions = [
|
const resolutionOptions = [
|
||||||
{ value: "720", label: "720p" },
|
{ value: "720", label: "720p" },
|
||||||
@@ -105,8 +105,7 @@ export function VideoSettingsPanel({ config, onConfigChange, theme, showTitle =
|
|||||||
}
|
}
|
||||||
|
|
||||||
function SeedanceVideoSettingsPanel({ config, onConfigChange, theme, showTitle, className }: VideoSettingsPanelProps) {
|
function SeedanceVideoSettingsPanel({ config, onConfigChange, theme, showTitle, className }: VideoSettingsPanelProps) {
|
||||||
const model = modelOptionName(config.model || config.videoModel);
|
const resolution = normalizeSeedanceResolution(config.vquality);
|
||||||
const resolution = normalizeSeedanceResolution(config.vquality, model);
|
|
||||||
const ratio = normalizeSeedanceRatio(config.size);
|
const ratio = normalizeSeedanceRatio(config.size);
|
||||||
const duration = normalizeSeedanceDuration(config.videoSeconds);
|
const duration = normalizeSeedanceDuration(config.videoSeconds);
|
||||||
const generateAudio = boolConfig(config.videoGenerateAudio, true);
|
const generateAudio = boolConfig(config.videoGenerateAudio, true);
|
||||||
@@ -118,16 +117,12 @@ function SeedanceVideoSettingsPanel({ config, onConfigChange, theme, showTitle,
|
|||||||
{showTitle ? <div className="text-lg font-semibold">视频设置</div> : null}
|
{showTitle ? <div className="text-lg font-semibold">视频设置</div> : null}
|
||||||
<SettingGroup title="分辨率" color={theme.node.muted}>
|
<SettingGroup title="分辨率" color={theme.node.muted}>
|
||||||
<div className="grid grid-cols-3 gap-2.5">
|
<div className="grid grid-cols-3 gap-2.5">
|
||||||
{seedanceResolutionOptions.map((item) => {
|
{seedanceResolutionOptions.map((item) => (
|
||||||
const disabled = item.value === "1080p" && isSeedanceFastModel(model);
|
<OptionPill key={item.value} selected={resolution === item.value} theme={theme} onClick={() => onConfigChange("vquality", item.value)}>
|
||||||
return (
|
{item.label}
|
||||||
<OptionPill key={item.value} selected={resolution === item.value} disabled={disabled} theme={theme} onClick={() => onConfigChange("vquality", item.value)}>
|
</OptionPill>
|
||||||
{item.label}
|
))}
|
||||||
</OptionPill>
|
|
||||||
);
|
|
||||||
})}
|
|
||||||
</div>
|
</div>
|
||||||
{isSeedanceFastModel(model) ? <div className="text-[11px] leading-4 opacity-55">fast 模型不支持 1080p,会自动使用 720p。</div> : null}
|
|
||||||
</SettingGroup>
|
</SettingGroup>
|
||||||
<SettingGroup title="比例" color={theme.node.muted}>
|
<SettingGroup title="比例" color={theme.node.muted}>
|
||||||
<div className="grid grid-cols-3 gap-2.5">
|
<div className="grid grid-cols-3 gap-2.5">
|
||||||
|
|||||||
@@ -0,0 +1,40 @@
|
|||||||
|
import { useEffect } from "react";
|
||||||
|
import { useQueryClient } from "@tanstack/react-query";
|
||||||
|
|
||||||
|
import { refreshDueSources } from "@/services/api/prompts";
|
||||||
|
import { usePromptSourceStore } from "@/stores/use-prompt-source-store";
|
||||||
|
|
||||||
|
const CHECK_INTERVAL_MS = 60_000;
|
||||||
|
|
||||||
|
/** Periodically update only the sources whose last successful refresh is due. */
|
||||||
|
export function usePromptSourceScheduler() {
|
||||||
|
const queryClient = useQueryClient();
|
||||||
|
const intervalMinutes = usePromptSourceStore((state) => state.schedule.intervalMinutes);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!intervalMinutes) return;
|
||||||
|
let running = false;
|
||||||
|
const tick = async () => {
|
||||||
|
if (running) return;
|
||||||
|
const { updateSchedule } = usePromptSourceStore.getState();
|
||||||
|
running = true;
|
||||||
|
try {
|
||||||
|
const result = await refreshDueSources(intervalMinutes * 60_000);
|
||||||
|
if (!result.results.length) return;
|
||||||
|
updateSchedule("lastFetchedAt", new Date().toISOString());
|
||||||
|
await Promise.all([
|
||||||
|
queryClient.invalidateQueries({ queryKey: ["prompts"] }),
|
||||||
|
queryClient.invalidateQueries({ queryKey: ["side-panel-prompts"] }),
|
||||||
|
queryClient.invalidateQueries({ queryKey: ["prompt-source-statuses"] }),
|
||||||
|
]);
|
||||||
|
} catch {
|
||||||
|
// 单个来源的错误已写入来源状态,下一个检查周期会继续尝试。
|
||||||
|
} finally {
|
||||||
|
running = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
void tick();
|
||||||
|
const timer = window.setInterval(() => void tick(), CHECK_INTERVAL_MS);
|
||||||
|
return () => window.clearInterval(timer);
|
||||||
|
}, [intervalMinutes, queryClient]);
|
||||||
|
}
|
||||||
@@ -4,6 +4,7 @@ import { fetchPrompts } from "@/services/api/prompts";
|
|||||||
import { uploadImage } from "@/services/image-storage";
|
import { uploadImage } from "@/services/image-storage";
|
||||||
import { imageAspectOptions, imageQualityOptions } from "@/components/image-settings-panel";
|
import { imageAspectOptions, imageQualityOptions } from "@/components/image-settings-panel";
|
||||||
import { videoResolutionOptions, videoSecondOptions, videoSizeOptions } from "@/components/video-settings-panel";
|
import { videoResolutionOptions, videoSecondOptions, videoSizeOptions } from "@/components/video-settings-panel";
|
||||||
|
import type { CanvasAgentSnapshot } from "@/lib/canvas/canvas-agent-ops";
|
||||||
import { useCanvasStore } from "@/stores/canvas/use-canvas-store";
|
import { useCanvasStore } from "@/stores/canvas/use-canvas-store";
|
||||||
import { useAssetStore } from "@/stores/use-asset-store";
|
import { useAssetStore } from "@/stores/use-asset-store";
|
||||||
import { modelOptionLabel, modelOptionName, normalizeModelOptionValue, selectableModelsByCapability, useConfigStore } from "@/stores/use-config-store";
|
import { modelOptionLabel, modelOptionName, normalizeModelOptionValue, selectableModelsByCapability, useConfigStore } from "@/stores/use-config-store";
|
||||||
@@ -14,6 +15,7 @@ import { useWorkbenchAgentStore } from "@/stores/use-workbench-agent-store";
|
|||||||
|
|
||||||
export const SITE_TOOL_NAMES = [
|
export const SITE_TOOL_NAMES = [
|
||||||
"canvas_list_projects",
|
"canvas_list_projects",
|
||||||
|
"generation_get_status",
|
||||||
"workbench_image_get_config",
|
"workbench_image_get_config",
|
||||||
"workbench_image_generate",
|
"workbench_image_generate",
|
||||||
"workbench_video_get_config",
|
"workbench_video_get_config",
|
||||||
@@ -31,6 +33,7 @@ export function isSiteTool(name: string): name is SiteToolName {
|
|||||||
|
|
||||||
export const SITE_TOOL_LABELS: Record<SiteToolName, string> = {
|
export const SITE_TOOL_LABELS: Record<SiteToolName, string> = {
|
||||||
canvas_list_projects: "画布列表",
|
canvas_list_projects: "画布列表",
|
||||||
|
generation_get_status: "生成任务状态",
|
||||||
workbench_image_get_config: "生图配置",
|
workbench_image_get_config: "生图配置",
|
||||||
workbench_image_generate: "生图工作台生成",
|
workbench_image_generate: "生图工作台生成",
|
||||||
workbench_video_get_config: "视频配置",
|
workbench_video_get_config: "视频配置",
|
||||||
@@ -41,11 +44,16 @@ export const SITE_TOOL_LABELS: Record<SiteToolName, string> = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
type SiteToolInput = Record<string, unknown>;
|
type SiteToolInput = Record<string, unknown>;
|
||||||
|
type SiteToolContext = { canvasSnapshot?: CanvasAgentSnapshot | null };
|
||||||
|
type GenerationStatus = "idle" | "queued" | "running" | "succeeded" | "failed";
|
||||||
|
type GenerationStatusItem = { id: string; source: "canvas" | "image" | "video"; status: GenerationStatus; kind?: string; title?: string; prompt?: string; projectId?: string; createdAt?: string; updatedAt?: string; successCount?: number; failCount?: number; error?: string };
|
||||||
|
|
||||||
export async function runSiteTool(name: SiteToolName, input: SiteToolInput, navigate: NavigateFunction): Promise<unknown> {
|
export async function runSiteTool(name: SiteToolName, input: SiteToolInput, navigate: NavigateFunction, context: SiteToolContext = {}): Promise<unknown> {
|
||||||
switch (name) {
|
switch (name) {
|
||||||
case "canvas_list_projects":
|
case "canvas_list_projects":
|
||||||
return listCanvasProjects(input);
|
return listCanvasProjects(input);
|
||||||
|
case "generation_get_status":
|
||||||
|
return getGenerationStatus(input, context.canvasSnapshot);
|
||||||
case "workbench_image_get_config":
|
case "workbench_image_get_config":
|
||||||
return getImageConfig();
|
return getImageConfig();
|
||||||
case "workbench_image_generate":
|
case "workbench_image_generate":
|
||||||
@@ -65,6 +73,56 @@ export async function runSiteTool(name: SiteToolName, input: SiteToolInput, navi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getGenerationStatus(input: SiteToolInput, canvasSnapshot?: CanvasAgentSnapshot | null) {
|
||||||
|
const scope = input.scope === "canvas" || input.scope === "image" || input.scope === "video" ? input.scope : "all";
|
||||||
|
const taskId = typeof input.taskId === "string" ? input.taskId : "";
|
||||||
|
const nodeIds = new Set(Array.isArray(input.nodeIds) ? input.nodeIds.filter((id): id is string => typeof id === "string") : []);
|
||||||
|
const limit = Math.max(1, Math.min(100, Math.floor(Number(input.limit)) || 20));
|
||||||
|
const tasks: GenerationStatusItem[] = [];
|
||||||
|
const includeCanvas = (scope === "all" || scope === "canvas") && (!taskId || nodeIds.size > 0);
|
||||||
|
const includeWorkbench = !nodeIds.size || Boolean(taskId);
|
||||||
|
|
||||||
|
if (includeCanvas && canvasSnapshot) {
|
||||||
|
canvasSnapshot.nodes.forEach((node) => {
|
||||||
|
const status = normalizeCanvasGenerationStatus(node.metadata?.status);
|
||||||
|
if (!status || (nodeIds.size && !nodeIds.has(node.id))) return;
|
||||||
|
const metadata = node.metadata || {};
|
||||||
|
if (!nodeIds.size && node.type !== "config" && status !== "running" && status !== "failed" && !metadata.generationMode && !metadata.generationType && !metadata.model) return;
|
||||||
|
tasks.push({ id: node.id, source: "canvas", status, kind: metadata.generationMode || node.type, title: node.title, prompt: compactPrompt(metadata.prompt || metadata.composerContent), projectId: canvasSnapshot.projectId, error: metadata.errorDetails });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (includeWorkbench) {
|
||||||
|
useWorkbenchAgentStore.getState().tasks.forEach((task) => {
|
||||||
|
if ((scope === "image" || scope === "video") && task.kind !== scope) return;
|
||||||
|
if (scope === "canvas" || (taskId && task.id !== taskId)) return;
|
||||||
|
tasks.push({ ...task, source: task.kind, prompt: compactPrompt(task.prompt) });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.sort((a, b) => generationStatusOrder(a.status) - generationStatusOrder(b.status) || (b.updatedAt || "").localeCompare(a.updatedAt || ""));
|
||||||
|
const summary: Record<GenerationStatus, number> = { idle: 0, queued: 0, running: 0, succeeded: 0, failed: 0 };
|
||||||
|
tasks.forEach((task) => (summary[task.status] += 1));
|
||||||
|
return { total: tasks.length, summary, tasks: tasks.slice(0, limit) };
|
||||||
|
}
|
||||||
|
|
||||||
|
function generationStatusOrder(status: GenerationStatus) {
|
||||||
|
return status === "running" ? 0 : status === "queued" ? 1 : 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
function normalizeCanvasGenerationStatus(status: unknown): GenerationStatus | null {
|
||||||
|
if (status === "idle") return "idle";
|
||||||
|
if (status === "loading") return "running";
|
||||||
|
if (status === "success") return "succeeded";
|
||||||
|
if (status === "error") return "failed";
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function compactPrompt(prompt: unknown) {
|
||||||
|
const value = typeof prompt === "string" ? prompt.trim() : "";
|
||||||
|
return value ? `${value.slice(0, 200)}${value.length > 200 ? "..." : ""}` : undefined;
|
||||||
|
}
|
||||||
|
|
||||||
function listCanvasProjects(input: SiteToolInput) {
|
function listCanvasProjects(input: SiteToolInput) {
|
||||||
const { projects, hydrated } = useCanvasStore.getState();
|
const { projects, hydrated } = useCanvasStore.getState();
|
||||||
if (!hydrated) throw new Error("画布还在加载中,请稍后重试");
|
if (!hydrated) throw new Error("画布还在加载中,请稍后重试");
|
||||||
@@ -118,8 +176,8 @@ function runImageWorkbench(input: SiteToolInput, navigate: NavigateFunction) {
|
|||||||
const prompt = typeof input.prompt === "string" ? input.prompt : undefined;
|
const prompt = typeof input.prompt === "string" ? input.prompt : undefined;
|
||||||
const run = input.run !== false;
|
const run = input.run !== false;
|
||||||
navigate("/image");
|
navigate("/image");
|
||||||
useWorkbenchAgentStore.getState().dispatchImage({ prompt, run });
|
const taskId = useWorkbenchAgentStore.getState().dispatchImage({ prompt, run });
|
||||||
return { ok: true, navigated: "/image", prompt, run, applied, note: run ? "已跳转生图工作台并触发生成,结果请稍后在工作台查看" : "已跳转生图工作台并填入参数,未触发生成" };
|
return { ok: true, navigated: "/image", prompt, run, taskId, applied, note: run ? "已跳转生图工作台并触发生成,可用 generation_get_status 查询任务" : "已跳转生图工作台并填入参数,未触发生成" };
|
||||||
}
|
}
|
||||||
|
|
||||||
function getVideoConfig() {
|
function getVideoConfig() {
|
||||||
@@ -173,8 +231,8 @@ function runVideoWorkbench(input: SiteToolInput, navigate: NavigateFunction) {
|
|||||||
const prompt = typeof input.prompt === "string" ? input.prompt : undefined;
|
const prompt = typeof input.prompt === "string" ? input.prompt : undefined;
|
||||||
const run = input.run !== false;
|
const run = input.run !== false;
|
||||||
navigate("/video");
|
navigate("/video");
|
||||||
useWorkbenchAgentStore.getState().dispatchVideo({ prompt, run });
|
const taskId = useWorkbenchAgentStore.getState().dispatchVideo({ prompt, run });
|
||||||
return { ok: true, navigated: "/video", prompt, run, applied, note: run ? "已跳转视频创作台并触发生成,结果请稍后在工作台查看" : "已跳转视频创作台并填入参数,未触发生成" };
|
return { ok: true, navigated: "/video", prompt, run, taskId, applied, note: run ? "已跳转视频创作台并触发生成,可用 generation_get_status 查询任务" : "已跳转视频创作台并填入参数,未触发生成" };
|
||||||
}
|
}
|
||||||
|
|
||||||
async function searchPrompts(input: SiteToolInput) {
|
async function searchPrompts(input: SiteToolInput) {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { defaultConfig, type AiConfig } from "@/stores/use-config-store";
|
import { defaultConfig, resolveModelForCapability, type AiConfig } from "@/stores/use-config-store";
|
||||||
import { resolveImageUrl, uploadImage } from "@/services/image-storage";
|
import { resolveImageUrl, uploadImage } from "@/services/image-storage";
|
||||||
import { resolveMediaUrl } from "@/services/file-storage";
|
import { resolveMediaUrl } from "@/services/file-storage";
|
||||||
import { imageMetadata, referenceUrl } from "@/lib/canvas/canvas-node-factory";
|
import { imageMetadata, referenceUrl } from "@/lib/canvas/canvas-node-factory";
|
||||||
@@ -90,10 +90,10 @@ export function getInputSummary(inputs: NodeGenerationInput[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function buildGenerationConfig(config: AiConfig, node: CanvasNodeData | undefined, mode: CanvasNodeGenerationMode): AiConfig {
|
export function buildGenerationConfig(config: AiConfig, node: CanvasNodeData | undefined, mode: CanvasNodeGenerationMode): AiConfig {
|
||||||
const defaultModel = mode === "image" ? config.imageModel : mode === "video" ? config.videoModel : mode === "audio" ? config.audioModel : config.textModel;
|
|
||||||
return {
|
return {
|
||||||
...config,
|
...config,
|
||||||
model: node?.metadata?.model || defaultModel || (mode === "audio" ? defaultConfig.audioModel : config.model || defaultConfig.model),
|
model: resolveModelForCapability(config, node?.metadata?.model, mode),
|
||||||
|
reasoningEffort: node?.metadata?.reasoningEffort || config.reasoningEffort || defaultConfig.reasoningEffort,
|
||||||
quality: node?.metadata?.quality || config.quality || defaultConfig.quality,
|
quality: node?.metadata?.quality || config.quality || defaultConfig.quality,
|
||||||
size: node?.metadata?.size || config.size || defaultConfig.size,
|
size: node?.metadata?.size || config.size || defaultConfig.size,
|
||||||
background: node?.metadata?.background ?? config.background ?? defaultConfig.background,
|
background: node?.metadata?.background ?? config.background ?? defaultConfig.background,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { modelOptionName, resolveModelRequestConfig, type AiConfig } from "@/stores/use-config-store";
|
import { resolveModelRequestConfig, type AiConfig } from "@/stores/use-config-store";
|
||||||
import type { ReferenceImage } from "@/types/image";
|
import type { ReferenceImage } from "@/types/image";
|
||||||
import type { ReferenceAudio, ReferenceVideo } from "@/types/media";
|
import type { ReferenceAudio, ReferenceVideo } from "@/types/media";
|
||||||
|
|
||||||
@@ -7,9 +7,10 @@ export const SEEDANCE_REFERENCE_LIMITS = {
|
|||||||
videos: 3,
|
videos: 3,
|
||||||
audios: 3,
|
audios: 3,
|
||||||
imageMaxBytes: 30 * 1024 * 1024,
|
imageMaxBytes: 30 * 1024 * 1024,
|
||||||
videoMaxBytes: 50 * 1024 * 1024,
|
videoMaxBytes: 200 * 1024 * 1024,
|
||||||
audioMaxBytes: 15 * 1024 * 1024,
|
audioMaxBytes: 15 * 1024 * 1024,
|
||||||
};
|
};
|
||||||
|
export const SEEDANCE_VIDEO_MIME_TYPES = ["video/mp4", "video/quicktime"];
|
||||||
|
|
||||||
export const seedanceResolutionOptions = [
|
export const seedanceResolutionOptions = [
|
||||||
{ value: "480p", label: "480p" },
|
{ value: "480p", label: "480p" },
|
||||||
@@ -56,28 +57,13 @@ const seedancePixels = {
|
|||||||
},
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export function isSeedanceVideoConfig(config: AiConfig | Pick<AiConfig, "model" | "videoModel" | "baseUrl">) {
|
export function isSeedanceVideoConfig(config: AiConfig | Pick<AiConfig, "model" | "videoModel" | "apiFormat">) {
|
||||||
const requestConfig = "channels" in config ? resolveModelRequestConfig(config, config.model || config.videoModel) : config;
|
const requestConfig = "channels" in config ? resolveModelRequestConfig(config, config.model || config.videoModel) : config;
|
||||||
return isSeedanceVideoModel(modelOptionName(requestConfig.model || requestConfig.videoModel)) || isArkPlanBaseUrl(requestConfig.baseUrl);
|
return requestConfig.apiFormat === "ark";
|
||||||
}
|
}
|
||||||
|
|
||||||
export function isSeedanceVideoModel(model: string) {
|
export function normalizeSeedanceResolution(value: string) {
|
||||||
const value = model.toLowerCase();
|
|
||||||
return value.includes("seedance") || value.includes("doubao-seedance");
|
|
||||||
}
|
|
||||||
|
|
||||||
export function isSeedanceFastModel(model: string) {
|
|
||||||
const value = model.toLowerCase();
|
|
||||||
return isSeedanceVideoModel(value) && value.includes("fast");
|
|
||||||
}
|
|
||||||
|
|
||||||
export function isArkPlanBaseUrl(baseUrl: string) {
|
|
||||||
return baseUrl.toLowerCase().includes("ark.cn-beijing.volces.com/api/plan/v3") || baseUrl.toLowerCase().includes("/api/plan/v3");
|
|
||||||
}
|
|
||||||
|
|
||||||
export function normalizeSeedanceResolution(value: string, model = "") {
|
|
||||||
const normalized = normalizeResolutionToken(value);
|
const normalized = normalizeResolutionToken(value);
|
||||||
if (isSeedanceFastModel(model) && normalized === "1080p") return "720p";
|
|
||||||
return seedanceResolutionOptions.some((item) => item.value === normalized) ? normalized : "720p";
|
return seedanceResolutionOptions.some((item) => item.value === normalized) ? normalized : "720p";
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -149,7 +135,8 @@ export function seedanceVideoReferenceError(videos: ReferenceVideo[]) {
|
|||||||
for (let index = 0; index < videos.length; index += 1) {
|
for (let index = 0; index < videos.length; index += 1) {
|
||||||
const video = videos[index];
|
const video = videos[index];
|
||||||
const label = seedanceReferenceLabel("video", index);
|
const label = seedanceReferenceLabel("video", index);
|
||||||
if (video.bytes && video.bytes > SEEDANCE_REFERENCE_LIMITS.videoMaxBytes) return `${label} 超过 50MB,请压缩后再上传`;
|
if (!SEEDANCE_VIDEO_MIME_TYPES.includes(video.type)) return `${label} 仅支持 mp4/mov 格式`;
|
||||||
|
if (video.bytes && video.bytes > SEEDANCE_REFERENCE_LIMITS.videoMaxBytes) return `${label} 超过 200MB,请压缩后再上传`;
|
||||||
if (video.durationMs) {
|
if (video.durationMs) {
|
||||||
if (video.durationMs < 2000 || video.durationMs > 15000) return `${label} 时长需要在 2-15 秒之间`;
|
if (video.durationMs < 2000 || video.durationMs > 15000) return `${label} 时长需要在 2-15 秒之间`;
|
||||||
totalDurationMs += video.durationMs;
|
totalDurationMs += video.durationMs;
|
||||||
@@ -159,7 +146,7 @@ export function seedanceVideoReferenceError(videos: ReferenceVideo[]) {
|
|||||||
const ratio = video.width / video.height;
|
const ratio = video.width / video.height;
|
||||||
if (ratio < 0.4 || ratio > 2.5) return `${label} 宽高比需要在 0.4-2.5 之间`;
|
if (ratio < 0.4 || ratio > 2.5) return `${label} 宽高比需要在 0.4-2.5 之间`;
|
||||||
const pixels = video.width * video.height;
|
const pixels = video.width * video.height;
|
||||||
if (pixels < 640 * 640 || pixels > 2206 * 946) return `${label} 像素总量不符合 Seedance 要求,请转成 480p/720p/1080p 后再上传`;
|
if (pixels < 640 * 640 || pixels > 3326 * 2494) return `${label} 总像素需要在 409600-8295044 之间`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (totalDurationMs > 15000) return "Seedance 参考视频总时长不能超过 15 秒";
|
if (totalDurationMs > 15000) return "Seedance 参考视频总时长不能超过 15 秒";
|
||||||
|
|||||||
@@ -157,6 +157,7 @@ function InfiniteCanvasPage() {
|
|||||||
const agentPanelOpen = useAgentStore((state) => state.panelOpen);
|
const agentPanelOpen = useAgentStore((state) => state.panelOpen);
|
||||||
const toggleAgentPanel = useAgentStore((state) => state.togglePanel);
|
const toggleAgentPanel = useAgentStore((state) => state.togglePanel);
|
||||||
const openAgentPanel = useAgentStore((state) => state.openPanel);
|
const openAgentPanel = useAgentStore((state) => state.openPanel);
|
||||||
|
const setAgentState = useAgentStore((state) => state.setAgentState);
|
||||||
const containerRef = useRef<HTMLDivElement>(null);
|
const containerRef = useRef<HTMLDivElement>(null);
|
||||||
const imageInputRef = useRef<HTMLInputElement>(null);
|
const imageInputRef = useRef<HTMLInputElement>(null);
|
||||||
const uploadTargetRef = useRef<{ nodeId?: string; position?: Position } | null>(null);
|
const uploadTargetRef = useRef<{ nodeId?: string; position?: Position } | null>(null);
|
||||||
@@ -352,6 +353,11 @@ function InfiniteCanvasPage() {
|
|||||||
void restore();
|
void restore();
|
||||||
}, [hydrated, navigate, openProject, projectId]);
|
}, [hydrated, navigate, openProject, projectId]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!projectLoaded) return;
|
||||||
|
setAgentState({ activeThreadId: "", messages: [], tokenUsage: null, pendingTool: null });
|
||||||
|
}, [projectId, projectLoaded, setAgentState]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!projectLoaded || !["new", "recent", "choose"].includes(searchParams.get("mode") || "")) return;
|
if (!projectLoaded || !["new", "recent", "choose"].includes(searchParams.get("mode") || "")) return;
|
||||||
if (!searchParams.has("agentUrl")) openAgentPanel();
|
if (!searchParams.has("agentUrl")) openAgentPanel();
|
||||||
@@ -1376,11 +1382,13 @@ function InfiniteCanvasPage() {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const handleKeyDown = (event: KeyboardEvent) => {
|
const handleKeyDown = (event: KeyboardEvent) => {
|
||||||
const target = event.target instanceof Element ? event.target : null;
|
const target = event.target instanceof Element ? event.target : null;
|
||||||
if (event.target instanceof HTMLInputElement || event.target instanceof HTMLTextAreaElement || event.target instanceof HTMLSelectElement || target?.closest("[contenteditable='true'],[data-canvas-no-zoom]")) return;
|
if (event.target instanceof HTMLInputElement || event.target instanceof HTMLTextAreaElement || event.target instanceof HTMLSelectElement || target?.closest("[contenteditable='true'],[data-canvas-no-zoom],[data-canvas-shortcuts-ignore]")) return;
|
||||||
|
|
||||||
const key = event.key.toLowerCase();
|
const key = event.key.toLowerCase();
|
||||||
const isModifierShortcut = event.metaKey || event.ctrlKey;
|
const isModifierShortcut = event.metaKey || event.ctrlKey;
|
||||||
|
|
||||||
|
if (isModifierShortcut && key === "c" && window.getSelection()?.toString()) return;
|
||||||
|
|
||||||
if (isModifierShortcut && !event.altKey && key === "z") {
|
if (isModifierShortcut && !event.altKey && key === "z") {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
if (event.shiftKey) redoCanvas();
|
if (event.shiftKey) redoCanvas();
|
||||||
@@ -1847,13 +1855,31 @@ function InfiniteCanvasPage() {
|
|||||||
|
|
||||||
const handleImageInputChange = useCallback(
|
const handleImageInputChange = useCallback(
|
||||||
async (event: ReactChangeEvent<HTMLInputElement>) => {
|
async (event: ReactChangeEvent<HTMLInputElement>) => {
|
||||||
const file = event.target.files?.[0];
|
const files = Array.from(event.target.files || []).filter(
|
||||||
const target = uploadTargetRef.current;
|
(f) => f.type.startsWith("image/") || f.type.startsWith("video/") || isAudioFile(f),
|
||||||
if (!file || (!file.type.startsWith("image/") && !file.type.startsWith("video/") && !isAudioFile(file))) return;
|
);
|
||||||
|
if (!files.length) {
|
||||||
|
uploadTargetRef.current = null;
|
||||||
|
event.target.value = "";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const target = uploadTargetRef.current;
|
||||||
|
const basePosition =
|
||||||
|
target?.position ||
|
||||||
|
screenToCanvas(
|
||||||
|
(containerRef.current?.getBoundingClientRect().left || 0) + size.width / 2,
|
||||||
|
(containerRef.current?.getBoundingClientRect().top || 0) + size.height / 2,
|
||||||
|
);
|
||||||
|
const STAGGER = 40; // 多文件时的偏移间距
|
||||||
|
|
||||||
|
// 如果有替换目标节点,第一个文件替换它,其余在附近新建
|
||||||
if (target?.nodeId) {
|
if (target?.nodeId) {
|
||||||
if (isAudioFile(file)) {
|
const [first, ...rest] = files;
|
||||||
const audio = await uploadMediaFile(file, "audio");
|
|
||||||
|
// 第一个文件:替换目标节点
|
||||||
|
if (isAudioFile(first)) {
|
||||||
|
const audio = await uploadMediaFile(first, "audio");
|
||||||
const spec = NODE_DEFAULT_SIZE[CanvasNodeType.Audio];
|
const spec = NODE_DEFAULT_SIZE[CanvasNodeType.Audio];
|
||||||
setNodes((prev) =>
|
setNodes((prev) =>
|
||||||
prev.map((node) =>
|
prev.map((node) =>
|
||||||
@@ -1861,7 +1887,7 @@ function InfiniteCanvasPage() {
|
|||||||
? {
|
? {
|
||||||
...node,
|
...node,
|
||||||
type: CanvasNodeType.Audio,
|
type: CanvasNodeType.Audio,
|
||||||
title: file.name,
|
title: first.name,
|
||||||
position: { x: node.position.x + node.width / 2 - spec.width / 2, y: node.position.y + node.height / 2 - spec.height / 2 },
|
position: { x: node.position.x + node.width / 2 - spec.width / 2, y: node.position.y + node.height / 2 - spec.height / 2 },
|
||||||
width: spec.width,
|
width: spec.width,
|
||||||
height: spec.height,
|
height: spec.height,
|
||||||
@@ -1872,12 +1898,8 @@ function InfiniteCanvasPage() {
|
|||||||
);
|
);
|
||||||
setSelectedNodeIds(new Set([target.nodeId]));
|
setSelectedNodeIds(new Set([target.nodeId]));
|
||||||
setSelectedConnectionId(null);
|
setSelectedConnectionId(null);
|
||||||
uploadTargetRef.current = null;
|
} else if (first.type.startsWith("video/")) {
|
||||||
event.target.value = "";
|
const video = await uploadMediaFile(first, "video");
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (file.type.startsWith("video/")) {
|
|
||||||
const video = await uploadMediaFile(file, "video");
|
|
||||||
const nextSize = fitNodeSize(video.width || 1280, video.height || 720, VIDEO_NODE_MAX_WIDTH, VIDEO_NODE_MAX_HEIGHT);
|
const nextSize = fitNodeSize(video.width || 1280, video.height || 720, VIDEO_NODE_MAX_WIDTH, VIDEO_NODE_MAX_HEIGHT);
|
||||||
setNodes((prev) =>
|
setNodes((prev) =>
|
||||||
prev.map((node) =>
|
prev.map((node) =>
|
||||||
@@ -1885,7 +1907,7 @@ function InfiniteCanvasPage() {
|
|||||||
? {
|
? {
|
||||||
...node,
|
...node,
|
||||||
type: CanvasNodeType.Video,
|
type: CanvasNodeType.Video,
|
||||||
title: file.name,
|
title: first.name,
|
||||||
position: { x: node.position.x + node.width / 2 - nextSize.width / 2, y: node.position.y + node.height / 2 - nextSize.height / 2 },
|
position: { x: node.position.x + node.width / 2 - nextSize.width / 2, y: node.position.y + node.height / 2 - nextSize.height / 2 },
|
||||||
width: nextSize.width,
|
width: nextSize.width,
|
||||||
height: nextSize.height,
|
height: nextSize.height,
|
||||||
@@ -1896,50 +1918,69 @@ function InfiniteCanvasPage() {
|
|||||||
);
|
);
|
||||||
setSelectedNodeIds(new Set([target.nodeId]));
|
setSelectedNodeIds(new Set([target.nodeId]));
|
||||||
setSelectedConnectionId(null);
|
setSelectedConnectionId(null);
|
||||||
setDialogNodeId(target.nodeId);
|
} else {
|
||||||
uploadTargetRef.current = null;
|
const image = await uploadImage(first);
|
||||||
event.target.value = "";
|
const s = fitNodeSize(image.width, image.height);
|
||||||
return;
|
setNodes((prev) =>
|
||||||
|
prev.map((node) =>
|
||||||
|
node.id === target.nodeId
|
||||||
|
? {
|
||||||
|
...node,
|
||||||
|
type: CanvasNodeType.Image,
|
||||||
|
title: first.name,
|
||||||
|
width: s.width,
|
||||||
|
height: s.height,
|
||||||
|
metadata: {
|
||||||
|
...node.metadata,
|
||||||
|
...imageMetadata(image),
|
||||||
|
errorDetails: undefined,
|
||||||
|
freeResize: false,
|
||||||
|
isBatchRoot: undefined,
|
||||||
|
batchRootId: undefined,
|
||||||
|
batchChildIds: undefined,
|
||||||
|
batchUsesReferenceImages: undefined,
|
||||||
|
generationType: undefined,
|
||||||
|
model: undefined,
|
||||||
|
size: undefined,
|
||||||
|
quality: undefined,
|
||||||
|
count: undefined,
|
||||||
|
references: undefined,
|
||||||
|
primaryImageId: undefined,
|
||||||
|
imageBatchExpanded: undefined,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
: node,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
setSelectedNodeIds(new Set([target.nodeId]));
|
||||||
|
setSelectedConnectionId(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 剩余文件:在目标节点附近新建
|
||||||
|
for (let i = 0; i < rest.length; i++) {
|
||||||
|
const offsetPos = { x: basePosition.x + (i + 1) * STAGGER, y: basePosition.y + (i + 1) * STAGGER };
|
||||||
|
const f = rest[i];
|
||||||
|
if (isAudioFile(f)) {
|
||||||
|
void createAudioFileNode(f, offsetPos);
|
||||||
|
} else if (f.type.startsWith("video/")) {
|
||||||
|
void createVideoFileNode(f, offsetPos);
|
||||||
|
} else {
|
||||||
|
void createImageFileNode(f, offsetPos);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
const image = await uploadImage(file);
|
|
||||||
const size = fitNodeSize(image.width, image.height);
|
|
||||||
setNodes((prev) =>
|
|
||||||
prev.map((node) =>
|
|
||||||
node.id === target.nodeId
|
|
||||||
? {
|
|
||||||
...node,
|
|
||||||
type: CanvasNodeType.Image,
|
|
||||||
title: file.name,
|
|
||||||
width: size.width,
|
|
||||||
height: size.height,
|
|
||||||
metadata: {
|
|
||||||
...node.metadata,
|
|
||||||
...imageMetadata(image),
|
|
||||||
errorDetails: undefined,
|
|
||||||
freeResize: false,
|
|
||||||
isBatchRoot: undefined,
|
|
||||||
batchRootId: undefined,
|
|
||||||
batchChildIds: undefined,
|
|
||||||
batchUsesReferenceImages: undefined,
|
|
||||||
generationType: undefined,
|
|
||||||
model: undefined,
|
|
||||||
size: undefined,
|
|
||||||
quality: undefined,
|
|
||||||
count: undefined,
|
|
||||||
references: undefined,
|
|
||||||
primaryImageId: undefined,
|
|
||||||
imageBatchExpanded: undefined,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
: node,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
setSelectedNodeIds(new Set([target.nodeId]));
|
|
||||||
setSelectedConnectionId(null);
|
|
||||||
setDialogNodeId(target.nodeId);
|
|
||||||
} else {
|
} else {
|
||||||
const position = target?.position || screenToCanvas((containerRef.current?.getBoundingClientRect().left || 0) + size.width / 2, (containerRef.current?.getBoundingClientRect().top || 0) + size.height / 2);
|
// 无替换目标:所有文件在画布中心附近新建
|
||||||
void (isAudioFile(file) ? createAudioFileNode(file, position) : file.type.startsWith("video/") ? createVideoFileNode(file, position) : createImageFileNode(file, position));
|
for (let i = 0; i < files.length; i++) {
|
||||||
|
const offsetPos = { x: basePosition.x + i * STAGGER, y: basePosition.y + i * STAGGER };
|
||||||
|
const f = files[i];
|
||||||
|
if (isAudioFile(f)) {
|
||||||
|
void createAudioFileNode(f, offsetPos);
|
||||||
|
} else if (f.type.startsWith("video/")) {
|
||||||
|
void createVideoFileNode(f, offsetPos);
|
||||||
|
} else {
|
||||||
|
void createImageFileNode(f, offsetPos);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
uploadTargetRef.current = null;
|
uploadTargetRef.current = null;
|
||||||
@@ -1951,11 +1992,24 @@ function InfiniteCanvasPage() {
|
|||||||
const handleDrop = useCallback(
|
const handleDrop = useCallback(
|
||||||
(event: ReactDragEvent<HTMLDivElement>) => {
|
(event: ReactDragEvent<HTMLDivElement>) => {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
const file = Array.from(event.dataTransfer.files).find((item) => item.type.startsWith("image/") || item.type.startsWith("video/") || isAudioFile(item));
|
const files = Array.from(event.dataTransfer.files).filter(
|
||||||
if (!file) return;
|
(item) => item.type.startsWith("image/") || item.type.startsWith("video/") || isAudioFile(item),
|
||||||
|
);
|
||||||
|
if (!files.length) return;
|
||||||
|
|
||||||
const pos = screenToCanvas(event.clientX, event.clientY);
|
const basePos = screenToCanvas(event.clientX, event.clientY);
|
||||||
void (isAudioFile(file) ? createAudioFileNode(file, pos) : file.type.startsWith("video/") ? createVideoFileNode(file, pos) : createImageFileNode(file, pos));
|
const STAGGER = 40;
|
||||||
|
for (let i = 0; i < files.length; i++) {
|
||||||
|
const pos = { x: basePos.x + i * STAGGER, y: basePos.y + i * STAGGER };
|
||||||
|
const f = files[i];
|
||||||
|
if (isAudioFile(f)) {
|
||||||
|
void createAudioFileNode(f, pos);
|
||||||
|
} else if (f.type.startsWith("video/")) {
|
||||||
|
void createVideoFileNode(f, pos);
|
||||||
|
} else {
|
||||||
|
void createImageFileNode(f, pos);
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
[createAudioFileNode, createImageFileNode, createVideoFileNode, screenToCanvas],
|
[createAudioFileNode, createImageFileNode, createVideoFileNode, screenToCanvas],
|
||||||
);
|
);
|
||||||
@@ -2041,14 +2095,13 @@ function InfiniteCanvasPage() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const markSourceStatus = sourceNode?.type !== CanvasNodeType.Image && !editingTextNode;
|
const markSourceStatus = sourceNode?.type !== CanvasNodeType.Image && !editingTextNode;
|
||||||
const statusPrompt = sourceNode?.type === CanvasNodeType.Config ? effectivePrompt : prompt;
|
|
||||||
if (!effectivePrompt && (mode === "text" || mode === "audio")) {
|
if (!effectivePrompt && (mode === "text" || mode === "audio")) {
|
||||||
finishGenerationRequest(nodeId, runController);
|
finishGenerationRequest(nodeId, runController);
|
||||||
setRunningNodeId(null);
|
setRunningNodeId(null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let pendingChildIds: string[] = [];
|
let pendingChildIds: string[] = [];
|
||||||
if (markSourceStatus) setNodes((prev) => prev.map((node) => (node.id === nodeId ? { ...node, metadata: { ...node.metadata, prompt: statusPrompt, status: NODE_STATUS_LOADING, errorDetails: undefined } } : node)));
|
if (markSourceStatus) setNodes((prev) => prev.map((node) => (node.id === nodeId ? { ...node, metadata: { ...node.metadata, ...(node.type === CanvasNodeType.Config ? {} : { prompt }), status: NODE_STATUS_LOADING, errorDetails: undefined } } : node)));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (mode === "image") {
|
if (mode === "image") {
|
||||||
@@ -2112,7 +2165,7 @@ function InfiniteCanvasPage() {
|
|||||||
? isConfigNode
|
? isConfigNode
|
||||||
? {
|
? {
|
||||||
...node,
|
...node,
|
||||||
metadata: { ...node.metadata, prompt: effectivePrompt, status: NODE_STATUS_LOADING, errorDetails: undefined },
|
metadata: { ...node.metadata, status: NODE_STATUS_LOADING, errorDetails: undefined },
|
||||||
}
|
}
|
||||||
: isEmptyImageNode
|
: isEmptyImageNode
|
||||||
? {
|
? {
|
||||||
@@ -2151,6 +2204,7 @@ function InfiniteCanvasPage() {
|
|||||||
if (count > 1) startGenerationRequest(rootId, nodeId, nodeId, controller);
|
if (count > 1) startGenerationRequest(rootId, nodeId, nodeId, controller);
|
||||||
let hasSuccess = false;
|
let hasSuccess = false;
|
||||||
let hasFailure = false;
|
let hasFailure = false;
|
||||||
|
let firstError = "";
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
targetIds.map(async (targetId) => {
|
targetIds.map(async (targetId) => {
|
||||||
try {
|
try {
|
||||||
@@ -2189,6 +2243,7 @@ function InfiniteCanvasPage() {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (isGenerationCanceled(error)) return false;
|
if (isGenerationCanceled(error)) return false;
|
||||||
const errorDetails = error instanceof Error ? error.message : "生成失败";
|
const errorDetails = error instanceof Error ? error.message : "生成失败";
|
||||||
|
if (!firstError) firstError = errorDetails;
|
||||||
hasFailure = true;
|
hasFailure = true;
|
||||||
setNodes((prev) => prev.map((node) => (node.id === targetId ? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_ERROR, errorDetails } } : node)));
|
setNodes((prev) => prev.map((node) => (node.id === targetId ? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_ERROR, errorDetails } } : node)));
|
||||||
} finally {
|
} finally {
|
||||||
@@ -2202,14 +2257,16 @@ function InfiniteCanvasPage() {
|
|||||||
setNodes((prev) => prev.map((node) => (node.id === nodeId && isConfigNode && node.metadata?.status === NODE_STATUS_LOADING ? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_IDLE, errorDetails: undefined } } : node)));
|
setNodes((prev) => prev.map((node) => (node.id === nodeId && isConfigNode && node.metadata?.status === NODE_STATUS_LOADING ? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_IDLE, errorDetails: undefined } } : node)));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (hasFailure) message.error(hasSuccess ? "部分图片生成失败" : "全部图片生成失败");
|
if (hasFailure) {
|
||||||
|
message.error(hasSuccess ? "部分图片生成失败" : firstError || "生成失败");
|
||||||
|
}
|
||||||
setNodes((prev) =>
|
setNodes((prev) =>
|
||||||
prev.map((node) =>
|
prev.map((node) =>
|
||||||
node.id === nodeId && isConfigNode
|
node.id === nodeId && isConfigNode
|
||||||
? { ...node, metadata: { ...node.metadata, status: hasSuccess ? NODE_STATUS_SUCCESS : NODE_STATUS_ERROR, errorDetails: hasSuccess ? undefined : "全部图片生成失败" } }
|
? { ...node, metadata: { ...node.metadata, status: hasSuccess ? NODE_STATUS_SUCCESS : NODE_STATUS_ERROR, errorDetails: hasSuccess ? undefined : "生成失败" } }
|
||||||
: node.id === nodeId && isEmptyImageNode
|
: node.id === nodeId && isEmptyImageNode
|
||||||
? { ...node, metadata: { ...node.metadata, status: hasSuccess ? NODE_STATUS_SUCCESS : NODE_STATUS_ERROR, errorDetails: hasSuccess ? undefined : "全部图片生成失败" } }
|
? { ...node, metadata: { ...node.metadata, status: hasSuccess ? NODE_STATUS_SUCCESS : NODE_STATUS_ERROR, errorDetails: hasSuccess ? undefined : "生成失败" } }
|
||||||
: node.id === rootId && !hasSuccess
|
: node.id === rootId && !hasSuccess && !targetIds.includes(node.id)
|
||||||
? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_ERROR, errorDetails: "全部图片生成失败" } }
|
? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_ERROR, errorDetails: "全部图片生成失败" } }
|
||||||
: node,
|
: node,
|
||||||
),
|
),
|
||||||
@@ -2334,9 +2391,9 @@ function InfiniteCanvasPage() {
|
|||||||
},
|
},
|
||||||
width: textConfig.width,
|
width: textConfig.width,
|
||||||
height: textConfig.height,
|
height: textConfig.height,
|
||||||
metadata: { prompt: effectivePrompt, status: NODE_STATUS_LOADING, fontSize: 14 },
|
metadata: { prompt: effectivePrompt, status: NODE_STATUS_LOADING, fontSize: 14, model: generationConfig.model, reasoningEffort: generationConfig.reasoningEffort },
|
||||||
}));
|
}));
|
||||||
setNodes((prev) => [...prev.map((node) => (node.id === nodeId && isConfigNode ? { ...node, metadata: { ...node.metadata, prompt: effectivePrompt, status: NODE_STATUS_LOADING, errorDetails: undefined } } : node)), ...childNodes]);
|
setNodes((prev) => [...prev.map((node) => (node.id === nodeId && isConfigNode ? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_LOADING, errorDetails: undefined } } : node)), ...childNodes]);
|
||||||
setConnections((prev) => [...prev, ...childIds.map((childId) => ({ id: nanoid(), fromNodeId: nodeId, toNodeId: childId }))]);
|
setConnections((prev) => [...prev, ...childIds.map((childId) => ({ id: nanoid(), fromNodeId: nodeId, toNodeId: childId }))]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2370,7 +2427,12 @@ function InfiniteCanvasPage() {
|
|||||||
: node.id === nodeId && isConfigNode
|
: node.id === nodeId && isConfigNode
|
||||||
? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_SUCCESS } }
|
? { ...node, metadata: { ...node.metadata, status: NODE_STATUS_SUCCESS } }
|
||||||
: node.id === nodeId && !editingTextNode
|
: node.id === nodeId && !editingTextNode
|
||||||
? { ...node, type: CanvasNodeType.Text, title: prompt.slice(0, 32) || "Generated Text", metadata: { ...node.metadata, content: answerByNodeId.get(node.id) || streamed, status: NODE_STATUS_SUCCESS } }
|
? {
|
||||||
|
...node,
|
||||||
|
type: CanvasNodeType.Text,
|
||||||
|
title: prompt.slice(0, 32) || "Generated Text",
|
||||||
|
metadata: { ...node.metadata, content: answerByNodeId.get(node.id) || streamed, model: generationConfig.model, reasoningEffort: generationConfig.reasoningEffort, status: NODE_STATUS_SUCCESS },
|
||||||
|
}
|
||||||
: node,
|
: node,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -2591,11 +2653,11 @@ function InfiniteCanvasPage() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const insertAssistantText = useCallback(
|
const insertAssistantText = useCallback(
|
||||||
(text: string) => {
|
(text: string, title?: string) => {
|
||||||
const center = screenToCanvas((containerRef.current?.getBoundingClientRect().left || 0) + size.width / 2, (containerRef.current?.getBoundingClientRect().top || 0) + size.height / 2);
|
const center = screenToCanvas((containerRef.current?.getBoundingClientRect().left || 0) + size.width / 2, (containerRef.current?.getBoundingClientRect().top || 0) + size.height / 2);
|
||||||
const node = {
|
const node = {
|
||||||
...createCanvasNode(CanvasNodeType.Text, center, { content: text, status: NODE_STATUS_SUCCESS }),
|
...createCanvasNode(CanvasNodeType.Text, center, { content: text, status: NODE_STATUS_SUCCESS }),
|
||||||
title: text.slice(0, 32) || "Assistant Text",
|
title: title || text.slice(0, 32) || "Assistant Text",
|
||||||
};
|
};
|
||||||
|
|
||||||
setNodes((prev) => [...prev, node]);
|
setNodes((prev) => [...prev, node]);
|
||||||
@@ -2608,7 +2670,7 @@ function InfiniteCanvasPage() {
|
|||||||
const handleAssetInsert = useCallback(
|
const handleAssetInsert = useCallback(
|
||||||
(payload: InsertAssetPayload) => {
|
(payload: InsertAssetPayload) => {
|
||||||
if (payload.kind === "text") {
|
if (payload.kind === "text") {
|
||||||
insertAssistantText(payload.content);
|
insertAssistantText(payload.content, payload.title);
|
||||||
} else if (payload.kind === "video") {
|
} else if (payload.kind === "video") {
|
||||||
const spec = NODE_DEFAULT_SIZE[CanvasNodeType.Video];
|
const spec = NODE_DEFAULT_SIZE[CanvasNodeType.Video];
|
||||||
const center = screenToCanvas((containerRef.current?.getBoundingClientRect().left || 0) + size.width / 2, (containerRef.current?.getBoundingClientRect().top || 0) + size.height / 2);
|
const center = screenToCanvas((containerRef.current?.getBoundingClientRect().left || 0) + size.width / 2, (containerRef.current?.getBoundingClientRect().top || 0) + size.height / 2);
|
||||||
@@ -2706,7 +2768,7 @@ function InfiniteCanvasPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="flex h-full min-h-0 overflow-hidden" style={{ background: theme.canvas.background, color: theme.node.text }}>
|
<main className="flex h-full min-h-0 overflow-hidden" style={{ background: theme.canvas.background, color: theme.node.text }}>
|
||||||
<CanvasSidePanel nodes={nodes} selectedNodeIds={selectedNodeIds} onFocusNode={focusNode} onInsertAsset={handleAssetInsert} />
|
<CanvasSidePanel nodes={nodes} selectedNodeIds={selectedNodeIds} onFocusNode={focusNode} onPreviewNode={setPreviewNodeId} onInsertAsset={handleAssetInsert} />
|
||||||
<section className="relative min-w-0 flex-1 overflow-hidden">
|
<section className="relative min-w-0 flex-1 overflow-hidden">
|
||||||
<CanvasTopBar
|
<CanvasTopBar
|
||||||
title={currentProject?.title || "未命名画布"}
|
title={currentProject?.title || "未命名画布"}
|
||||||
@@ -2928,7 +2990,7 @@ function InfiniteCanvasPage() {
|
|||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
<input ref={imageInputRef} type="file" accept="image/*,video/*,audio/mpeg,audio/wav,audio/x-wav,.mp3,.wav" className="hidden" onChange={handleImageInputChange} />
|
<input ref={imageInputRef} type="file" multiple accept="image/*,video/*,audio/mpeg,audio/wav,audio/x-wav,.mp3,.wav" className="hidden" onChange={handleImageInputChange} />
|
||||||
|
|
||||||
<CanvasNodeInfoModal node={infoNode} open={Boolean(infoNode)} onClose={() => setInfoNodeId(null)} />
|
<CanvasNodeInfoModal node={infoNode} open={Boolean(infoNode)} onClose={() => setInfoNodeId(null)} />
|
||||||
<CanvasPluginManagerModal open={pluginManagerOpen} onClose={() => setPluginManagerOpen(false)} />
|
<CanvasPluginManagerModal open={pluginManagerOpen} onClose={() => setPluginManagerOpen(false)} />
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ const logStore = localforage.createInstance({ name: "infinite-canvas", storeName
|
|||||||
export default function ImagePage() {
|
export default function ImagePage() {
|
||||||
const { message } = App.useApp();
|
const { message } = App.useApp();
|
||||||
const fileInputRef = useRef<HTMLInputElement>(null);
|
const fileInputRef = useRef<HTMLInputElement>(null);
|
||||||
|
const dragDepthRef = useRef(0);
|
||||||
const config = useConfigStore((state) => state.config);
|
const config = useConfigStore((state) => state.config);
|
||||||
const effectiveConfig = useEffectiveConfig();
|
const effectiveConfig = useEffectiveConfig();
|
||||||
const updateConfig = useConfigStore((state) => state.updateConfig);
|
const updateConfig = useConfigStore((state) => state.updateConfig);
|
||||||
@@ -89,10 +90,13 @@ export default function ImagePage() {
|
|||||||
const [selectedLogIds, setSelectedLogIds] = useState<string[]>([]);
|
const [selectedLogIds, setSelectedLogIds] = useState<string[]>([]);
|
||||||
const [previewLog, setPreviewLog] = useState<GenerationLog | null>(null);
|
const [previewLog, setPreviewLog] = useState<GenerationLog | null>(null);
|
||||||
const [deleteConfirmOpen, setDeleteConfirmOpen] = useState(false);
|
const [deleteConfirmOpen, setDeleteConfirmOpen] = useState(false);
|
||||||
|
const [isReferenceDragActive, setIsReferenceDragActive] = useState(false);
|
||||||
const [autoRunToken, setAutoRunToken] = useState(0);
|
const [autoRunToken, setAutoRunToken] = useState(0);
|
||||||
const imageCommand = useWorkbenchAgentStore((state) => state.imageCommand);
|
const imageCommand = useWorkbenchAgentStore((state) => state.imageCommand);
|
||||||
const clearImageCommand = useWorkbenchAgentStore((state) => state.clearImageCommand);
|
const clearImageCommand = useWorkbenchAgentStore((state) => state.clearImageCommand);
|
||||||
|
const updateAgentTask = useWorkbenchAgentStore((state) => state.updateTask);
|
||||||
const processedCommandRef = useRef(0);
|
const processedCommandRef = useRef(0);
|
||||||
|
const agentTaskIdRef = useRef<string | undefined>(undefined);
|
||||||
|
|
||||||
const model = effectiveConfig.imageModel || effectiveConfig.model;
|
const model = effectiveConfig.imageModel || effectiveConfig.model;
|
||||||
const canGenerate = Boolean(prompt.trim());
|
const canGenerate = Boolean(prompt.trim());
|
||||||
@@ -141,22 +145,30 @@ export default function ImagePage() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const generate = async () => {
|
const generate = async () => {
|
||||||
|
const agentTaskId = agentTaskIdRef.current;
|
||||||
|
agentTaskIdRef.current = undefined;
|
||||||
const text = prompt.trim();
|
const text = prompt.trim();
|
||||||
if (!text) {
|
if (!text) {
|
||||||
message.error("请输入生图提示词");
|
message.error("请输入生图提示词");
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "failed", error: "请输入生图提示词" });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!isAiConfigReady(effectiveConfig, model)) {
|
if (!isAiConfigReady(effectiveConfig, model)) {
|
||||||
message.warning("请先完成配置");
|
message.warning("请先完成配置");
|
||||||
openConfigDialog(true);
|
openConfigDialog(true);
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "failed", error: "生图配置不完整" });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const snapshot = buildRequestSnapshot();
|
const snapshot = buildRequestSnapshot();
|
||||||
if (!snapshot) return;
|
if (!snapshot) {
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "failed", error: "生图参数无效" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
setElapsedMs(0);
|
setElapsedMs(0);
|
||||||
setRunning(true);
|
setRunning(true);
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "running", error: undefined });
|
||||||
setPreviewLog(null);
|
setPreviewLog(null);
|
||||||
setResults(Array.from({ length: generationCount }, () => ({ id: nanoid(), status: "pending" })));
|
setResults(Array.from({ length: generationCount }, () => ({ id: nanoid(), status: "pending" })));
|
||||||
const batchStartedAt = performance.now();
|
const batchStartedAt = performance.now();
|
||||||
@@ -169,6 +181,8 @@ export default function ImagePage() {
|
|||||||
const successCount = successImages.length;
|
const successCount = successImages.length;
|
||||||
const failCount = generationCount - successCount;
|
const failCount = generationCount - successCount;
|
||||||
const failed = result.find((item): item is PromiseRejectedResult => item.status === "rejected");
|
const failed = result.find((item): item is PromiseRejectedResult => item.status === "rejected");
|
||||||
|
const error = failed?.reason instanceof Error ? failed.reason.message : failCount ? "生成失败" : undefined;
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: successCount ? "succeeded" : "failed", successCount, failCount, error: successCount ? undefined : error });
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const logImages = await Promise.all(
|
const logImages = await Promise.all(
|
||||||
@@ -202,8 +216,15 @@ export default function ImagePage() {
|
|||||||
processedCommandRef.current = imageCommand.nonce;
|
processedCommandRef.current = imageCommand.nonce;
|
||||||
clearImageCommand();
|
clearImageCommand();
|
||||||
if (typeof imageCommand.prompt === "string") setPrompt(imageCommand.prompt);
|
if (typeof imageCommand.prompt === "string") setPrompt(imageCommand.prompt);
|
||||||
if (imageCommand.run && !running) setAutoRunToken((value) => value + 1);
|
if (imageCommand.run && running) {
|
||||||
}, [imageCommand, clearImageCommand, running]);
|
if (imageCommand.taskId) updateAgentTask(imageCommand.taskId, { status: "failed", error: "生图工作台已有任务正在运行" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (imageCommand.run) {
|
||||||
|
agentTaskIdRef.current = imageCommand.taskId;
|
||||||
|
setAutoRunToken((value) => value + 1);
|
||||||
|
}
|
||||||
|
}, [imageCommand, clearImageCommand, running, updateAgentTask]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!autoRunToken) return;
|
if (!autoRunToken) return;
|
||||||
@@ -408,7 +429,27 @@ export default function ImagePage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="hover-scrollbar hover-scrollbar-hint flex min-h-24 w-full min-w-0 max-w-full gap-2 overflow-x-scroll overflow-y-hidden rounded-lg border border-dashed border-stone-300 p-2 pb-3 overscroll-x-contain dark:border-stone-700"
|
className={`hover-scrollbar hover-scrollbar-hint relative flex min-h-24 w-full min-w-0 max-w-full gap-2 overflow-x-scroll overflow-y-hidden rounded-lg border border-dashed p-2 pb-3 overscroll-x-contain transition-colors ${isReferenceDragActive ? "border-stone-900 bg-stone-100/80 dark:border-stone-100 dark:bg-stone-900/80" : "border-stone-300 dark:border-stone-700"}`}
|
||||||
|
onDragEnter={(event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
dragDepthRef.current += 1;
|
||||||
|
if (event.dataTransfer.types.includes("Files")) setIsReferenceDragActive(true);
|
||||||
|
}}
|
||||||
|
onDragOver={(event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
event.dataTransfer.dropEffect = "copy";
|
||||||
|
}}
|
||||||
|
onDragLeave={(event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
dragDepthRef.current = Math.max(0, dragDepthRef.current - 1);
|
||||||
|
if (!dragDepthRef.current) setIsReferenceDragActive(false);
|
||||||
|
}}
|
||||||
|
onDrop={(event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
dragDepthRef.current = 0;
|
||||||
|
setIsReferenceDragActive(false);
|
||||||
|
void addReferences(event.dataTransfer.files);
|
||||||
|
}}
|
||||||
onWheel={(event) => {
|
onWheel={(event) => {
|
||||||
if (event.currentTarget.scrollWidth <= event.currentTarget.clientWidth) return;
|
if (event.currentTarget.scrollWidth <= event.currentTarget.clientWidth) return;
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
@@ -430,7 +471,7 @@ export default function ImagePage() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
{!references.length ? <div className="flex min-w-full items-center justify-center text-sm text-stone-500">暂无参考图</div> : null}
|
{!references.length ? <div className="flex min-w-full items-center justify-center text-sm text-stone-500">{isReferenceDragActive ? "松开即可添加参考图" : "暂无参考图,可将图片拖到这里"}</div> : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,46 +1,44 @@
|
|||||||
import { Copy, FolderPlus } from "lucide-react";
|
import { Copy, FileText, FolderPlus } from "lucide-react";
|
||||||
import { Button, Modal, Space, Tag } from "antd";
|
import { Button, Modal, Space, Tag } from "antd";
|
||||||
|
|
||||||
import { formatPromptDate, type Prompt } from "@/services/api/prompts";
|
import { formatPromptDate, type Prompt } from "@/services/api/prompts";
|
||||||
|
|
||||||
export function PromptDetailDialog({ prompt, onClose, onCopy, onSaveAsset }: { prompt: Prompt | null; onClose: () => void; onCopy: (prompt: string) => void; onSaveAsset?: (prompt: Prompt) => void }) {
|
export function PromptDetailDialog({ prompt, onClose, onCopy, onSaveAsset }: { prompt: Prompt | null; onClose: () => void; onCopy: (prompt: string) => void; onSaveAsset?: (prompt: Prompt) => void }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<Modal title={prompt?.title} open={Boolean(prompt)} onCancel={onClose} footer={null} width={720} centered styles={{ body: { height: "calc(85vh - 55px)", overflow: "hidden" } }}>
|
||||||
<Modal title={prompt?.title} open={Boolean(prompt)} onCancel={onClose} footer={null} width={860}>
|
{prompt ? (
|
||||||
{prompt ? (
|
<div className="flex h-full min-h-0 flex-col">
|
||||||
<>
|
<div className="shrink-0 space-y-3 pb-4">
|
||||||
<div className="grid gap-5 md:grid-cols-[300px_minmax(0,1fr)]">
|
{prompt.coverUrl ? <img src={prompt.coverUrl} alt={prompt.title} className="h-48 w-full rounded-lg object-cover sm:h-56" /> : <div className="grid h-48 w-full place-items-center rounded-lg bg-stone-100 text-stone-400 dark:bg-stone-900 dark:text-stone-600 sm:h-56"><FileText className="size-9" /></div>}
|
||||||
<div className="space-y-3">
|
{prompt.referenceImageUrls.length > 1 ? <div className="grid grid-cols-6 gap-2">{prompt.referenceImageUrls.filter((url) => url !== prompt.coverUrl).slice(0, 6).map((url) => <img key={url} src={url} alt="" className="aspect-square w-full rounded-md object-cover" loading="lazy" />)}</div> : null}
|
||||||
<img src={prompt.coverUrl} alt={prompt.title} className="aspect-[4/3] w-full rounded-lg object-cover" />
|
</div>
|
||||||
{prompt.preview ? <pre className="max-h-60 overflow-auto whitespace-pre-wrap rounded-lg bg-stone-100 p-3 text-xs leading-5 text-stone-600 dark:bg-stone-900 dark:text-stone-300">{prompt.preview}</pre> : null}
|
<div className="min-h-0 min-w-0 flex-1 overflow-y-auto border-y border-stone-200 py-4 pr-2 dark:border-stone-800">
|
||||||
</div>
|
<div className="flex flex-wrap gap-1.5">
|
||||||
<div className="min-w-0">
|
{prompt.tags.map((tag) => (
|
||||||
<div className="flex flex-wrap gap-1.5">
|
<Tag key={tag} className="m-0">
|
||||||
{prompt.tags.map((tag) => (
|
{tag}
|
||||||
<Tag key={tag} className="m-0">
|
</Tag>
|
||||||
{tag}
|
))}
|
||||||
</Tag>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
<p className="mt-4 whitespace-pre-wrap text-sm leading-7 text-stone-800 dark:text-stone-300">{prompt.prompt}</p>
|
|
||||||
<div className="mt-4 text-xs text-stone-500 dark:text-stone-400">
|
|
||||||
创建:{formatPromptDate(prompt.createdAt)} · 更新:{formatPromptDate(prompt.updatedAt)}
|
|
||||||
</div>
|
|
||||||
<Space wrap className="mt-5">
|
|
||||||
<Button type="primary" icon={<Copy className="size-4" />} onClick={() => onCopy(prompt.prompt)}>
|
|
||||||
复制提示词
|
|
||||||
</Button>
|
|
||||||
{onSaveAsset ? (
|
|
||||||
<Button icon={<FolderPlus className="size-4" />} onClick={() => onSaveAsset(prompt)}>
|
|
||||||
加入我的资产
|
|
||||||
</Button>
|
|
||||||
) : null}
|
|
||||||
</Space>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</>
|
{prompt.description ? <p className="mt-4 text-sm leading-6 text-stone-500 dark:text-stone-400">{prompt.description}</p> : null}
|
||||||
) : null}
|
{prompt.preview ? <pre className="mt-4 whitespace-pre-wrap rounded-lg bg-stone-100 p-3 text-xs leading-5 text-stone-600 dark:bg-stone-900 dark:text-stone-300">{prompt.preview}</pre> : null}
|
||||||
</Modal>
|
<p className="mt-4 whitespace-pre-wrap text-sm leading-7 text-stone-800 dark:text-stone-300">{prompt.prompt}</p>
|
||||||
</>
|
{prompt.createdAt || prompt.updatedAt ? <div className="mt-4 text-xs text-stone-500 dark:text-stone-400">{prompt.createdAt ? `创建:${formatPromptDate(prompt.createdAt)}` : null}{prompt.createdAt && prompt.updatedAt ? " · " : null}{prompt.updatedAt ? `更新:${formatPromptDate(prompt.updatedAt)}` : null}</div> : null}
|
||||||
|
</div>
|
||||||
|
<div className="shrink-0 pt-4">
|
||||||
|
<Space wrap>
|
||||||
|
<Button type="primary" icon={<Copy className="size-4" />} onClick={() => onCopy(prompt.prompt)}>
|
||||||
|
复制提示词
|
||||||
|
</Button>
|
||||||
|
{onSaveAsset ? (
|
||||||
|
<Button icon={<FolderPlus className="size-4" />} onClick={() => onSaveAsset(prompt)}>
|
||||||
|
加入我的资产
|
||||||
|
</Button>
|
||||||
|
) : null}
|
||||||
|
</Space>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</Modal>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { FolderPlus, Search } from "lucide-react";
|
import { FolderPlus, Search } from "lucide-react";
|
||||||
import { type UIEvent, useEffect, useState } from "react";
|
import { type ReactNode, type UIEvent, useEffect, useState } from "react";
|
||||||
import { App, Button, Empty, Input, Spin, Tag } from "antd";
|
import { App, Button, Empty, Input, Spin, Tag } from "antd";
|
||||||
|
|
||||||
import { PromptCard } from "@/components/prompts/prompt-card";
|
import { PromptCard } from "@/components/prompts/prompt-card";
|
||||||
@@ -21,9 +21,7 @@ export default function PromptsPage() {
|
|||||||
const { query, items: promptItems, tags: promptTags, categories: promptCategoryOptions, total: totalPrompts } = usePromptList({ keyword: titleKeyword, tags: selectedTags, category: selectedCategory });
|
const { query, items: promptItems, tags: promptTags, categories: promptCategoryOptions, total: totalPrompts } = usePromptList({ keyword: titleKeyword, tags: selectedTags, category: selectedCategory });
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (query.isError) {
|
if (query.isError) message.error(query.error instanceof Error ? query.error.message : "获取提示词失败");
|
||||||
message.error(query.error instanceof Error ? query.error.message : "获取提示词失败");
|
|
||||||
}
|
|
||||||
}, [message, query.error, query.isError]);
|
}, [message, query.error, query.isError]);
|
||||||
|
|
||||||
const toggleTag = (tag: string) => {
|
const toggleTag = (tag: string) => {
|
||||||
@@ -38,89 +36,50 @@ export default function PromptsPage() {
|
|||||||
|
|
||||||
const handleListScroll = (event: UIEvent<HTMLDivElement>) => {
|
const handleListScroll = (event: UIEvent<HTMLDivElement>) => {
|
||||||
const target = event.currentTarget;
|
const target = event.currentTarget;
|
||||||
if (query.hasNextPage && !query.isFetchingNextPage && target.scrollTop + target.clientHeight >= target.scrollHeight - 160) {
|
if (query.hasNextPage && !query.isFetchingNextPage && target.scrollTop + target.clientHeight >= target.scrollHeight - 160) void query.fetchNextPage();
|
||||||
void query.fetchNextPage();
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full flex-col overflow-hidden bg-background text-stone-800 dark:text-stone-100">
|
<div className="flex h-full flex-col overflow-hidden bg-background text-stone-800 dark:text-stone-100">
|
||||||
<main
|
<main className="min-h-0 flex-1 overflow-y-auto bg-background bg-[radial-gradient(#e5e7eb_1px,transparent_1px)] px-4 py-6 [background-size:16px_16px] sm:px-6 lg:py-8 dark:bg-[radial-gradient(rgba(245,245,244,.16)_1px,transparent_1px)]" onScroll={handleListScroll}>
|
||||||
className="min-h-0 flex-1 overflow-y-auto bg-background bg-[radial-gradient(#e5e7eb_1px,transparent_1px)] px-6 py-8 [background-size:16px_16px] dark:bg-[radial-gradient(rgba(245,245,244,.16)_1px,transparent_1px)]"
|
<div className="mx-auto max-w-7xl">
|
||||||
onScroll={handleListScroll}
|
<div className="text-center">
|
||||||
>
|
<h1 className="text-2xl font-semibold text-stone-950 dark:text-stone-100">提示词中心</h1>
|
||||||
<div className="pb-8">
|
<p className="mt-1 text-sm text-stone-500 dark:text-stone-400">当前共 {totalPrompts} 条提示词</p>
|
||||||
<div className="mx-auto max-w-5xl text-center">
|
|
||||||
<h1 className="text-4xl font-semibold tracking-tight text-stone-950 dark:text-stone-100">提示词中心</h1>
|
|
||||||
<p className="mt-3 text-sm text-stone-500 dark:text-stone-400">共 {totalPrompts} 条提示词,按标题、标签与分类快速查找灵感。</p>
|
|
||||||
</div>
|
</div>
|
||||||
{query.isLoading ? (
|
<div className="mt-5 grid items-start gap-5 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-6">
|
||||||
<div className="flex h-60 items-center justify-center">
|
<aside className="thin-scrollbar max-h-72 overflow-y-auto border-b border-stone-200 pb-5 lg:sticky lg:top-0 lg:max-h-[calc(100dvh-6rem)] lg:border-b-0 lg:border-r lg:pb-8 lg:pr-5 dark:border-stone-800">
|
||||||
<Spin />
|
<PromptFilter label="分类" options={promptCategoryOptions} selected={selectedCategory} onChange={setSelectedCategory} />
|
||||||
</div>
|
<div className="mt-6">
|
||||||
) : null}
|
<div className="mb-2 text-xs font-semibold uppercase tracking-widest text-stone-400 dark:text-stone-500">标签</div>
|
||||||
{!query.isLoading ? (
|
<div className="flex flex-wrap gap-1.5">
|
||||||
<>
|
{promptTags.map((tag) => {
|
||||||
<div className="mx-auto mt-8 w-full max-w-2xl">
|
const active = tag === ALL_PROMPTS_OPTION ? selectedTags.length === 0 : selectedTags.includes(tag);
|
||||||
<Input size="large" className="w-full" prefix={<Search className="size-4 text-stone-400" />} value={titleKeyword} placeholder="按标题查询" onChange={(event) => setTitleKeyword(event.target.value)} />
|
return <Tag.CheckableTag key={tag} checked={active} className={cn("prompt-filter-tag", active && "is-active")} onChange={() => toggleTag(tag)}>{tag}</Tag.CheckableTag>;
|
||||||
</div>
|
})}
|
||||||
<div className="mx-auto mt-6 grid max-w-6xl gap-3 text-left">
|
|
||||||
<div className="grid gap-2 sm:grid-cols-[56px_minmax(0,1fr)] sm:items-start">
|
|
||||||
<div className="pt-2 text-xs font-medium text-stone-500 dark:text-stone-400">分类</div>
|
|
||||||
<div className="flex flex-wrap gap-2">
|
|
||||||
{promptCategoryOptions.map((category) => (
|
|
||||||
<Tag.CheckableTag key={category} checked={selectedCategory === category} className={cn("prompt-filter-tag", selectedCategory === category && "is-active")} onChange={() => setSelectedCategory(category)}>
|
|
||||||
{category}
|
|
||||||
</Tag.CheckableTag>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div className="grid gap-2 sm:grid-cols-[56px_minmax(0,1fr)] sm:items-start">
|
|
||||||
<div className="pt-2 text-xs font-medium text-stone-500 dark:text-stone-400">标签</div>
|
|
||||||
<div className="flex flex-wrap gap-2">
|
|
||||||
{promptTags.map((tag) => (
|
|
||||||
<Tag.CheckableTag
|
|
||||||
key={tag}
|
|
||||||
checked={tag === ALL_PROMPTS_OPTION ? selectedTags.length === 0 : selectedTags.includes(tag)}
|
|
||||||
className={cn("prompt-filter-tag", (tag === ALL_PROMPTS_OPTION ? selectedTags.length === 0 : selectedTags.includes(tag)) && "is-active")}
|
|
||||||
onChange={() => toggleTag(tag)}
|
|
||||||
>
|
|
||||||
{tag}
|
|
||||||
</Tag.CheckableTag>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</aside>
|
||||||
) : null}
|
<section className="min-w-0">
|
||||||
|
<Input size="large" prefix={<Search className="size-4 text-stone-400" />} value={titleKeyword} placeholder="搜索标题、内容或标签" onChange={(event) => setTitleKeyword(event.target.value)} />
|
||||||
|
{query.isLoading ? <div className="flex h-60 items-center justify-center"><Spin /></div> : null}
|
||||||
|
{!query.isLoading ? <div className="mt-5"><PromptGrid items={promptItems} onOpen={setSelectedPrompt} renderActions={(item) => <Button size="small" icon={<FolderPlus className="size-3.5" />} onClick={() => savePromptAsset(item)}>加入资产</Button>} onCopy={(item) => copyText(item.prompt, "提示词已复制")} emptyText="没有找到匹配的提示词" /></div> : null}
|
||||||
|
<div className="mt-6 text-center text-xs text-stone-500 dark:text-stone-400">{query.isFetchingNextPage ? "加载中..." : query.hasNextPage ? "继续向下滚动加载更多" : promptItems.length > 0 ? "已经到底了" : null}</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{!query.isLoading ? (
|
|
||||||
<div>
|
|
||||||
<div className="mx-auto grid max-w-7xl gap-5 sm:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-4">
|
|
||||||
{promptItems.map((item) => (
|
|
||||||
<PromptCard
|
|
||||||
key={item.id}
|
|
||||||
item={item}
|
|
||||||
onOpen={() => setSelectedPrompt(item)}
|
|
||||||
onCopy={() => copyText(item.prompt, "提示词已复制")}
|
|
||||||
extraAction={
|
|
||||||
<Button size="small" icon={<FolderPlus className="size-3.5" />} onClick={() => savePromptAsset(item)}>
|
|
||||||
加入我的资产
|
|
||||||
</Button>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
{promptItems.length === 0 ? <Empty image={Empty.PRESENTED_IMAGE_SIMPLE} description="没有找到匹配的提示词" className="py-16" /> : null}
|
|
||||||
<div className="mx-auto mt-6 max-w-7xl text-center text-xs text-stone-500 dark:text-stone-400">
|
|
||||||
{query.isFetchingNextPage ? "加载中..." : query.hasNextPage ? "继续向下滚动加载更多" : promptItems.length > 0 ? "已经到底了" : null}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
) : null}
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<PromptDetailDialog prompt={selectedPrompt} onClose={() => setSelectedPrompt(null)} onCopy={(prompt) => copyText(prompt, "提示词已复制")} onSaveAsset={savePromptAsset} />
|
<PromptDetailDialog prompt={selectedPrompt} onClose={() => setSelectedPrompt(null)} onCopy={(prompt) => copyText(prompt, "提示词已复制")} onSaveAsset={savePromptAsset} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function PromptFilter({ label, options, selected, onChange }: { label: string; options: string[]; selected: string; onChange: (value: string) => void }) {
|
||||||
|
return <div><div className="mb-2 text-xs font-semibold uppercase tracking-widest text-stone-400 dark:text-stone-500">{label}</div><div className="flex flex-wrap gap-1.5">{options.map((option) => <Tag.CheckableTag key={option} checked={selected === option} className={cn("prompt-filter-tag", selected === option && "is-active")} onChange={() => onChange(option)}>{option}</Tag.CheckableTag>)}</div></div>;
|
||||||
|
}
|
||||||
|
|
||||||
|
function PromptGrid({ items, onOpen, onCopy, renderActions, emptyText }: { items: Prompt[]; onOpen: (item: Prompt) => void; onCopy: (item: Prompt) => void; renderActions: (item: Prompt) => ReactNode; emptyText: string }) {
|
||||||
|
return <div><div className="grid gap-5 sm:grid-cols-2 xl:grid-cols-3">{items.map((item) => <PromptCard key={`${item.sourceId}:${item.id}`} item={item} onOpen={() => onOpen(item)} onCopy={() => onCopy(item)} extraAction={renderActions(item)} />)}</div>{items.length === 0 ? <Empty image={Empty.PRESENTED_IMAGE_SIMPLE} description={emptyText} className="py-16" /> : null}</div>;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { ArrowLeft, ArrowRight, BookOpen, CheckSquare, ClipboardPaste, Download, FolderPlus, History, LoaderCircle, Music2, Plus, SlidersHorizontal, Sparkles, Trash2, Upload, VideoIcon } from "lucide-react";
|
import { ArrowLeft, ArrowRight, BookOpen, CheckSquare, ClipboardPaste, Download, FolderPlus, History, LoaderCircle, Music2, Plus, SlidersHorizontal, Sparkles, Trash2, Upload, VideoIcon } from "lucide-react";
|
||||||
import { useEffect, useRef, useState } from "react";
|
import { useEffect, useRef, useState, type DragEvent } from "react";
|
||||||
import { App, Button, Checkbox, Drawer, Empty, Input, Modal, Tag, Typography } from "antd";
|
import { App, Button, Checkbox, Drawer, Empty, Input, Modal, Tag, Typography } from "antd";
|
||||||
import localforage from "localforage";
|
import localforage from "localforage";
|
||||||
import { nanoid } from "nanoid";
|
import { nanoid } from "nanoid";
|
||||||
@@ -11,7 +11,7 @@ import { PromptSelectDialog } from "@/components/prompts/prompt-select-dialog";
|
|||||||
import { VideoSettingsPanel, normalizeVideoResolutionValue, normalizeVideoSizeValue, videoSizeLabel } from "@/components/video-settings-panel";
|
import { VideoSettingsPanel, normalizeVideoResolutionValue, normalizeVideoSizeValue, videoSizeLabel } from "@/components/video-settings-panel";
|
||||||
import { canvasThemes } from "@/lib/canvas-theme";
|
import { canvasThemes } from "@/lib/canvas-theme";
|
||||||
import { formatBytes, formatDuration } from "@/lib/image-utils";
|
import { formatBytes, formatDuration } from "@/lib/image-utils";
|
||||||
import { boolConfig, isSeedanceVideoConfig, normalizeSeedanceRatio, seedanceReferenceLabel, seedanceVideoReferenceError, seedanceVideoReferenceHint, SEEDANCE_REFERENCE_LIMITS } from "@/lib/seedance-video";
|
import { boolConfig, isSeedanceVideoConfig, normalizeSeedanceRatio, seedanceReferenceLabel, seedanceVideoReferenceError, seedanceVideoReferenceHint, SEEDANCE_REFERENCE_LIMITS, SEEDANCE_VIDEO_MIME_TYPES } from "@/lib/seedance-video";
|
||||||
import { deleteStoredMedia, resolveMediaUrl, uploadMediaFile } from "@/services/file-storage";
|
import { deleteStoredMedia, resolveMediaUrl, uploadMediaFile } from "@/services/file-storage";
|
||||||
import { resolveImageUrl, uploadImage } from "@/services/image-storage";
|
import { resolveImageUrl, uploadImage } from "@/services/image-storage";
|
||||||
import { createVideoGenerationTask, pollVideoGenerationTask, storeGeneratedVideo, type VideoGenerationTask } from "@/services/api/video";
|
import { createVideoGenerationTask, pollVideoGenerationTask, storeGeneratedVideo, type VideoGenerationTask } from "@/services/api/video";
|
||||||
@@ -71,6 +71,7 @@ const logStore = localforage.createInstance({ name: "infinite-canvas", storeName
|
|||||||
export default function VideoPage() {
|
export default function VideoPage() {
|
||||||
const { message } = App.useApp();
|
const { message } = App.useApp();
|
||||||
const fileInputRef = useRef<HTMLInputElement>(null);
|
const fileInputRef = useRef<HTMLInputElement>(null);
|
||||||
|
const dragDepthRef = useRef(0);
|
||||||
const activeLogIdsRef = useRef<Set<string>>(new Set());
|
const activeLogIdsRef = useRef<Set<string>>(new Set());
|
||||||
const config = useConfigStore((state) => state.config);
|
const config = useConfigStore((state) => state.config);
|
||||||
const effectiveConfig = useEffectiveConfig();
|
const effectiveConfig = useEffectiveConfig();
|
||||||
@@ -94,10 +95,13 @@ export default function VideoPage() {
|
|||||||
const [selectedLogIds, setSelectedLogIds] = useState<string[]>([]);
|
const [selectedLogIds, setSelectedLogIds] = useState<string[]>([]);
|
||||||
const [previewLog, setPreviewLog] = useState<GenerationLog | null>(null);
|
const [previewLog, setPreviewLog] = useState<GenerationLog | null>(null);
|
||||||
const [deleteConfirmOpen, setDeleteConfirmOpen] = useState(false);
|
const [deleteConfirmOpen, setDeleteConfirmOpen] = useState(false);
|
||||||
|
const [referenceDragTarget, setReferenceDragTarget] = useState<"image" | "video" | "audio" | null>(null);
|
||||||
const [autoRunToken, setAutoRunToken] = useState(0);
|
const [autoRunToken, setAutoRunToken] = useState(0);
|
||||||
const videoCommand = useWorkbenchAgentStore((state) => state.videoCommand);
|
const videoCommand = useWorkbenchAgentStore((state) => state.videoCommand);
|
||||||
const clearVideoCommand = useWorkbenchAgentStore((state) => state.clearVideoCommand);
|
const clearVideoCommand = useWorkbenchAgentStore((state) => state.clearVideoCommand);
|
||||||
|
const updateAgentTask = useWorkbenchAgentStore((state) => state.updateTask);
|
||||||
const processedCommandRef = useRef(0);
|
const processedCommandRef = useRef(0);
|
||||||
|
const agentTaskIdRef = useRef<string | undefined>(undefined);
|
||||||
|
|
||||||
const model = effectiveConfig.videoModel || effectiveConfig.model;
|
const model = effectiveConfig.videoModel || effectiveConfig.model;
|
||||||
const canGenerate = Boolean(prompt.trim());
|
const canGenerate = Boolean(prompt.trim());
|
||||||
@@ -114,13 +118,13 @@ export default function VideoPage() {
|
|||||||
|
|
||||||
const addReferences = async (files?: FileList | null) => {
|
const addReferences = async (files?: FileList | null) => {
|
||||||
const selectedFiles = Array.from(files || []);
|
const selectedFiles = Array.from(files || []);
|
||||||
const unsupported = selectedFiles.filter((file) => !file.type.startsWith("image/") && !file.type.startsWith("video/") && !isSupportedAudioFile(file));
|
const unsupported = selectedFiles.filter((file) => !file.type.startsWith("image/") && !SEEDANCE_VIDEO_MIME_TYPES.includes(file.type) && !isSupportedAudioFile(file));
|
||||||
if (unsupported.length) message.warning("已忽略不支持的参考资产,请使用图片、mp4/mov 视频或 mp3/wav 音频");
|
if (unsupported.length) message.warning("已忽略不支持的参考资产,请使用图片、mp4/mov 视频或 mp3/wav 音频");
|
||||||
const imageFiles = selectedFiles.filter((file) => file.type.startsWith("image/") && file.size <= SEEDANCE_REFERENCE_LIMITS.imageMaxBytes).slice(0, SEEDANCE_REFERENCE_LIMITS.images - references.length);
|
const imageFiles = selectedFiles.filter((file) => file.type.startsWith("image/") && file.size <= SEEDANCE_REFERENCE_LIMITS.imageMaxBytes).slice(0, SEEDANCE_REFERENCE_LIMITS.images - references.length);
|
||||||
const videoFiles = selectedFiles.filter((file) => file.type.startsWith("video/") && file.size <= SEEDANCE_REFERENCE_LIMITS.videoMaxBytes).slice(0, SEEDANCE_REFERENCE_LIMITS.videos - videoReferences.length);
|
const videoFiles = selectedFiles.filter((file) => SEEDANCE_VIDEO_MIME_TYPES.includes(file.type) && file.size <= SEEDANCE_REFERENCE_LIMITS.videoMaxBytes).slice(0, SEEDANCE_REFERENCE_LIMITS.videos - videoReferences.length);
|
||||||
const audioFiles = selectedFiles.filter((file) => isSupportedAudioFile(file) && file.size <= SEEDANCE_REFERENCE_LIMITS.audioMaxBytes).slice(0, SEEDANCE_REFERENCE_LIMITS.audios - audioReferences.length);
|
const audioFiles = selectedFiles.filter((file) => isSupportedAudioFile(file) && file.size <= SEEDANCE_REFERENCE_LIMITS.audioMaxBytes).slice(0, SEEDANCE_REFERENCE_LIMITS.audios - audioReferences.length);
|
||||||
if (selectedFiles.some((file) => file.type.startsWith("image/") && file.size > SEEDANCE_REFERENCE_LIMITS.imageMaxBytes)) message.warning("已忽略超过 30MB 的参考图");
|
if (selectedFiles.some((file) => file.type.startsWith("image/") && file.size > SEEDANCE_REFERENCE_LIMITS.imageMaxBytes)) message.warning("已忽略超过 30MB 的参考图");
|
||||||
if (selectedFiles.some((file) => file.type.startsWith("video/") && file.size > SEEDANCE_REFERENCE_LIMITS.videoMaxBytes)) message.warning("已忽略超过 50MB 的参考视频");
|
if (selectedFiles.some((file) => SEEDANCE_VIDEO_MIME_TYPES.includes(file.type) && file.size > SEEDANCE_REFERENCE_LIMITS.videoMaxBytes)) message.warning("已忽略超过 200MB 的参考视频");
|
||||||
if (selectedFiles.some((file) => isSupportedAudioFile(file) && file.size > SEEDANCE_REFERENCE_LIMITS.audioMaxBytes)) message.warning("已忽略超过 15MB 的参考音频");
|
if (selectedFiles.some((file) => isSupportedAudioFile(file) && file.size > SEEDANCE_REFERENCE_LIMITS.audioMaxBytes)) message.warning("已忽略超过 15MB 的参考音频");
|
||||||
const nextReferences = await Promise.all(
|
const nextReferences = await Promise.all(
|
||||||
imageFiles.map(async (file) => {
|
imageFiles.map(async (file) => {
|
||||||
@@ -149,6 +153,25 @@ export default function VideoPage() {
|
|||||||
setAudioReferences((value) => [...value, ...nextAudioReferences].slice(0, SEEDANCE_REFERENCE_LIMITS.audios));
|
setAudioReferences((value) => [...value, ...nextAudioReferences].slice(0, SEEDANCE_REFERENCE_LIMITS.audios));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleReferenceDragEnter = (event: DragEvent<HTMLDivElement>, target: "image" | "video" | "audio") => {
|
||||||
|
event.preventDefault();
|
||||||
|
dragDepthRef.current += 1;
|
||||||
|
if (event.dataTransfer.types.includes("Files")) setReferenceDragTarget(target);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleReferenceDragLeave = (event: DragEvent<HTMLDivElement>) => {
|
||||||
|
event.preventDefault();
|
||||||
|
dragDepthRef.current = Math.max(0, dragDepthRef.current - 1);
|
||||||
|
if (!dragDepthRef.current) setReferenceDragTarget(null);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleReferenceDrop = (event: DragEvent<HTMLDivElement>) => {
|
||||||
|
event.preventDefault();
|
||||||
|
dragDepthRef.current = 0;
|
||||||
|
setReferenceDragTarget(null);
|
||||||
|
void addReferences(event.dataTransfer.files);
|
||||||
|
};
|
||||||
|
|
||||||
const addReferencesFromClipboard = async () => {
|
const addReferencesFromClipboard = async () => {
|
||||||
try {
|
try {
|
||||||
const items = await navigator.clipboard.read();
|
const items = await navigator.clipboard.read();
|
||||||
@@ -170,10 +193,16 @@ export default function VideoPage() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
const generate = async () => {
|
const generate = async () => {
|
||||||
|
const agentTaskId = agentTaskIdRef.current;
|
||||||
|
agentTaskIdRef.current = undefined;
|
||||||
const snapshot = buildRequestSnapshot();
|
const snapshot = buildRequestSnapshot();
|
||||||
if (!snapshot) return;
|
if (!snapshot) {
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "failed", error: "视频生成参数无效" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
setElapsedMs(0);
|
setElapsedMs(0);
|
||||||
setRunning(true);
|
setRunning(true);
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "running", error: undefined });
|
||||||
setPreviewLog(null);
|
setPreviewLog(null);
|
||||||
setResults([{ id: nanoid(), status: "pending" }]);
|
setResults([{ id: nanoid(), status: "pending" }]);
|
||||||
const batchStartedAt = performance.now();
|
const batchStartedAt = performance.now();
|
||||||
@@ -181,11 +210,12 @@ export default function VideoPage() {
|
|||||||
try {
|
try {
|
||||||
const task = await createVideoGenerationTask(snapshot.config, snapshot.text, snapshot.references, snapshot.videoReferences, snapshot.audioReferences);
|
const task = await createVideoGenerationTask(snapshot.config, snapshot.text, snapshot.references, snapshot.videoReferences, snapshot.audioReferences);
|
||||||
const log = buildLog({ prompt: snapshot.text, model, config: snapshot.config, references: snapshot.references, videoReferences: snapshot.videoReferences, audioReferences: snapshot.audioReferences, durationMs: 0, status: "生成中", task });
|
const log = buildLog({ prompt: snapshot.text, model, config: snapshot.config, references: snapshot.references, videoReferences: snapshot.videoReferences, audioReferences: snapshot.audioReferences, durationMs: 0, status: "生成中", task });
|
||||||
await saveLog(log);
|
await saveLog(log, false);
|
||||||
void pollGenerationLog(log, snapshot.config);
|
void pollGenerationLog(log, snapshot.config, agentTaskId);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
const errorMessage = error instanceof Error ? error.message : "生成失败";
|
const errorMessage = error instanceof Error ? error.message : "生成失败";
|
||||||
setResults([{ id: nanoid(), status: "failed", error: errorMessage }]);
|
setResults([{ id: nanoid(), status: "failed", error: errorMessage }]);
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "failed", successCount: 0, failCount: 1, error: errorMessage });
|
||||||
await saveLog(buildLog({ prompt: snapshot.text, model, config: snapshot.config, references: snapshot.references, videoReferences: snapshot.videoReferences, audioReferences: snapshot.audioReferences, durationMs: performance.now() - batchStartedAt, status: "失败", error: errorMessage }));
|
await saveLog(buildLog({ prompt: snapshot.text, model, config: snapshot.config, references: snapshot.references, videoReferences: snapshot.videoReferences, audioReferences: snapshot.audioReferences, durationMs: performance.now() - batchStartedAt, status: "失败", error: errorMessage }));
|
||||||
message.error(errorMessage);
|
message.error(errorMessage);
|
||||||
setRunning(false);
|
setRunning(false);
|
||||||
@@ -198,8 +228,15 @@ export default function VideoPage() {
|
|||||||
processedCommandRef.current = videoCommand.nonce;
|
processedCommandRef.current = videoCommand.nonce;
|
||||||
clearVideoCommand();
|
clearVideoCommand();
|
||||||
if (typeof videoCommand.prompt === "string") setPrompt(videoCommand.prompt);
|
if (typeof videoCommand.prompt === "string") setPrompt(videoCommand.prompt);
|
||||||
if (videoCommand.run && !running) setAutoRunToken((value) => value + 1);
|
if (videoCommand.run && running) {
|
||||||
}, [videoCommand, clearVideoCommand, running]);
|
if (videoCommand.taskId) updateAgentTask(videoCommand.taskId, { status: "failed", error: "视频工作台已有任务正在运行" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (videoCommand.run) {
|
||||||
|
agentTaskIdRef.current = videoCommand.taskId;
|
||||||
|
setAutoRunToken((value) => value + 1);
|
||||||
|
}
|
||||||
|
}, [videoCommand, clearVideoCommand, running, updateAgentTask]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!autoRunToken) return;
|
if (!autoRunToken) return;
|
||||||
@@ -276,7 +313,7 @@ export default function VideoPage() {
|
|||||||
.filter((log) => selectedLogIds.includes(log.id))
|
.filter((log) => selectedLogIds.includes(log.id))
|
||||||
.map((log) => log.video?.storageKey)
|
.map((log) => log.video?.storageKey)
|
||||||
.filter((key): key is string => Boolean(key));
|
.filter((key): key is string => Boolean(key));
|
||||||
void Promise.all([deleteStoredMedia(mediaKeys), ...selectedLogIds.map((id) => logStore.removeItem(id))]).then(refreshLogs);
|
void Promise.all([deleteStoredMedia(mediaKeys), ...selectedLogIds.map((id) => logStore.removeItem(id))]).then(() => refreshLogs());
|
||||||
if (previewLog && selectedLogIds.includes(previewLog.id)) {
|
if (previewLog && selectedLogIds.includes(previewLog.id)) {
|
||||||
setPreviewLog(null);
|
setPreviewLog(null);
|
||||||
setResults([]);
|
setResults([]);
|
||||||
@@ -285,15 +322,15 @@ export default function VideoPage() {
|
|||||||
setDeleteConfirmOpen(false);
|
setDeleteConfirmOpen(false);
|
||||||
};
|
};
|
||||||
|
|
||||||
const saveLog = async (log: GenerationLog) => {
|
const saveLog = async (log: GenerationLog, resumePending = true) => {
|
||||||
await logStore.setItem(log.id, serializeLog(log));
|
await logStore.setItem(log.id, serializeLog(log));
|
||||||
await refreshLogs();
|
await refreshLogs(resumePending);
|
||||||
};
|
};
|
||||||
|
|
||||||
const refreshLogs = async () => {
|
const refreshLogs = async (resumePending = true) => {
|
||||||
const nextLogs = await readStoredLogs();
|
const nextLogs = await readStoredLogs();
|
||||||
setLogs(nextLogs);
|
setLogs(nextLogs);
|
||||||
resumePendingLogs(nextLogs);
|
if (resumePending) resumePendingLogs(nextLogs);
|
||||||
return nextLogs;
|
return nextLogs;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -303,7 +340,7 @@ export default function VideoPage() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const pollGenerationLog = async (log: GenerationLog, configOverride?: AiConfig) => {
|
const pollGenerationLog = async (log: GenerationLog, configOverride?: AiConfig, agentTaskId?: string) => {
|
||||||
if (!log.task || activeLogIdsRef.current.has(log.id)) return;
|
if (!log.task || activeLogIdsRef.current.has(log.id)) return;
|
||||||
activeLogIdsRef.current.add(log.id);
|
activeLogIdsRef.current.add(log.id);
|
||||||
setRunning(true);
|
setRunning(true);
|
||||||
@@ -326,6 +363,7 @@ export default function VideoPage() {
|
|||||||
mimeType: stored.mimeType,
|
mimeType: stored.mimeType,
|
||||||
};
|
};
|
||||||
setResults([{ id: nextVideo.id, status: "success", video: nextVideo }]);
|
setResults([{ id: nextVideo.id, status: "success", video: nextVideo }]);
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "succeeded", successCount: 1, failCount: 0, error: undefined });
|
||||||
await saveLog({ ...log, status: "成功", durationMs: nextVideo.durationMs, video: nextVideo, error: undefined });
|
await saveLog({ ...log, status: "成功", durationMs: nextVideo.durationMs, video: nextVideo, error: undefined });
|
||||||
message.success("视频已生成");
|
message.success("视频已生成");
|
||||||
return;
|
return;
|
||||||
@@ -337,6 +375,7 @@ export default function VideoPage() {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
const errorMessage = error instanceof Error ? error.message : "生成失败";
|
const errorMessage = error instanceof Error ? error.message : "生成失败";
|
||||||
setResults([{ id: log.id, status: "failed", error: errorMessage }]);
|
setResults([{ id: log.id, status: "failed", error: errorMessage }]);
|
||||||
|
if (agentTaskId) updateAgentTask(agentTaskId, { status: "failed", successCount: 0, failCount: 1, error: errorMessage });
|
||||||
await saveLog({ ...log, status: "失败", durationMs: Date.now() - log.createdAt, error: errorMessage });
|
await saveLog({ ...log, status: "失败", durationMs: Date.now() - log.createdAt, error: errorMessage });
|
||||||
message.error(errorMessage);
|
message.error(errorMessage);
|
||||||
} finally {
|
} finally {
|
||||||
@@ -413,7 +452,16 @@ export default function VideoPage() {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="hover-scrollbar hover-scrollbar-hint flex min-h-24 w-full min-w-0 max-w-full gap-2 overflow-x-scroll overflow-y-hidden rounded-lg border border-dashed border-stone-300 p-2 pb-3 overscroll-x-contain dark:border-stone-700">
|
<div
|
||||||
|
className={`hover-scrollbar hover-scrollbar-hint flex min-h-24 w-full min-w-0 max-w-full gap-2 overflow-x-scroll overflow-y-hidden rounded-lg border border-dashed p-2 pb-3 overscroll-x-contain transition-colors ${referenceDragTarget === "image" ? "border-stone-900 bg-stone-100/80 dark:border-stone-100 dark:bg-stone-900/80" : "border-stone-300 dark:border-stone-700"}`}
|
||||||
|
onDragEnter={(event) => handleReferenceDragEnter(event, "image")}
|
||||||
|
onDragOver={(event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
event.dataTransfer.dropEffect = "copy";
|
||||||
|
}}
|
||||||
|
onDragLeave={handleReferenceDragLeave}
|
||||||
|
onDrop={handleReferenceDrop}
|
||||||
|
>
|
||||||
{references.map((item, index) => (
|
{references.map((item, index) => (
|
||||||
<div key={item.id} className="group relative size-20 shrink-0 overflow-hidden rounded-md border border-stone-200 dark:border-stone-800">
|
<div key={item.id} className="group relative size-20 shrink-0 overflow-hidden rounded-md border border-stone-200 dark:border-stone-800">
|
||||||
<img src={item.dataUrl} alt={item.name} className="size-full object-cover" />
|
<img src={item.dataUrl} alt={item.name} className="size-full object-cover" />
|
||||||
@@ -424,7 +472,7 @@ export default function VideoPage() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
{!references.length ? <div className="flex min-w-full items-center justify-center text-sm text-stone-500">暂无参考图,最多 9 张</div> : null}
|
{!references.length ? <div className="flex min-w-full items-center justify-center text-sm text-stone-500">{referenceDragTarget === "image" ? "松开即可上传参考资产" : "暂无参考图,可拖入文件,最多 9 张"}</div> : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -435,7 +483,16 @@ export default function VideoPage() {
|
|||||||
上传
|
上传
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="hover-scrollbar hover-scrollbar-hint flex min-h-24 w-full min-w-0 max-w-full gap-2 overflow-x-scroll overflow-y-hidden rounded-lg border border-dashed border-stone-300 p-2 pb-3 overscroll-x-contain dark:border-stone-700">
|
<div
|
||||||
|
className={`hover-scrollbar hover-scrollbar-hint flex min-h-24 w-full min-w-0 max-w-full gap-2 overflow-x-scroll overflow-y-hidden rounded-lg border border-dashed p-2 pb-3 overscroll-x-contain transition-colors ${referenceDragTarget === "video" ? "border-stone-900 bg-stone-100/80 dark:border-stone-100 dark:bg-stone-900/80" : "border-stone-300 dark:border-stone-700"}`}
|
||||||
|
onDragEnter={(event) => handleReferenceDragEnter(event, "video")}
|
||||||
|
onDragOver={(event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
event.dataTransfer.dropEffect = "copy";
|
||||||
|
}}
|
||||||
|
onDragLeave={handleReferenceDragLeave}
|
||||||
|
onDrop={handleReferenceDrop}
|
||||||
|
>
|
||||||
{videoReferences.map((item, index) => (
|
{videoReferences.map((item, index) => (
|
||||||
<div key={item.id} className="group relative h-20 w-32 shrink-0 overflow-hidden rounded-md border border-stone-200 bg-black dark:border-stone-800">
|
<div key={item.id} className="group relative h-20 w-32 shrink-0 overflow-hidden rounded-md border border-stone-200 bg-black dark:border-stone-800">
|
||||||
<video src={item.url} className="size-full object-cover" muted preload="metadata" />
|
<video src={item.url} className="size-full object-cover" muted preload="metadata" />
|
||||||
@@ -446,7 +503,7 @@ export default function VideoPage() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
{!videoReferences.length ? <div className="flex min-w-full items-center justify-center text-sm text-stone-500">暂无参考视频,最多 3 个</div> : null}
|
{!videoReferences.length ? <div className="flex min-w-full items-center justify-center text-sm text-stone-500">{referenceDragTarget === "video" ? "松开即可上传参考资产" : "暂无参考视频,可拖入文件,最多 3 个"}</div> : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -457,7 +514,16 @@ export default function VideoPage() {
|
|||||||
上传
|
上传
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="hover-scrollbar hover-scrollbar-hint flex min-h-24 w-full min-w-0 max-w-full gap-2 overflow-x-scroll overflow-y-hidden rounded-lg border border-dashed border-stone-300 p-2 pb-3 overscroll-x-contain dark:border-stone-700">
|
<div
|
||||||
|
className={`hover-scrollbar hover-scrollbar-hint flex min-h-24 w-full min-w-0 max-w-full gap-2 overflow-x-scroll overflow-y-hidden rounded-lg border border-dashed p-2 pb-3 overscroll-x-contain transition-colors ${referenceDragTarget === "audio" ? "border-stone-900 bg-stone-100/80 dark:border-stone-100 dark:bg-stone-900/80" : "border-stone-300 dark:border-stone-700"}`}
|
||||||
|
onDragEnter={(event) => handleReferenceDragEnter(event, "audio")}
|
||||||
|
onDragOver={(event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
event.dataTransfer.dropEffect = "copy";
|
||||||
|
}}
|
||||||
|
onDragLeave={handleReferenceDragLeave}
|
||||||
|
onDrop={handleReferenceDrop}
|
||||||
|
>
|
||||||
{audioReferences.map((item, index) => (
|
{audioReferences.map((item, index) => (
|
||||||
<div key={item.id} className="group relative flex h-20 w-48 shrink-0 flex-col justify-center gap-2 rounded-md border border-stone-200 bg-stone-50 px-2 dark:border-stone-800 dark:bg-stone-900">
|
<div key={item.id} className="group relative flex h-20 w-48 shrink-0 flex-col justify-center gap-2 rounded-md border border-stone-200 bg-stone-50 px-2 dark:border-stone-800 dark:bg-stone-900">
|
||||||
<div className="flex min-w-0 items-center gap-2 text-xs text-stone-500 dark:text-stone-400">
|
<div className="flex min-w-0 items-center gap-2 text-xs text-stone-500 dark:text-stone-400">
|
||||||
@@ -472,7 +538,7 @@ export default function VideoPage() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
{!audioReferences.length ? <div className="flex min-w-full items-center justify-center text-center text-sm text-stone-500">暂无参考音频,最多 3 个,mp3/wav,单个 15MB 内</div> : null}
|
{!audioReferences.length ? <div className="flex min-w-full items-center justify-center text-center text-sm text-stone-500">{referenceDragTarget === "audio" ? "松开即可上传参考资产" : "暂无参考音频,可拖入文件,最多 3 个,mp3/wav,单个 15MB 内"}</div> : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,38 @@
|
|||||||
|
import localforage from "localforage";
|
||||||
|
|
||||||
|
import { upscaleDataUrl } from "@/lib/canvas/canvas-image-data";
|
||||||
|
import type { AgentAttachment, AgentChatItem } from "@/stores/use-agent-store";
|
||||||
|
|
||||||
|
export type StoredAgentUserMessage = Pick<AgentChatItem, "id" | "text" | "attachments"> & { role: "user"; historyText: string };
|
||||||
|
|
||||||
|
const store = localforage.createInstance({ name: "infinite-canvas", storeName: "agent_chat_messages" });
|
||||||
|
const indexKey = (threadId: string) => `thread:${threadId}`;
|
||||||
|
const messageKey = (threadId: string, messageId: string) => `message:${threadId}:${messageId}`;
|
||||||
|
|
||||||
|
export async function saveAgentUserMessage(threadId: string, message: StoredAgentUserMessage) {
|
||||||
|
if (!message.attachments?.length) return;
|
||||||
|
const attachments = await Promise.all((message.attachments || []).map(createThumbnail));
|
||||||
|
await store.setItem(messageKey(threadId, message.id), { ...message, attachments });
|
||||||
|
const ids = (await store.getItem<string[]>(indexKey(threadId))) || [];
|
||||||
|
if (!ids.includes(message.id)) await store.setItem(indexKey(threadId), [...ids, message.id]);
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function readAgentUserMessages(threadId: string) {
|
||||||
|
const ids = (await store.getItem<string[]>(indexKey(threadId))) || [];
|
||||||
|
return (await Promise.all(ids.map((id) => store.getItem<StoredAgentUserMessage>(messageKey(threadId, id))))).filter((item): item is StoredAgentUserMessage => Boolean(item));
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function deleteAgentThreadMessages(threadIds: string[]) {
|
||||||
|
await Promise.all(
|
||||||
|
threadIds.map(async (threadId) => {
|
||||||
|
const ids = (await store.getItem<string[]>(indexKey(threadId))) || [];
|
||||||
|
await Promise.all(ids.map((id) => store.removeItem(messageKey(threadId, id))));
|
||||||
|
await store.removeItem(indexKey(threadId));
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function createThumbnail(attachment: AgentAttachment): Promise<AgentAttachment> {
|
||||||
|
const dataUrl = Math.max(attachment.width, attachment.height) > 512 ? await upscaleDataUrl(attachment.dataUrl, { targetLongEdge: 512, algorithm: "high" }) : attachment.dataUrl;
|
||||||
|
return { ...attachment, size: dataUrl.length, url: dataUrl, dataUrl };
|
||||||
|
}
|
||||||
@@ -102,17 +102,53 @@ async function assertAudioBlob(blob: Blob) {
|
|||||||
if (payload.error?.message) throw new Error(payload.error.message);
|
if (payload.error?.message) throw new Error(payload.error.message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function readApiErrorMessage(value: unknown): string {
|
||||||
|
if (!value) return "";
|
||||||
|
if (typeof value === "string") {
|
||||||
|
try {
|
||||||
|
const parsed = JSON.parse(value);
|
||||||
|
const inner = readApiErrorMessage(parsed) || value;
|
||||||
|
if (inner === value && typeof parsed === "object" && Object.keys(parsed).length === 0) return "";
|
||||||
|
return inner;
|
||||||
|
} catch {
|
||||||
|
if (/<[a-z][\s\S]*>/i.test(value)) return `服务返回了 HTML 错误页面(${value.slice(0, 80)}...)`;
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (typeof value !== "object") return "";
|
||||||
|
const payload = value as { msg?: unknown; message?: unknown; error?: unknown; detail?: unknown };
|
||||||
|
const errorMsg =
|
||||||
|
typeof payload.error === "string"
|
||||||
|
? payload.error
|
||||||
|
: (payload.error as { message?: unknown })?.message;
|
||||||
|
return (
|
||||||
|
readApiErrorMessage(payload.msg) ||
|
||||||
|
readApiErrorMessage(payload.message) ||
|
||||||
|
readApiErrorMessage(errorMsg) ||
|
||||||
|
readApiErrorMessage(payload.detail) ||
|
||||||
|
""
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
function readAxiosError(error: unknown, fallback: string) {
|
function readAxiosError(error: unknown, fallback: string) {
|
||||||
if (axios.isCancel(error)) return "请求已取消";
|
if (axios.isCancel(error)) return "请求已取消";
|
||||||
if (axios.isAxiosError<{ error?: { message?: string }; msg?: string; code?: number }>(error)) {
|
if (axios.isAxiosError(error)) {
|
||||||
const responseData = error.response?.data;
|
const responseData = error.response?.data;
|
||||||
return responseData?.msg || responseData?.error?.message || statusMessage(error.response?.status, fallback);
|
const apiMsg = readApiErrorMessage(responseData);
|
||||||
|
if (apiMsg) return apiMsg;
|
||||||
|
const statusMsg = statusMessage(error.response?.status, fallback);
|
||||||
|
if (statusMsg) return statusMsg;
|
||||||
|
return error.message || fallback;
|
||||||
}
|
}
|
||||||
return error instanceof Error ? error.message : fallback;
|
if (error instanceof DOMException && error.name === "AbortError") return "请求已取消";
|
||||||
|
return error instanceof Error ? readApiErrorMessage(error.message) || error.message : fallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
function statusMessage(status: number | undefined, fallback: string) {
|
function statusMessage(status: number | undefined, fallback: string) {
|
||||||
if (status === 401 || status === 403) return "鉴权失败,请检查 API Key、套餐权限或模型权限";
|
if (status === 401 || status === 403) return "鉴权失败,请检查 API Key、套餐权限或模型权限";
|
||||||
if (status === 429) return "请求被限流或额度不足,请稍后重试";
|
if (status === 429) return "请求被限流或额度不足,请稍后重试";
|
||||||
return status ? `${fallback}(${status})` : fallback;
|
if (status === 404) return "接口地址不存在(404),请检查 Base URL 和模型选择";
|
||||||
|
if (status === 502) return "网关错误(502),接口服务暂时不可用,请稍后重试";
|
||||||
|
if (status === 503) return "服务繁忙(503),请稍后重试";
|
||||||
|
return status ? `请求失败(HTTP ${status}),请检查 Base URL 和 API Key 是否正确` : fallback;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -244,33 +244,84 @@ function parseImagePayload(payload: ImageApiResponse) {
|
|||||||
if (typeof payload.code === "number" && payload.code !== 0) {
|
if (typeof payload.code === "number" && payload.code !== 0) {
|
||||||
throw new Error(payload.msg || "请求失败");
|
throw new Error(payload.msg || "请求失败");
|
||||||
}
|
}
|
||||||
|
// 支持 data / images / results 三种返回字段(兼容不同 API)
|
||||||
|
const imageList = payload.data
|
||||||
|
|| (payload as Record<string, unknown>).images as Array<Record<string, unknown>> | undefined
|
||||||
|
|| (payload as Record<string, unknown>).results as Array<Record<string, unknown>> | undefined
|
||||||
|
|| [];
|
||||||
const images =
|
const images =
|
||||||
payload.data
|
imageList
|
||||||
?.map(resolveImageDataUrl)
|
.map(resolveImageDataUrl)
|
||||||
.filter((value): value is string => Boolean(value))
|
.filter((value): value is string => Boolean(value))
|
||||||
.map((dataUrl) => ({ id: nanoid(), dataUrl })) || [];
|
.map((dataUrl) => ({ id: nanoid(), dataUrl }));
|
||||||
|
|
||||||
if (images.length === 0) {
|
if (images.length === 0) {
|
||||||
throw new Error("接口没有返回图片");
|
// 尝试检查是否有返回了但格式不被识别的数据
|
||||||
|
const rawKeys = Object.keys(payload).filter((k) => k !== "code" && k !== "msg" && k !== "error");
|
||||||
|
throw new Error(rawKeys.length > 0
|
||||||
|
? `接口返回了未知格式的数据(字段:${rawKeys.join("、")}),请检查模型或接口兼容性`
|
||||||
|
: "接口没有返回图片,请检查提示词是否触发安全审核或模型是否支持该操作");
|
||||||
}
|
}
|
||||||
|
|
||||||
return images;
|
return images;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function readApiErrorMessage(value: unknown): string {
|
||||||
|
if (!value) return "";
|
||||||
|
if (typeof value === "string") {
|
||||||
|
// 可能是 JSON 字符串(如 error.message 被序列化)或纯文本错误
|
||||||
|
try {
|
||||||
|
const parsed = JSON.parse(value);
|
||||||
|
const inner = readApiErrorMessage(parsed) || value;
|
||||||
|
// 如果 JSON 解析后得到 "{}" 这种空对象,返回原始字符串
|
||||||
|
if (inner === value && typeof parsed === "object" && Object.keys(parsed).length === 0) return "";
|
||||||
|
return inner;
|
||||||
|
} catch {
|
||||||
|
// 检查是否是 HTML 错误页面
|
||||||
|
if (/<[a-z][\s\S]*>/i.test(value)) return `服务返回了 HTML 错误页面(${value.slice(0, 80)}...)`;
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (typeof value !== "object") return "";
|
||||||
|
const payload = value as { msg?: unknown; message?: unknown; error?: unknown; detail?: unknown };
|
||||||
|
// error 可能是字符串或含 message 的对象
|
||||||
|
const errorMsg =
|
||||||
|
typeof payload.error === "string"
|
||||||
|
? payload.error
|
||||||
|
: (payload.error as { message?: unknown })?.message;
|
||||||
|
return (
|
||||||
|
readApiErrorMessage(payload.msg) ||
|
||||||
|
readApiErrorMessage(payload.message) ||
|
||||||
|
readApiErrorMessage(errorMsg) ||
|
||||||
|
readApiErrorMessage(payload.detail) ||
|
||||||
|
""
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
function readAxiosError(error: unknown, fallback: string) {
|
function readAxiosError(error: unknown, fallback: string) {
|
||||||
if (axios.isCancel(error)) return "请求已取消";
|
if (axios.isCancel(error)) return "请求已取消";
|
||||||
if (axios.isAxiosError<{ error?: { message?: string }; msg?: string; code?: number }>(error)) {
|
if (axios.isAxiosError(error)) {
|
||||||
const responseData = error.response?.data;
|
const responseData = error.response?.data;
|
||||||
return responseData?.msg || responseData?.error?.message || readStatusError(error.response?.status, fallback);
|
// 优先从响应体提取业务错误
|
||||||
|
const apiMsg = readApiErrorMessage(responseData);
|
||||||
|
if (apiMsg) return apiMsg;
|
||||||
|
// 响应体无法提取时用 HTTP 状态推断
|
||||||
|
const statusMsg = readStatusError(error.response?.status, fallback);
|
||||||
|
if (statusMsg) return statusMsg;
|
||||||
|
// 最后用 axios 自身的错误文本
|
||||||
|
return error.message || fallback;
|
||||||
}
|
}
|
||||||
if (error instanceof DOMException && error.name === "AbortError") return "请求已取消";
|
if (error instanceof DOMException && error.name === "AbortError") return "请求已取消";
|
||||||
return error instanceof Error ? error.message : fallback;
|
return error instanceof Error ? readApiErrorMessage(error.message) || error.message : fallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
function readStatusError(status: number | undefined, fallback: string) {
|
function readStatusError(status: number | undefined, fallback: string) {
|
||||||
if (status === 401 || status === 403) return "鉴权失败,请检查 API Key、套餐权限或模型权限";
|
if (status === 401 || status === 403) return "鉴权失败,请检查 API Key、套餐权限或模型权限";
|
||||||
if (status === 429) return "请求被限流或额度不足,请稍后重试";
|
if (status === 429) return "请求被限流或额度不足,请稍后重试";
|
||||||
return status ? `${fallback}:${status}` : fallback;
|
if (status === 404) return "接口地址不存在(404),请检查 Base URL 和模型选择";
|
||||||
|
if (status === 502) return "网关错误(502),接口服务暂时不可用,请稍后重试";
|
||||||
|
if (status === 503) return "服务繁忙(503),请稍后重试";
|
||||||
|
return status ? `请求失败(HTTP ${status}),请检查 Base URL 和 API Key 是否正确` : fallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
function withSystemPrompt(config: AiConfig, prompt: string) {
|
function withSystemPrompt(config: AiConfig, prompt: string) {
|
||||||
@@ -750,6 +801,38 @@ export async function requestEdit(config: AiConfig, prompt: string, references:
|
|||||||
throw new Error(readAxiosError(error, "请求失败"));
|
throw new Error(readAxiosError(error, "请求失败"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (requestConfig.apiFormat === "ark") {
|
||||||
|
if (mask) throw new Error("蒙版编辑暂不支持该模型,请使用其他渠道");
|
||||||
|
const quality = normalizeQuality(config.quality);
|
||||||
|
const requestSize = resolveRequestSize(quality, config.size);
|
||||||
|
const background = normalizeBackground(config.background);
|
||||||
|
const refs = await Promise.all(references.map((image) => imageToDataUrl(image)));
|
||||||
|
try {
|
||||||
|
const response = await axios.post<ImageApiResponse>(
|
||||||
|
aiApiUrl(requestConfig, "/images/generations"),
|
||||||
|
{
|
||||||
|
model: requestConfig.model,
|
||||||
|
prompt: withSystemPrompt(requestConfig, requestPrompt),
|
||||||
|
n,
|
||||||
|
response_format: "b64_json",
|
||||||
|
output_format: IMAGE_OUTPUT_FORMAT,
|
||||||
|
image: refs,
|
||||||
|
...(quality ? { quality } : {}),
|
||||||
|
...(requestSize ? { size: requestSize } : {}),
|
||||||
|
...(background ? { background } : {}),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
headers: aiHeaders(requestConfig, "application/json"),
|
||||||
|
signal: options?.signal,
|
||||||
|
},
|
||||||
|
);
|
||||||
|
return parseImagePayload(response.data);
|
||||||
|
} catch (error) {
|
||||||
|
throw new Error(readAxiosError(error, "请求失败"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const quality = normalizeQuality(config.quality);
|
const quality = normalizeQuality(config.quality);
|
||||||
const requestSize = resolveRequestSize(quality, config.size);
|
const requestSize = resolveRequestSize(quality, config.size);
|
||||||
const background = normalizeBackground(config.background);
|
const background = normalizeBackground(config.background);
|
||||||
@@ -810,6 +893,7 @@ export async function requestImageQuestion(config: AiConfig, messages: AiTextMes
|
|||||||
const answer = (await requestStreamingResponse(requestConfig, {
|
const answer = (await requestStreamingResponse(requestConfig, {
|
||||||
model: requestConfig.model,
|
model: requestConfig.model,
|
||||||
input: toResponseInput(withSystemMessage(requestConfig, messages)),
|
input: toResponseInput(withSystemMessage(requestConfig, messages)),
|
||||||
|
...(requestConfig.reasoningEffort === "auto" ? {} : { reasoning: { effort: requestConfig.reasoningEffort } }),
|
||||||
}, onDelta, options)).content || "没有返回内容";
|
}, onDelta, options)).content || "没有返回内容";
|
||||||
if (answer === "没有返回内容") onDelta(answer);
|
if (answer === "没有返回内容") onDelta(answer);
|
||||||
return answer;
|
return answer;
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ function createPoll(signal?: AbortSignal) {
|
|||||||
/**
|
/**
|
||||||
* Run a user-authored model call script as an async function body with flat locals (see PLUGIN_VARIABLES):
|
* Run a user-authored model call script as an async function body with flat locals (see PLUGIN_VARIABLES):
|
||||||
* prompt / images / messages / params —— 本次请求的输入
|
* prompt / images / messages / params —— 本次请求的输入
|
||||||
* model / baseUrl / apiKey / systemPrompt —— 当前渠道信息
|
* model / baseUrl / apiKey / systemPrompt / reasoningEffort —— 当前渠道与文本设置
|
||||||
* http / request / poll / sleep / signal / onDelta —— 调用辅助
|
* http / request / poll / sleep / signal / onDelta —— 调用辅助
|
||||||
* The script must `return` the result; each caller normalizes it to its capability's shape.
|
* The script must `return` the result; each caller normalizes it to its capability's shape.
|
||||||
*/
|
*/
|
||||||
@@ -124,6 +124,7 @@ export async function runModelPlugin<T = unknown>(args: RunPluginArgs): Promise<
|
|||||||
"baseUrl",
|
"baseUrl",
|
||||||
"apiKey",
|
"apiKey",
|
||||||
"systemPrompt",
|
"systemPrompt",
|
||||||
|
"reasoningEffort",
|
||||||
"http",
|
"http",
|
||||||
"request",
|
"request",
|
||||||
"poll",
|
"poll",
|
||||||
@@ -142,6 +143,7 @@ export async function runModelPlugin<T = unknown>(args: RunPluginArgs): Promise<
|
|||||||
config.baseUrl,
|
config.baseUrl,
|
||||||
config.apiKey,
|
config.apiKey,
|
||||||
config.systemPrompt || "",
|
config.systemPrompt || "",
|
||||||
|
config.reasoningEffort,
|
||||||
http,
|
http,
|
||||||
request,
|
request,
|
||||||
poll,
|
poll,
|
||||||
@@ -169,6 +171,7 @@ export const PLUGIN_VARIABLES: PluginVariable[] = [
|
|||||||
{ name: "baseUrl", type: "string", desc: "渠道接口地址(原样,未拼 /v1)" },
|
{ name: "baseUrl", type: "string", desc: "渠道接口地址(原样,未拼 /v1)" },
|
||||||
{ name: "apiKey", type: "string", desc: "渠道 API Key,请求头里自己带上" },
|
{ name: "apiKey", type: "string", desc: "渠道 API Key,请求头里自己带上" },
|
||||||
{ name: "systemPrompt", type: "string", desc: "系统提示词原文" },
|
{ name: "systemPrompt", type: "string", desc: "系统提示词原文" },
|
||||||
|
{ name: "reasoningEffort", type: '"auto" | "low" | "medium" | "high" | "xhigh"', desc: "文本推理强度;auto 表示由脚本决定是否传递", capabilities: ["text"] },
|
||||||
{ name: "http", type: "object", desc: "便捷请求:http.post(path, body, {headers,params,responseType})、http.get(path, opts)、http.url(path);默认带 Authorization: Bearer apiKey,可用 headers 覆盖;path 相对时按 baseUrl 拼 /v1" },
|
{ name: "http", type: "object", desc: "便捷请求:http.post(path, body, {headers,params,responseType})、http.get(path, opts)、http.url(path);默认带 Authorization: Bearer apiKey,可用 headers 覆盖;path 相对时按 baseUrl 拼 /v1" },
|
||||||
{ name: "request", type: "function", desc: "原始请求 request({ method, url, headers, params, data, responseType }),不加任何默认头,鉴权头自己写;url 相对时按 baseUrl 拼接(不加 /v1)" },
|
{ name: "request", type: "function", desc: "原始请求 request({ method, url, headers, params, data, responseType }),不加任何默认头,鉴权头自己写;url 相对时按 baseUrl 拼接(不加 /v1)" },
|
||||||
{ name: "poll", type: "function", desc: "轮询 poll(request, extract, {intervalMs,timeoutMs}),extract 返回真值即结束" },
|
{ name: "poll", type: "function", desc: "轮询 poll(request, extract, {intervalMs,timeoutMs}),extract 返回真值即结束" },
|
||||||
@@ -321,12 +324,16 @@ return { data: audio.data };`,
|
|||||||
text: [
|
text: [
|
||||||
{
|
{
|
||||||
label: "OpenAI 规范",
|
label: "OpenAI 规范",
|
||||||
script: `// 文本对话(OpenAI Responses 接口)。可用:messages([{role,content}])、systemPrompt、model
|
script: `// 文本对话(OpenAI Responses 接口)。可用:messages([{role,content}])、systemPrompt、model、reasoningEffort
|
||||||
const data = await request({
|
const data = await request({
|
||||||
method: "post",
|
method: "post",
|
||||||
url: \`\${baseUrl}/v1/responses\`,
|
url: \`\${baseUrl}/v1/responses\`,
|
||||||
headers: { "Content-Type": "application/json", Authorization: \`Bearer \${apiKey}\` },
|
headers: { "Content-Type": "application/json", Authorization: \`Bearer \${apiKey}\` },
|
||||||
data: { model, input: messages },
|
data: {
|
||||||
|
model,
|
||||||
|
input: messages,
|
||||||
|
...(reasoningEffort === "auto" ? {} : { reasoning: { effort: reasoningEffort } }),
|
||||||
|
},
|
||||||
});
|
});
|
||||||
const text = data.output_text
|
const text = data.output_text
|
||||||
|| (data.output || []).flatMap((o) => o.content || []).map((c) => c.text || "").join("")
|
|| (data.output || []).flatMap((o) => o.content || []).map((c) => c.text || "").join("")
|
||||||
|
|||||||
@@ -0,0 +1,37 @@
|
|||||||
|
import { nanoid } from "nanoid";
|
||||||
|
|
||||||
|
export type PromptSource = {
|
||||||
|
id: string;
|
||||||
|
name: string;
|
||||||
|
url: string;
|
||||||
|
homepage: string;
|
||||||
|
enabled: boolean;
|
||||||
|
builtIn: boolean;
|
||||||
|
};
|
||||||
|
|
||||||
|
export const PROMPT_REGISTRY_HOMEPAGE = "https://github.com/yukkcat/image-prompts";
|
||||||
|
const PROMPT_REGISTRY_SOURCE_BASE = "https://raw.githubusercontent.com/yukkcat/image-prompts/main/dist/sources";
|
||||||
|
|
||||||
|
export function createPromptSource(source?: Partial<PromptSource>): PromptSource {
|
||||||
|
return {
|
||||||
|
id: source?.id?.trim() || nanoid(),
|
||||||
|
name: source?.name?.trim() || "新来源",
|
||||||
|
url: source?.url?.trim() || "",
|
||||||
|
homepage: source?.homepage?.trim() || "",
|
||||||
|
enabled: source?.enabled ?? true,
|
||||||
|
builtIn: source?.builtIn ?? false,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
export const DEFAULT_PROMPT_SOURCES: PromptSource[] = [
|
||||||
|
registrySource("banana-prompt-quicker", "Banana Prompt Quicker", "https://glidea.github.io/banana-prompt-quicker/"),
|
||||||
|
registrySource("davidwu-gpt-image2-prompts", "DavidWu GPT Image 2", "https://github.com/davidwuw0811-boop/awesome-gpt-image2-prompts"),
|
||||||
|
registrySource("awesome-gpt-image", "Awesome GPT Image", "https://github.com/ZeroLu/awesome-gpt-image"),
|
||||||
|
registrySource("awesome-gpt4o-image-prompts", "Awesome GPT-4o", "https://github.com/ImgEdify/Awesome-GPT4o-Image-Prompts"),
|
||||||
|
registrySource("youmind-gpt-image-2", "YouMind GPT Image 2", "https://github.com/YouMind-OpenLab/awesome-gpt-image-2"),
|
||||||
|
registrySource("youmind-nano-banana-pro", "YouMind Nano Banana Pro", "https://github.com/YouMind-OpenLab/awesome-nano-banana-pro-prompts"),
|
||||||
|
];
|
||||||
|
|
||||||
|
function registrySource(id: string, name: string, homepage: string): PromptSource {
|
||||||
|
return { id, name, url: `${PROMPT_REGISTRY_SOURCE_BASE}/${id}.json`, homepage, enabled: true, builtIn: true };
|
||||||
|
}
|
||||||
@@ -0,0 +1,118 @@
|
|||||||
|
import type { PromptSource } from "./prompt-source-presets";
|
||||||
|
|
||||||
|
export type RawPrompt = {
|
||||||
|
id: string;
|
||||||
|
title: string;
|
||||||
|
prompt: string;
|
||||||
|
description: string;
|
||||||
|
coverUrl: string;
|
||||||
|
referenceImageUrls: string[];
|
||||||
|
tags: string[];
|
||||||
|
preview: string;
|
||||||
|
createdAt: string;
|
||||||
|
updatedAt: string;
|
||||||
|
author?: string;
|
||||||
|
sourceUrl?: string;
|
||||||
|
imageMode?: string;
|
||||||
|
imageModel?: string;
|
||||||
|
imageSize?: string;
|
||||||
|
imageCount?: number;
|
||||||
|
};
|
||||||
|
|
||||||
|
type RunOptions = { signal?: AbortSignal };
|
||||||
|
|
||||||
|
async function fetchSource(source: PromptSource, options?: RunOptions) {
|
||||||
|
const response = await fetch(source.url, { cache: "no-store", signal: options?.signal });
|
||||||
|
if (!response.ok) throw new Error(`请求失败(${response.status})`);
|
||||||
|
return response.json();
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function runPromptSource(source: PromptSource, options?: RunOptions): Promise<RawPrompt[]> {
|
||||||
|
if (!source.url.trim()) throw new Error("JSON URL 不能为空");
|
||||||
|
let data: unknown;
|
||||||
|
try {
|
||||||
|
data = await fetchSource(source, options);
|
||||||
|
} catch (error) {
|
||||||
|
if (error instanceof DOMException && error.name === "AbortError") throw error;
|
||||||
|
throw new Error(`「${source.name}」拉取失败:${error instanceof Error ? error.message : String(error)}`);
|
||||||
|
}
|
||||||
|
|
||||||
|
const items = parseJsonSource(data, source);
|
||||||
|
if (source.builtIn && !items.length) throw new Error(`「${source.name}」未解析到有效提示词`);
|
||||||
|
return items;
|
||||||
|
}
|
||||||
|
|
||||||
|
function parseJsonSource(data: unknown, source: PromptSource) {
|
||||||
|
if (!Array.isArray(data)) throw new Error(`「${source.name}」格式错误:根节点必须是数组`);
|
||||||
|
return normalizeItems(data, source);
|
||||||
|
}
|
||||||
|
|
||||||
|
function normalizeItems(values: unknown[], source: PromptSource) {
|
||||||
|
const seen = new Set<string>();
|
||||||
|
const items: RawPrompt[] = [];
|
||||||
|
values.forEach((value, index) => {
|
||||||
|
const record = asRecord(value);
|
||||||
|
const title = stringValue(record.title).trim();
|
||||||
|
const prompt = stringValue(record.prompt).trim();
|
||||||
|
if (!title || !prompt) return;
|
||||||
|
const id = stringValue(record.id).trim() || `${source.id}-${leftPad(index + 1)}`;
|
||||||
|
if (seen.has(id)) return;
|
||||||
|
seen.add(id);
|
||||||
|
const referenceImageUrls = stringArray(record.referenceImageUrls).map((url) => absoluteUrl(source.url, url));
|
||||||
|
const coverUrl = absoluteUrl(source.url, stringValue(record.coverUrl)) || referenceImageUrls[0] || "";
|
||||||
|
items.push({
|
||||||
|
id,
|
||||||
|
title,
|
||||||
|
prompt,
|
||||||
|
description: stringValue(record.description),
|
||||||
|
coverUrl,
|
||||||
|
referenceImageUrls,
|
||||||
|
tags: stringArray(record.tags),
|
||||||
|
preview: stringValue(record.preview),
|
||||||
|
createdAt: stringValue(record.createdAt),
|
||||||
|
updatedAt: stringValue(record.updatedAt),
|
||||||
|
author: stringValue(record.author),
|
||||||
|
sourceUrl: absoluteUrl(source.url, stringValue(record.sourceUrl)),
|
||||||
|
imageMode: optionalString(record.imageMode),
|
||||||
|
imageModel: optionalString(record.imageModel),
|
||||||
|
imageSize: optionalString(record.imageSize),
|
||||||
|
imageCount: optionalNumber(record.imageCount),
|
||||||
|
});
|
||||||
|
});
|
||||||
|
return items;
|
||||||
|
}
|
||||||
|
|
||||||
|
function asRecord(value: unknown): Record<string, unknown> {
|
||||||
|
return value && typeof value === "object" ? (value as Record<string, unknown>) : {};
|
||||||
|
}
|
||||||
|
|
||||||
|
function stringValue(value: unknown) {
|
||||||
|
return typeof value === "string" || typeof value === "number" ? String(value) : "";
|
||||||
|
}
|
||||||
|
|
||||||
|
function stringArray(value: unknown) {
|
||||||
|
return Array.isArray(value) ? value.map(stringValue).map((item) => item.trim()).filter(Boolean) : [];
|
||||||
|
}
|
||||||
|
|
||||||
|
function optionalString(value: unknown) {
|
||||||
|
const result = stringValue(value).trim();
|
||||||
|
return result || undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
function optionalNumber(value: unknown) {
|
||||||
|
const result = Number(value);
|
||||||
|
return Number.isFinite(result) && result > 0 ? result : undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
function absoluteUrl(baseUrl: string, path: string) {
|
||||||
|
if (!path) return "";
|
||||||
|
try {
|
||||||
|
return new URL(path, baseUrl).toString();
|
||||||
|
} catch {
|
||||||
|
return path;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function leftPad(value: number) {
|
||||||
|
return String(value).padStart(4, "0");
|
||||||
|
}
|
||||||
+174
-193
@@ -1,22 +1,13 @@
|
|||||||
import localforage from "localforage";
|
import localforage from "localforage";
|
||||||
|
|
||||||
export type Prompt = {
|
import { runPromptSource, type RawPrompt } from "./prompt-source-runtime";
|
||||||
id: string;
|
import { usePromptSourceStore } from "@/stores/use-prompt-source-store";
|
||||||
title: string;
|
import type { PromptSource } from "./prompt-source-presets";
|
||||||
coverUrl: string;
|
|
||||||
prompt: string;
|
|
||||||
tags: string[];
|
|
||||||
category: string;
|
|
||||||
githubUrl: string;
|
|
||||||
preview: string;
|
|
||||||
createdAt: string;
|
|
||||||
updatedAt: string;
|
|
||||||
};
|
|
||||||
|
|
||||||
type PromptCategory = {
|
export type Prompt = RawPrompt & {
|
||||||
|
sourceId: string;
|
||||||
category: string;
|
category: string;
|
||||||
githubUrl: string;
|
githubUrl: string;
|
||||||
build: () => Promise<Omit<Prompt, "category" | "githubUrl">[]>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const ALL_PROMPTS_OPTION = "全部";
|
export const ALL_PROMPTS_OPTION = "全部";
|
||||||
@@ -28,65 +19,187 @@ export type PromptListResponse = {
|
|||||||
total: number;
|
total: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
const awesomeGptImageRawBase = "https://raw.githubusercontent.com/ZeroLu/awesome-gpt-image/main";
|
export type PromptSourceStatus = {
|
||||||
const awesomeGpt4oImagePromptsBase = "https://raw.githubusercontent.com/ImgEdify/Awesome-GPT4o-Image-Prompts/main";
|
sourceId: string;
|
||||||
const youMindGptImage2RawBase = "https://raw.githubusercontent.com/YouMind-OpenLab/awesome-gpt-image-2/main";
|
count: number;
|
||||||
const youMindNanoBananaProRawBase = "https://raw.githubusercontent.com/YouMind-OpenLab/awesome-nano-banana-pro-prompts/main";
|
lastSuccessAt: string;
|
||||||
const davidWuGptImage2RawBase = "https://raw.githubusercontent.com/davidwuw0811-boop/awesome-gpt-image2-prompts/main";
|
lastError: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
export type PromptSourceRefreshResult = PromptSourceStatus & {
|
||||||
|
sourceName: string;
|
||||||
|
success: boolean;
|
||||||
|
};
|
||||||
|
|
||||||
|
export type PromptSourceRefreshSummary = {
|
||||||
|
results: PromptSourceRefreshResult[];
|
||||||
|
total: number;
|
||||||
|
successCount: number;
|
||||||
|
failureCount: number;
|
||||||
|
};
|
||||||
|
|
||||||
|
type SourceCache = PromptSourceStatus & {
|
||||||
|
items: Prompt[];
|
||||||
|
fetchedAt: number;
|
||||||
|
signature: string;
|
||||||
|
};
|
||||||
|
|
||||||
const cacheTtlMs = 1000 * 60 * 60;
|
const cacheTtlMs = 1000 * 60 * 60;
|
||||||
const promptCacheKey = "third-party-prompts";
|
|
||||||
const promptCacheStore = localforage.createInstance({ name: "infinite-canvas", storeName: "prompt_cache" });
|
const promptCacheStore = localforage.createInstance({ name: "infinite-canvas", storeName: "prompt_cache" });
|
||||||
|
const loadingSources = new Map<string, Promise<PromptSourceRefreshResult>>();
|
||||||
|
|
||||||
const categories: PromptCategory[] = [
|
function enabledSources() {
|
||||||
{ category: "awesome-gpt-image", githubUrl: "https://github.com/ZeroLu/awesome-gpt-image", build: buildAwesomeGptImagePrompts },
|
return usePromptSourceStore.getState().sources.filter((source) => source.enabled);
|
||||||
{ category: "awesome-gpt4o-image-prompts", githubUrl: "https://github.com/ImgEdify/Awesome-GPT4o-Image-Prompts", build: buildAwesomeGpt4oImagePrompts },
|
|
||||||
{ category: "youmind-gpt-image-2", githubUrl: "https://github.com/YouMind-OpenLab/awesome-gpt-image-2", build: () => buildYouMindPrompts(youMindGptImage2RawBase, "youmind-gpt-image-2", "gpt-image-2") },
|
|
||||||
{ category: "youmind-nano-banana-pro", githubUrl: "https://github.com/YouMind-OpenLab/awesome-nano-banana-pro-prompts", build: () => buildYouMindPrompts(youMindNanoBananaProRawBase, "youmind-nano-banana-pro", "nano-banana-pro") },
|
|
||||||
{ category: "davidwu-gpt-image2-prompts", githubUrl: "https://github.com/davidwuw0811-boop/awesome-gpt-image2-prompts", build: buildDavidWuGptImage2Prompts },
|
|
||||||
];
|
|
||||||
|
|
||||||
let loadingPrompts: Promise<Prompt[]> | null = null;
|
|
||||||
|
|
||||||
export async function fetchPrompts({ keyword = "", tag = [], category = ALL_PROMPTS_OPTION, page = 1, pageSize = 20 }: { keyword?: string; tag?: string[]; category?: string; page?: number; pageSize?: number } = {}) {
|
|
||||||
const items = await getPrompts();
|
|
||||||
const normalizedKeyword = keyword.trim().toLowerCase();
|
|
||||||
const normalizedPage = Math.max(1, page);
|
|
||||||
const normalizedPageSize = Math.max(1, Math.min(100, pageSize));
|
|
||||||
const withoutTagFilter = filterPrompts(items, { keyword: normalizedKeyword, category, tags: [] });
|
|
||||||
const filtered = filterPrompts(items, { keyword: normalizedKeyword, category, tags: tag });
|
|
||||||
|
|
||||||
return {
|
|
||||||
items: filtered.slice((normalizedPage - 1) * normalizedPageSize, normalizedPage * normalizedPageSize),
|
|
||||||
tags: collectTags(withoutTagFilter),
|
|
||||||
categories: categories.map((item) => item.category),
|
|
||||||
total: filtered.length,
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function getPrompts() {
|
function cacheKey(sourceId: string) {
|
||||||
const cached = await promptCacheStore.getItem<{ items?: Prompt[]; fetchedAt?: number }>(promptCacheKey);
|
return `prompt-source:${sourceId}`;
|
||||||
if (cached?.items?.length && cached.fetchedAt && Date.now() - cached.fetchedAt < cacheTtlMs) return cached.items;
|
|
||||||
if (loadingPrompts) return loadingPrompts;
|
|
||||||
loadingPrompts = loadPrompts().finally(() => {
|
|
||||||
loadingPrompts = null;
|
|
||||||
});
|
|
||||||
return loadingPrompts;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function loadPrompts() {
|
function sourceSignature(source: PromptSource) {
|
||||||
|
const value = `${source.name}\n${source.url}\n${source.homepage}`;
|
||||||
|
let hash = 0;
|
||||||
|
for (let i = 0; i < value.length; i += 1) hash = (hash * 31 + value.charCodeAt(i)) | 0;
|
||||||
|
return `${value.length}:${hash}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function withSourceMeta(source: PromptSource, items: RawPrompt[]): Prompt[] {
|
||||||
|
return items.map((item) => ({
|
||||||
|
...item,
|
||||||
|
description: item.description || "",
|
||||||
|
referenceImageUrls: Array.isArray(item.referenceImageUrls) ? item.referenceImageUrls : [],
|
||||||
|
sourceId: source.id,
|
||||||
|
category: source.name,
|
||||||
|
githubUrl: item.sourceUrl || source.homepage,
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
|
||||||
|
async function readSourceCache(sourceId: string) {
|
||||||
|
return promptCacheStore.getItem<SourceCache>(cacheKey(sourceId));
|
||||||
|
}
|
||||||
|
|
||||||
|
async function refreshSourceRecord(source: PromptSource): Promise<PromptSourceRefreshResult> {
|
||||||
|
const previous = await readSourceCache(source.id);
|
||||||
|
try {
|
||||||
|
const items = withSourceMeta(source, await runPromptSource(source));
|
||||||
|
const lastSuccessAt = new Date().toISOString();
|
||||||
|
const cache: SourceCache = { sourceId: source.id, items, count: items.length, fetchedAt: Date.now(), lastSuccessAt, lastError: "", signature: sourceSignature(source) };
|
||||||
|
await promptCacheStore.setItem(cacheKey(source.id), cache);
|
||||||
|
return { sourceId: source.id, sourceName: source.name, count: items.length, lastSuccessAt, lastError: "", success: true };
|
||||||
|
} catch (error) {
|
||||||
|
const lastError = error instanceof Error ? error.message : String(error);
|
||||||
|
const cache: SourceCache = {
|
||||||
|
sourceId: source.id,
|
||||||
|
items: previous?.items || [],
|
||||||
|
count: previous?.items?.length || 0,
|
||||||
|
fetchedAt: previous?.fetchedAt || 0,
|
||||||
|
lastSuccessAt: previous?.lastSuccessAt || "",
|
||||||
|
lastError,
|
||||||
|
signature: previous?.signature || sourceSignature(source),
|
||||||
|
};
|
||||||
|
await promptCacheStore.setItem(cacheKey(source.id), cache);
|
||||||
|
return { sourceId: source.id, sourceName: source.name, count: cache.count, lastSuccessAt: cache.lastSuccessAt, lastError, success: false };
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function getOrStartRefresh(source: PromptSource) {
|
||||||
|
const current = loadingSources.get(source.id);
|
||||||
|
if (current) return current;
|
||||||
|
const loading = refreshSourceRecord(source).finally(() => loadingSources.delete(source.id));
|
||||||
|
loadingSources.set(source.id, loading);
|
||||||
|
return loading;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function getSourcePrompts(source: PromptSource): Promise<Prompt[]> {
|
||||||
|
const cached = await readSourceCache(source.id);
|
||||||
|
if (cached) {
|
||||||
|
const stale = cached.signature !== sourceSignature(source) || Date.now() - cached.fetchedAt >= cacheTtlMs;
|
||||||
|
if (stale) void getOrStartRefresh(source).catch(() => undefined);
|
||||||
|
return withSourceMeta(source, cached.items);
|
||||||
|
}
|
||||||
|
const result = await getOrStartRefresh(source);
|
||||||
|
if (!result.success) throw new Error(result.lastError);
|
||||||
|
return (await readSourceCache(source.id))?.items || [];
|
||||||
|
}
|
||||||
|
|
||||||
|
async function getAllPrompts(): Promise<Prompt[]> {
|
||||||
const settled = await Promise.all(
|
const settled = await Promise.all(
|
||||||
categories.map(async (category) => {
|
enabledSources().map(async (source) => {
|
||||||
try {
|
try {
|
||||||
const items = await category.build();
|
return await getSourcePrompts(source);
|
||||||
return items.map((item) => ({ ...item, category: category.category, githubUrl: category.githubUrl }));
|
|
||||||
} catch {
|
} catch {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
const items = settled.flat();
|
return settled.flat();
|
||||||
await promptCacheStore.setItem(promptCacheKey, { items, fetchedAt: Date.now() });
|
}
|
||||||
return items;
|
|
||||||
|
export async function fetchPrompts({ keyword = "", tag = [], category = ALL_PROMPTS_OPTION, page = 1, pageSize = 20 }: { keyword?: string; tag?: string[]; category?: string; page?: number; pageSize?: number } = {}) {
|
||||||
|
const items = await getAllPrompts();
|
||||||
|
const normalizedKeyword = keyword.trim().toLowerCase();
|
||||||
|
const normalizedPage = Math.max(1, page);
|
||||||
|
const normalizedPageSize = Math.max(1, Math.min(100, pageSize));
|
||||||
|
const withoutTagFilter = filterPrompts(items, { keyword: normalizedKeyword, category, tags: [] });
|
||||||
|
const filtered = filterPrompts(items, { keyword: normalizedKeyword, category, tags: tag });
|
||||||
|
const categories = enabledSources().map((source) => source.name);
|
||||||
|
|
||||||
|
return {
|
||||||
|
items: filtered.slice((normalizedPage - 1) * normalizedPageSize, normalizedPage * normalizedPageSize),
|
||||||
|
tags: collectTags(withoutTagFilter),
|
||||||
|
categories,
|
||||||
|
total: filtered.length,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function fetchSourcePrompts(sourceId: string): Promise<Prompt[]> {
|
||||||
|
const source = usePromptSourceStore.getState().sources.find((item) => item.id === sourceId);
|
||||||
|
if (!source) throw new Error("提示词来源不存在");
|
||||||
|
return getSourcePrompts(source);
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function refreshSource(sourceId: string): Promise<PromptSourceRefreshResult> {
|
||||||
|
const source = usePromptSourceStore.getState().sources.find((item) => item.id === sourceId);
|
||||||
|
if (!source) throw new Error("提示词来源不存在");
|
||||||
|
const result = await getOrStartRefresh(source);
|
||||||
|
if (!result.success) throw new Error(result.lastError);
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function refreshAllSources(): Promise<PromptSourceRefreshSummary> {
|
||||||
|
const results = await Promise.all(enabledSources().map(getOrStartRefresh));
|
||||||
|
return summarizeRefresh(results);
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function refreshDueSources(maxAgeMs: number): Promise<PromptSourceRefreshSummary> {
|
||||||
|
const sources = await Promise.all(
|
||||||
|
enabledSources().map(async (source) => {
|
||||||
|
const cached = await readSourceCache(source.id);
|
||||||
|
const lastSuccess = cached?.lastSuccessAt ? new Date(cached.lastSuccessAt).getTime() : 0;
|
||||||
|
return !lastSuccess || Boolean(cached?.lastError) || Date.now() - lastSuccess >= maxAgeMs || cached?.signature !== sourceSignature(source) ? source : null;
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
const results = await Promise.all(sources.filter((source): source is PromptSource => Boolean(source)).map(getOrStartRefresh));
|
||||||
|
return summarizeRefresh(results);
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function fetchPromptSourceStatuses(): Promise<Record<string, PromptSourceStatus>> {
|
||||||
|
const entries = await Promise.all(
|
||||||
|
usePromptSourceStore.getState().sources.map(async (source) => {
|
||||||
|
const cache = await readSourceCache(source.id);
|
||||||
|
return [source.id, { sourceId: source.id, count: cache?.items?.length || 0, lastSuccessAt: cache?.lastSuccessAt || "", lastError: cache?.lastError || "" }] as const;
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
return Object.fromEntries(entries);
|
||||||
|
}
|
||||||
|
|
||||||
|
function summarizeRefresh(results: PromptSourceRefreshResult[]): PromptSourceRefreshSummary {
|
||||||
|
return {
|
||||||
|
results,
|
||||||
|
total: results.reduce((total, item) => total + item.count, 0),
|
||||||
|
successCount: results.filter((item) => item.success).length,
|
||||||
|
failureCount: results.filter((item) => !item.success).length,
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
function filterPrompts(items: Prompt[], options: { keyword: string; category: string; tags: string[] }) {
|
function filterPrompts(items: Prompt[], options: { keyword: string; category: string; tags: string[] }) {
|
||||||
@@ -94,148 +207,16 @@ function filterPrompts(items: Prompt[], options: { keyword: string; category: st
|
|||||||
if (isActiveOption(options.category) && item.category !== options.category) return false;
|
if (isActiveOption(options.category) && item.category !== options.category) return false;
|
||||||
if (options.tags.length && !options.tags.some((tag) => item.tags.includes(tag))) return false;
|
if (options.tags.length && !options.tags.some((tag) => item.tags.includes(tag))) return false;
|
||||||
if (!options.keyword) return true;
|
if (!options.keyword) return true;
|
||||||
return [item.title, item.prompt, item.category, ...item.tags].join(" ").toLowerCase().includes(options.keyword);
|
return [item.title, item.prompt, item.description, item.category, ...item.tags].join(" ").toLowerCase().includes(options.keyword);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async function buildAwesomeGptImagePrompts() {
|
|
||||||
const markdown = await fetchText(awesomeGptImageRawBase, "README.zh-CN.md");
|
|
||||||
const items: Omit<Prompt, "category" | "githubUrl">[] = [];
|
|
||||||
for (const section of splitBeforeHeading(markdown, "## ")) {
|
|
||||||
const tags = tagsFromHeading(firstMatch(section, /^##\s+(.+)$/m));
|
|
||||||
for (const block of splitBeforeHeading(section, "### ")) {
|
|
||||||
const title = firstMatch(block, /^###\s+(.+)$/m).replace(/\[([^\]]+)]\([^)]+\)/g, "$1").trim();
|
|
||||||
const prompt = firstMatch(block, /\*\*提示词:\*\*\s*\r?\n\s*```[\w-]*\r?\n(.*?)\r?\n```/s).trim();
|
|
||||||
if (!title || !prompt) continue;
|
|
||||||
const images = extractMarkdownImages(awesomeGptImageRawBase, block);
|
|
||||||
items.push(defaultPrompt(`awesome-gpt-image-${leftPad(items.length + 1)}`, title, prompt, images[0] || "", tags, markdownPreview(images)));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return items;
|
|
||||||
}
|
|
||||||
|
|
||||||
async function buildAwesomeGpt4oImagePrompts() {
|
|
||||||
const markdown = await fetchText(awesomeGpt4oImagePromptsBase, "README.zh-CN.md");
|
|
||||||
const items: Omit<Prompt, "category" | "githubUrl">[] = [];
|
|
||||||
for (const block of splitBeforeHeading(markdown, "### ")) {
|
|
||||||
const title = firstMatch(block, /^###\s+(.+)$/m).trim();
|
|
||||||
const prompt = firstMatch(block, /- \*\*提示词文本:\*\*\s*`(.*?)`/s).trim();
|
|
||||||
if (!title || !prompt) continue;
|
|
||||||
const images = extractMarkdownImages(awesomeGpt4oImagePromptsBase, block);
|
|
||||||
items.push(defaultPrompt(`awesome-gpt4o-image-prompts-${leftPad(items.length + 1)}`, title, prompt, images[0] || "", ["gpt4o"], markdownPreview(images)));
|
|
||||||
}
|
|
||||||
return items;
|
|
||||||
}
|
|
||||||
|
|
||||||
async function buildYouMindPrompts(baseUrl: string, idPrefix: string, modelTag: string) {
|
|
||||||
const markdown = await fetchText(baseUrl, "README_zh.md");
|
|
||||||
const items: Omit<Prompt, "category" | "githubUrl">[] = [];
|
|
||||||
for (const block of splitBeforeHeading(markdown, "### ")) {
|
|
||||||
const title = firstMatch(block, /^###\s+No\.\s*\d+:\s*(.+)$/m).trim();
|
|
||||||
const prompt = firstMatch(block, /#### .*?提示词\s*\r?\n\s*```[\w-]*\r?\n(.*?)\r?\n```/s).trim();
|
|
||||||
if (!title || !prompt) continue;
|
|
||||||
const images = extractMarkdownImages(baseUrl, block);
|
|
||||||
items.push(defaultPrompt(`${idPrefix}-${leftPad(items.length + 1)}`, title, prompt, images[0] || "", youMindTags(title, modelTag), markdownPreview(images)));
|
|
||||||
}
|
|
||||||
return items;
|
|
||||||
}
|
|
||||||
|
|
||||||
async function buildDavidWuGptImage2Prompts() {
|
|
||||||
const data = await fetchJson<Array<{ id?: number; title_en?: string; title_cn?: string; category?: string; category_cn?: string; prompt?: string; note?: string; author?: string; source?: string; needs_ref?: boolean; image?: string }>>(davidWuGptImage2RawBase, "prompts.json");
|
|
||||||
return data
|
|
||||||
.map((item, index) => {
|
|
||||||
const title = (item.title_cn || item.title_en || "").trim();
|
|
||||||
const prompt = (item.prompt || "").trim();
|
|
||||||
if (!title || !prompt) return null;
|
|
||||||
const image = absoluteImage(davidWuGptImage2RawBase, item.image || "");
|
|
||||||
const preview = [item.title_en, item.note, image ? `` : ""].filter(Boolean).join("\n\n");
|
|
||||||
return defaultPrompt(`davidwu-gpt-image2-prompts-${leftPad(item.id || index + 1)}`, title, prompt, image, davidWuTags(item), preview);
|
|
||||||
})
|
|
||||||
.filter((item): item is Omit<Prompt, "category" | "githubUrl"> => Boolean(item));
|
|
||||||
}
|
|
||||||
|
|
||||||
function defaultPrompt(id: string, title: string, prompt: string, coverUrl: string, tags: string[], preview: string): Omit<Prompt, "category" | "githubUrl"> {
|
|
||||||
return { id, title, coverUrl, prompt, tags, preview, createdAt: "", updatedAt: "" };
|
|
||||||
}
|
|
||||||
|
|
||||||
async function fetchText(baseUrl: string, file: string) {
|
|
||||||
const response = await fetch(`${baseUrl}/${file}`, { cache: "no-store" });
|
|
||||||
if (!response.ok) throw new Error(`${file} 拉取失败`);
|
|
||||||
return response.text();
|
|
||||||
}
|
|
||||||
|
|
||||||
async function fetchJson<T>(baseUrl: string, file: string) {
|
|
||||||
return JSON.parse(await fetchText(baseUrl, file)) as T;
|
|
||||||
}
|
|
||||||
|
|
||||||
function splitBeforeHeading(markdown: string, prefix: string) {
|
|
||||||
const blocks: string[] = [];
|
|
||||||
let current: string[] = [];
|
|
||||||
for (const line of markdown.split("\n")) {
|
|
||||||
if (line.startsWith(prefix) && current.length) {
|
|
||||||
blocks.push(current.join("\n"));
|
|
||||||
current = [];
|
|
||||||
}
|
|
||||||
current.push(line);
|
|
||||||
}
|
|
||||||
blocks.push(current.join("\n"));
|
|
||||||
return blocks;
|
|
||||||
}
|
|
||||||
|
|
||||||
function firstMatch(value: string, pattern: RegExp) {
|
|
||||||
return pattern.exec(value)?.[1] || "";
|
|
||||||
}
|
|
||||||
|
|
||||||
function extractMarkdownImages(baseUrl: string, markdown: string) {
|
|
||||||
return Array.from(markdown.matchAll(/!\[[^\]]*]\(([^)]+)\)/g), (match) => absoluteImage(baseUrl, match[1])).filter(Boolean);
|
|
||||||
}
|
|
||||||
|
|
||||||
function absoluteImage(baseUrl: string, image: string) {
|
|
||||||
if (!image) return "";
|
|
||||||
if (/^https?:\/\//i.test(image)) return image;
|
|
||||||
return `${baseUrl}/${image.replace(/^\.?\//, "")}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
function tagsFromCategory(category: string) {
|
|
||||||
return splitTags(category.replace(/\s+Cases$/i, ""), /\s*(?:&|and)\s*/);
|
|
||||||
}
|
|
||||||
|
|
||||||
function tagsFromHeading(heading: string) {
|
|
||||||
return splitTags(heading.replace(/[^\p{L}\p{N}/&、与 ]/gu, ""), /\s*(?:\/|&|、|与)\s*/);
|
|
||||||
}
|
|
||||||
|
|
||||||
function youMindTags(title: string, modelTag: string) {
|
|
||||||
const [, prefix] = title.match(/^(.+?) - /) || [];
|
|
||||||
return [modelTag, ...tagsFromHeading(prefix || "")];
|
|
||||||
}
|
|
||||||
|
|
||||||
function davidWuTags(item: { category_cn?: string; category?: string; author?: string; source?: string; needs_ref?: boolean }) {
|
|
||||||
const tags = splitTags([item.category_cn, item.category, item.author, item.source].filter(Boolean).join("/"), /\//);
|
|
||||||
if (item.needs_ref) tags.push("需要参考图");
|
|
||||||
return tags;
|
|
||||||
}
|
|
||||||
|
|
||||||
function splitTags(value: string, pattern: RegExp) {
|
|
||||||
return value
|
|
||||||
.split(pattern)
|
|
||||||
.map((tag) => tag.trim().toLowerCase())
|
|
||||||
.filter(Boolean);
|
|
||||||
}
|
|
||||||
|
|
||||||
function markdownPreview(images: string[]) {
|
|
||||||
return images.filter(Boolean).map((image) => ``).join("\n\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
function collectTags(items: Prompt[]) {
|
function collectTags(items: Prompt[]) {
|
||||||
return Array.from(new Set(items.flatMap((item) => item.tags).filter(Boolean)));
|
return Array.from(new Set(items.flatMap((item) => item.tags).filter(Boolean)));
|
||||||
}
|
}
|
||||||
|
|
||||||
function leftPad(value: number) {
|
|
||||||
return String(value).padStart(4, "0");
|
|
||||||
}
|
|
||||||
|
|
||||||
function isActiveOption(value: string) {
|
function isActiveOption(value: string) {
|
||||||
return value && value !== "全部" && value !== "all";
|
return value && value !== ALL_PROMPTS_OPTION && value !== "all";
|
||||||
}
|
}
|
||||||
|
|
||||||
export function formatPromptDate(value: string) {
|
export function formatPromptDate(value: string) {
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ async function createSeedanceTask(config: AiConfig, model: string, prompt: strin
|
|||||||
model: modelOptionName(model),
|
model: modelOptionName(model),
|
||||||
content,
|
content,
|
||||||
ratio: normalizeSeedanceRatio(config.size),
|
ratio: normalizeSeedanceRatio(config.size),
|
||||||
resolution: normalizeSeedanceResolution(config.vquality, modelOptionName(model)),
|
resolution: normalizeSeedanceResolution(config.vquality),
|
||||||
duration: normalizeSeedanceDuration(config.videoSeconds),
|
duration: normalizeSeedanceDuration(config.videoSeconds),
|
||||||
generate_audio: boolConfig(config.videoGenerateAudio, true),
|
generate_audio: boolConfig(config.videoGenerateAudio, true),
|
||||||
watermark: boolConfig(config.videoWatermark, false),
|
watermark: boolConfig(config.videoWatermark, false),
|
||||||
@@ -339,14 +339,29 @@ function readApiErrorMessage(value: unknown): string {
|
|||||||
if (!value) return "";
|
if (!value) return "";
|
||||||
if (typeof value === "string") {
|
if (typeof value === "string") {
|
||||||
try {
|
try {
|
||||||
return readApiErrorMessage(JSON.parse(value)) || value;
|
const parsed = JSON.parse(value);
|
||||||
|
const inner = readApiErrorMessage(parsed) || value;
|
||||||
|
if (inner === value && typeof parsed === "object" && Object.keys(parsed).length === 0) return "";
|
||||||
|
return inner;
|
||||||
} catch {
|
} catch {
|
||||||
|
if (/<[a-z][\s\S]*>/i.test(value)) return `服务返回了 HTML 错误页面(${value.slice(0, 80)}...)`;
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (typeof value !== "object") return "";
|
if (typeof value !== "object") return "";
|
||||||
const payload = value as { msg?: unknown; message?: unknown; error?: { message?: unknown } };
|
const payload = value as { msg?: unknown; message?: unknown; error?: unknown; detail?: unknown };
|
||||||
return readApiErrorMessage(payload.msg) || readApiErrorMessage(payload.message) || readApiErrorMessage(payload.error?.message);
|
// error 可能是字符串或含 message 的对象
|
||||||
|
const errorMsg =
|
||||||
|
typeof payload.error === "string"
|
||||||
|
? payload.error
|
||||||
|
: (payload.error as { message?: unknown })?.message;
|
||||||
|
return (
|
||||||
|
readApiErrorMessage(payload.msg) ||
|
||||||
|
readApiErrorMessage(payload.message) ||
|
||||||
|
readApiErrorMessage(errorMsg) ||
|
||||||
|
readApiErrorMessage(payload.detail) ||
|
||||||
|
""
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function readAxiosError(error: unknown, fallback: string) {
|
function readAxiosError(error: unknown, fallback: string) {
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
import { saveAs } from "file-saver";
|
||||||
|
|
||||||
|
import { useConfigStore, type AiConfig, type WebdavSyncConfig } from "@/stores/use-config-store";
|
||||||
|
import { usePromptSourceStore, type PromptSourceSchedule } from "@/stores/use-prompt-source-store";
|
||||||
|
import type { PromptSource } from "@/services/api/prompt-source-presets";
|
||||||
|
|
||||||
|
type AppConfigFile = {
|
||||||
|
app: "infinite-canvas";
|
||||||
|
version: 1;
|
||||||
|
exportedAt: string;
|
||||||
|
config: AiConfig;
|
||||||
|
webdav: WebdavSyncConfig;
|
||||||
|
promptSources: {
|
||||||
|
sources: PromptSource[];
|
||||||
|
schedule: PromptSourceSchedule;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
export function exportAppConfig() {
|
||||||
|
const { config, webdav } = useConfigStore.getState();
|
||||||
|
const { sources, schedule } = usePromptSourceStore.getState();
|
||||||
|
const data: AppConfigFile = { app: "infinite-canvas", version: 1, exportedAt: new Date().toISOString(), config, webdav, promptSources: { sources, schedule } };
|
||||||
|
saveAs(new Blob([JSON.stringify(data, null, 2)], { type: "application/json;charset=utf-8" }), "infinite-canvas-config.json");
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function importAppConfig(file: File) {
|
||||||
|
let data: AppConfigFile;
|
||||||
|
try {
|
||||||
|
data = JSON.parse(await file.text()) as AppConfigFile;
|
||||||
|
} catch {
|
||||||
|
throw new Error("配置文件格式不正确");
|
||||||
|
}
|
||||||
|
if (data.app !== "infinite-canvas" || data.version !== 1 || !data.config || !data.webdav || !data.promptSources) throw new Error("配置文件格式不正确");
|
||||||
|
useConfigStore.setState({ config: data.config, webdav: data.webdav });
|
||||||
|
usePromptSourceStore.setState(data.promptSources);
|
||||||
|
}
|
||||||
@@ -3,12 +3,15 @@ import { create } from "zustand";
|
|||||||
import type { CanvasAgentOp, CanvasAgentSnapshot } from "@/lib/canvas/canvas-agent-ops";
|
import type { CanvasAgentOp, CanvasAgentSnapshot } from "@/lib/canvas/canvas-agent-ops";
|
||||||
|
|
||||||
export type AgentChatRole = "user" | "assistant" | "system" | "tool" | "error";
|
export type AgentChatRole = "user" | "assistant" | "system" | "tool" | "error";
|
||||||
export type AgentAttachment = { id: string; name: string; type: string; size: number; url: string; dataUrl: string };
|
export type AgentAttachment = { id: string; name: string; type: string; size: number; width: number; height: number; url: string; dataUrl: string };
|
||||||
export type AgentChatItem = { id: string; role: AgentChatRole; title?: string; text: string; meta?: string; detail?: unknown; attachments?: AgentAttachment[]; streamId?: string };
|
export type AgentChatItem = { id: string; role: AgentChatRole; title?: string; text: string; historyText?: string; meta?: string; detail?: unknown; attachments?: AgentAttachment[]; streamId?: string };
|
||||||
export type AgentEventLog = { id: string; time: string; title: string; text: string; raw?: unknown };
|
export type AgentEventLog = { id: string; time: string; title: string; text: string; raw?: unknown };
|
||||||
export type AgentPendingToolCall = { requestId: string; name: string; input?: { ops?: CanvasAgentOp[]; path?: string } & Record<string, unknown> };
|
export type AgentPendingToolCall = { requestId: string; name: string; input?: { ops?: CanvasAgentOp[]; path?: string } & Record<string, unknown> };
|
||||||
|
export type AgentPermissionMode = "request" | "automatic" | "full";
|
||||||
|
export type AgentPendingApproval = { requestId: string; method: string; threadId?: string; turnId?: string; itemId?: string; reason?: string; command?: unknown; cwd?: string; grantRoot?: string; networkApprovalContext?: unknown; permissions?: unknown };
|
||||||
export type AgentCanvasContext = { snapshot: CanvasAgentSnapshot; applyOps: (ops?: CanvasAgentOp[]) => CanvasAgentSnapshot; undoOps: () => CanvasAgentSnapshot | null; canUndo: boolean };
|
export type AgentCanvasContext = { snapshot: CanvasAgentSnapshot; applyOps: (ops?: CanvasAgentOp[]) => CanvasAgentSnapshot; undoOps: () => CanvasAgentSnapshot | null; canUndo: boolean };
|
||||||
export type AgentThreadSummary = { id: string; preview: string; name?: string | null; cwd?: string; status?: string; source?: unknown; createdAt?: number; updatedAt?: number };
|
export type AgentThreadSummary = { id: string; preview: string; name?: string | null; cwd?: string; status?: string; source?: unknown; createdAt?: number; updatedAt?: number };
|
||||||
|
export type AgentTokenUsage = { input: number; cached: number; output: number };
|
||||||
export type AgentPanelTab = "chat" | "setup" | "history" | "log";
|
export type AgentPanelTab = "chat" | "setup" | "history" | "log";
|
||||||
|
|
||||||
const CONNECT_TIMEOUT_MS = 6000;
|
const CONNECT_TIMEOUT_MS = 6000;
|
||||||
@@ -31,6 +34,7 @@ type AgentStore = {
|
|||||||
sending: boolean;
|
sending: boolean;
|
||||||
waiting: boolean;
|
waiting: boolean;
|
||||||
messages: AgentChatItem[];
|
messages: AgentChatItem[];
|
||||||
|
tokenUsage: AgentTokenUsage | null;
|
||||||
eventLogs: AgentEventLog[];
|
eventLogs: AgentEventLog[];
|
||||||
threads: AgentThreadSummary[];
|
threads: AgentThreadSummary[];
|
||||||
activeThreadId: string;
|
activeThreadId: string;
|
||||||
@@ -38,9 +42,11 @@ type AgentStore = {
|
|||||||
loadingThreads: boolean;
|
loadingThreads: boolean;
|
||||||
activeTab: AgentPanelTab;
|
activeTab: AgentPanelTab;
|
||||||
confirmTools: boolean;
|
confirmTools: boolean;
|
||||||
|
permissionMode: AgentPermissionMode;
|
||||||
activity: string;
|
activity: string;
|
||||||
connectError: string;
|
connectError: string;
|
||||||
pendingTool: AgentPendingToolCall | null;
|
pendingTool: AgentPendingToolCall | null;
|
||||||
|
pendingApprovals: AgentPendingApproval[];
|
||||||
setAgentState: (patch: Partial<Omit<AgentStore, "setAgentState" | "connectAgent" | "disconnectAgent" | "addMessage" | "addEventLog" | "clearEventLogs" | "openPanel" | "closePanel" | "togglePanel" | "setCanvasContext">>) => void;
|
setAgentState: (patch: Partial<Omit<AgentStore, "setAgentState" | "connectAgent" | "disconnectAgent" | "addMessage" | "addEventLog" | "clearEventLogs" | "openPanel" | "closePanel" | "togglePanel" | "setCanvasContext">>) => void;
|
||||||
openPanel: () => void;
|
openPanel: () => void;
|
||||||
closePanel: () => void;
|
closePanel: () => void;
|
||||||
@@ -71,16 +77,19 @@ export const useAgentStore = create<AgentStore>((set, get) => ({
|
|||||||
sending: false,
|
sending: false,
|
||||||
waiting: false,
|
waiting: false,
|
||||||
messages: [],
|
messages: [],
|
||||||
|
tokenUsage: null,
|
||||||
eventLogs: [],
|
eventLogs: [],
|
||||||
threads: [],
|
threads: [],
|
||||||
activeThreadId: "",
|
activeThreadId: "",
|
||||||
workspacePath: "",
|
workspacePath: "",
|
||||||
loadingThreads: false,
|
loadingThreads: false,
|
||||||
activeTab: "setup",
|
activeTab: "setup",
|
||||||
confirmTools: true,
|
confirmTools: false,
|
||||||
|
permissionMode: typeof window === "undefined" ? "request" : (localStorage.getItem("canvas-agent-permission-mode") as AgentPermissionMode) || "request",
|
||||||
activity: "就绪",
|
activity: "就绪",
|
||||||
connectError: "",
|
connectError: "",
|
||||||
pendingTool: null,
|
pendingTool: null,
|
||||||
|
pendingApprovals: [],
|
||||||
setAgentState: (patch) => set(patch),
|
setAgentState: (patch) => set(patch),
|
||||||
openPanel: () => set({ panelOpen: true, panelMounted: true, panelClosing: false }),
|
openPanel: () => set({ panelOpen: true, panelMounted: true, panelClosing: false }),
|
||||||
closePanel: () => {
|
closePanel: () => {
|
||||||
@@ -105,7 +114,7 @@ export const useAgentStore = create<AgentStore>((set, get) => ({
|
|||||||
}
|
}
|
||||||
localStorage.setItem("canvas-agent-url", endpoint);
|
localStorage.setItem("canvas-agent-url", endpoint);
|
||||||
localStorage.setItem("canvas-agent-token", token);
|
localStorage.setItem("canvas-agent-token", token);
|
||||||
// 只设 enabled=true,由 CanvasLocalAgentPanel 的 useEffect 统一负责开 SSE
|
// 只设 enabled=true,由 LocalAgentPanel 的 useEffect 统一负责开 SSE
|
||||||
set({ url: endpoint, token, enabled: true, silentConnect: silent, activity: "连接中", connectError: "" });
|
set({ url: endpoint, token, enabled: true, silentConnect: silent, activity: "连接中", connectError: "" });
|
||||||
},
|
},
|
||||||
disconnectAgent: (patch = {}) => {
|
disconnectAgent: (patch = {}) => {
|
||||||
|
|||||||
@@ -3,8 +3,9 @@ import { create } from "zustand";
|
|||||||
import { persist } from "zustand/middleware";
|
import { persist } from "zustand/middleware";
|
||||||
import { nanoid } from "nanoid";
|
import { nanoid } from "nanoid";
|
||||||
|
|
||||||
export type ApiCallFormat = "openai" | "gemini";
|
export type ApiCallFormat = "openai" | "gemini" | "ark";
|
||||||
export type ModelCapability = "image" | "video" | "text" | "audio";
|
export type ModelCapability = "image" | "video" | "text" | "audio";
|
||||||
|
export type ReasoningEffort = "auto" | "low" | "medium" | "high" | "xhigh";
|
||||||
|
|
||||||
export type ChannelModel = {
|
export type ChannelModel = {
|
||||||
name: string;
|
name: string;
|
||||||
@@ -41,6 +42,7 @@ export type AiConfig = {
|
|||||||
videoGenerateAudio: string;
|
videoGenerateAudio: string;
|
||||||
videoWatermark: string;
|
videoWatermark: string;
|
||||||
systemPrompt: string;
|
systemPrompt: string;
|
||||||
|
reasoningEffort: ReasoningEffort;
|
||||||
models: string[];
|
models: string[];
|
||||||
quality: string;
|
quality: string;
|
||||||
size: string;
|
size: string;
|
||||||
@@ -56,12 +58,13 @@ export type WebdavSyncConfig = {
|
|||||||
directory: string;
|
directory: string;
|
||||||
lastSyncedAt: string;
|
lastSyncedAt: string;
|
||||||
};
|
};
|
||||||
export type ConfigTabKey = "channels" | "preferences" | "webdav";
|
export type ConfigTabKey = "channels" | "preferences" | "prompt-sources" | "webdav";
|
||||||
|
|
||||||
export const CONFIG_STORE_KEY = "infinite-canvas:ai_config_store";
|
export const CONFIG_STORE_KEY = "infinite-canvas:ai_config_store";
|
||||||
const CHANNEL_MODEL_SEPARATOR = "::";
|
const CHANNEL_MODEL_SEPARATOR = "::";
|
||||||
const OPENAI_BASE_URL = "https://api.openai.com";
|
const OPENAI_BASE_URL = "https://api.openai.com";
|
||||||
const GEMINI_BASE_URL = "https://generativelanguage.googleapis.com";
|
const GEMINI_BASE_URL = "https://generativelanguage.googleapis.com";
|
||||||
|
const ARK_BASE_URL = "https://ark.cn-beijing.volces.com/api/v3";
|
||||||
|
|
||||||
export const defaultConfig: AiConfig = {
|
export const defaultConfig: AiConfig = {
|
||||||
channelMode: "local",
|
channelMode: "local",
|
||||||
@@ -97,6 +100,7 @@ export const defaultConfig: AiConfig = {
|
|||||||
videoGenerateAudio: "true",
|
videoGenerateAudio: "true",
|
||||||
videoWatermark: "false",
|
videoWatermark: "false",
|
||||||
systemPrompt: "",
|
systemPrompt: "",
|
||||||
|
reasoningEffort: "auto",
|
||||||
models: ["default::gpt-image-2", "default::grok-imagine-video", "default::gpt-5.5", "default::gpt-4o-mini-tts"],
|
models: ["default::gpt-image-2", "default::grok-imagine-video", "default::gpt-5.5", "default::gpt-4o-mini-tts"],
|
||||||
quality: "auto",
|
quality: "auto",
|
||||||
size: "1:1",
|
size: "1:1",
|
||||||
@@ -157,6 +161,14 @@ export function modelMatchesCapability(config: AiConfig, value: string, capabili
|
|||||||
return modelCapabilityOf(config, value) === capability;
|
return modelCapabilityOf(config, value) === capability;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function resolveModelForCapability(config: AiConfig, currentModel: string | undefined, capability: ModelCapability) {
|
||||||
|
const defaultModel = capability === "image" ? config.imageModel : capability === "video" ? config.videoModel : capability === "audio" ? config.audioModel : config.textModel;
|
||||||
|
const fallbackModel = capability === "image" ? defaultConfig.imageModel : capability === "video" ? defaultConfig.videoModel : capability === "audio" ? defaultConfig.audioModel : defaultConfig.textModel;
|
||||||
|
if (currentModel && modelMatchesCapability(config, currentModel, capability)) return currentModel;
|
||||||
|
if (defaultModel && modelMatchesCapability(config, defaultModel, capability)) return defaultModel;
|
||||||
|
return fallbackModel;
|
||||||
|
}
|
||||||
|
|
||||||
export function selectableModelsByCapability(config: AiConfig, capability?: ModelCapability) {
|
export function selectableModelsByCapability(config: AiConfig, capability?: ModelCapability) {
|
||||||
if (!capability) return config.models;
|
if (!capability) return config.models;
|
||||||
return config.channels.flatMap((channel) => channel.models.filter((model) => model.capability === capability).map((model) => encodeChannelModel(channel.id, model.name)));
|
return config.channels.flatMap((channel) => channel.models.filter((model) => model.capability === capability).map((model) => encodeChannelModel(channel.id, model.name)));
|
||||||
@@ -227,6 +239,7 @@ export const useConfigStore = create<ConfigStore>()(
|
|||||||
audioFormat: config.audioFormat || defaultConfig.audioFormat,
|
audioFormat: config.audioFormat || defaultConfig.audioFormat,
|
||||||
audioSpeed: config.audioSpeed || defaultConfig.audioSpeed,
|
audioSpeed: config.audioSpeed || defaultConfig.audioSpeed,
|
||||||
audioInstructions: config.audioInstructions || "",
|
audioInstructions: config.audioInstructions || "",
|
||||||
|
reasoningEffort: config.reasoningEffort || "auto",
|
||||||
videoSeconds: config.videoSeconds || "6",
|
videoSeconds: config.videoSeconds || "6",
|
||||||
vquality: config.vquality || "720",
|
vquality: config.vquality || "720",
|
||||||
videoGenerateAudio: config.videoGenerateAudio || "true",
|
videoGenerateAudio: config.videoGenerateAudio || "true",
|
||||||
@@ -356,11 +369,13 @@ function normalizeChannels(config: AiConfig) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function defaultBaseUrlForApiFormat(apiFormat: ApiCallFormat) {
|
export function defaultBaseUrlForApiFormat(apiFormat: ApiCallFormat) {
|
||||||
return apiFormat === "gemini" ? GEMINI_BASE_URL : OPENAI_BASE_URL;
|
if (apiFormat === "gemini") return GEMINI_BASE_URL;
|
||||||
|
if (apiFormat === "ark") return ARK_BASE_URL;
|
||||||
|
return OPENAI_BASE_URL;
|
||||||
}
|
}
|
||||||
|
|
||||||
function normalizeApiFormat(apiFormat: unknown): ApiCallFormat {
|
function normalizeApiFormat(apiFormat: unknown): ApiCallFormat {
|
||||||
return apiFormat === "gemini" ? "gemini" : "openai";
|
return apiFormat === "gemini" || apiFormat === "ark" ? apiFormat : "openai";
|
||||||
}
|
}
|
||||||
|
|
||||||
function uniqueModelOptions(models: string[]) {
|
function uniqueModelOptions(models: string[]) {
|
||||||
|
|||||||
@@ -0,0 +1,65 @@
|
|||||||
|
import { create } from "zustand";
|
||||||
|
import { persist } from "zustand/middleware";
|
||||||
|
|
||||||
|
import { DEFAULT_PROMPT_SOURCES, createPromptSource, type PromptSource } from "@/services/api/prompt-source-presets";
|
||||||
|
|
||||||
|
export type PromptSourceSchedule = {
|
||||||
|
intervalMinutes: number;
|
||||||
|
lastFetchedAt: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
const PROMPT_SOURCE_STORE_KEY = "infinite-canvas:prompt_source_store_v2";
|
||||||
|
|
||||||
|
const defaultSchedule: PromptSourceSchedule = {
|
||||||
|
intervalMinutes: 30,
|
||||||
|
lastFetchedAt: "",
|
||||||
|
};
|
||||||
|
|
||||||
|
export const PROMPT_SOURCE_INTERVAL_OPTIONS = [
|
||||||
|
{ label: "关闭定时", value: 0 },
|
||||||
|
{ label: "每 30 分钟", value: 30 },
|
||||||
|
{ label: "每 1 小时", value: 60 },
|
||||||
|
{ label: "每 6 小时", value: 360 },
|
||||||
|
{ label: "每 24 小时", value: 1440 },
|
||||||
|
];
|
||||||
|
|
||||||
|
type PromptSourceStore = {
|
||||||
|
sources: PromptSource[];
|
||||||
|
schedule: PromptSourceSchedule;
|
||||||
|
addSource: () => PromptSource;
|
||||||
|
saveSource: (source: PromptSource) => void;
|
||||||
|
removeSource: (id: string) => void;
|
||||||
|
toggleSource: (id: string, enabled: boolean) => void;
|
||||||
|
updateSchedule: <K extends keyof PromptSourceSchedule>(key: K, value: PromptSourceSchedule[K]) => void;
|
||||||
|
};
|
||||||
|
|
||||||
|
export const usePromptSourceStore = create<PromptSourceStore>()(
|
||||||
|
persist(
|
||||||
|
(set) => ({
|
||||||
|
sources: DEFAULT_PROMPT_SOURCES,
|
||||||
|
schedule: defaultSchedule,
|
||||||
|
addSource: () => createPromptSource(),
|
||||||
|
saveSource: (source) =>
|
||||||
|
set((state) => ({
|
||||||
|
sources: state.sources.some((item) => item.id === source.id)
|
||||||
|
? state.sources.map((item) => (item.id === source.id && !item.builtIn ? createPromptSource(source) : item))
|
||||||
|
: [...state.sources, createPromptSource(source)],
|
||||||
|
})),
|
||||||
|
removeSource: (id) => set((state) => ({ sources: state.sources.filter((item) => item.id !== id || item.builtIn) })),
|
||||||
|
toggleSource: (id, enabled) => set((state) => ({ sources: state.sources.map((item) => (item.id === id ? { ...item, enabled } : item)) })),
|
||||||
|
updateSchedule: (key, value) => set((state) => ({ schedule: { ...state.schedule, [key]: value } })),
|
||||||
|
}),
|
||||||
|
{
|
||||||
|
name: PROMPT_SOURCE_STORE_KEY,
|
||||||
|
partialize: (state) => ({ sources: state.sources, schedule: state.schedule }),
|
||||||
|
merge: (persisted, current) => {
|
||||||
|
const persistedState = (persisted || {}) as Partial<PromptSourceStore>;
|
||||||
|
const savedSources = Array.isArray(persistedState.sources) ? persistedState.sources : [];
|
||||||
|
const enabledById = new Map(savedSources.map((source) => [source.id, source.enabled]));
|
||||||
|
const builtIn = DEFAULT_PROMPT_SOURCES.map((source) => ({ ...source, enabled: enabledById.get(source.id) ?? source.enabled }));
|
||||||
|
const custom = savedSources.filter((source) => !source.builtIn).map((source) => createPromptSource(source));
|
||||||
|
return { ...current, sources: [...builtIn, ...custom], schedule: { ...defaultSchedule, ...(persistedState.schedule || {}) } };
|
||||||
|
},
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
@@ -6,15 +6,30 @@ import { create } from "zustand";
|
|||||||
|
|
||||||
export type WorkbenchCommand = {
|
export type WorkbenchCommand = {
|
||||||
nonce: number;
|
nonce: number;
|
||||||
|
taskId?: string;
|
||||||
prompt?: string;
|
prompt?: string;
|
||||||
run: boolean;
|
run: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type WorkbenchGenerationTask = {
|
||||||
|
id: string;
|
||||||
|
kind: "image" | "video";
|
||||||
|
status: "queued" | "running" | "succeeded" | "failed";
|
||||||
|
prompt?: string;
|
||||||
|
createdAt: string;
|
||||||
|
updatedAt: string;
|
||||||
|
successCount?: number;
|
||||||
|
failCount?: number;
|
||||||
|
error?: string;
|
||||||
|
};
|
||||||
|
|
||||||
type WorkbenchAgentStore = {
|
type WorkbenchAgentStore = {
|
||||||
imageCommand: WorkbenchCommand | null;
|
imageCommand: WorkbenchCommand | null;
|
||||||
videoCommand: WorkbenchCommand | null;
|
videoCommand: WorkbenchCommand | null;
|
||||||
dispatchImage: (command: Omit<WorkbenchCommand, "nonce">) => void;
|
tasks: WorkbenchGenerationTask[];
|
||||||
dispatchVideo: (command: Omit<WorkbenchCommand, "nonce">) => void;
|
dispatchImage: (command: Omit<WorkbenchCommand, "nonce" | "taskId">) => string | undefined;
|
||||||
|
dispatchVideo: (command: Omit<WorkbenchCommand, "nonce" | "taskId">) => string | undefined;
|
||||||
|
updateTask: (id: string, patch: Partial<Pick<WorkbenchGenerationTask, "status" | "successCount" | "failCount" | "error">>) => void;
|
||||||
clearImageCommand: () => void;
|
clearImageCommand: () => void;
|
||||||
clearVideoCommand: () => void;
|
clearVideoCommand: () => void;
|
||||||
};
|
};
|
||||||
@@ -25,8 +40,25 @@ const nextNonce = () => (nonce += 1);
|
|||||||
export const useWorkbenchAgentStore = create<WorkbenchAgentStore>((set) => ({
|
export const useWorkbenchAgentStore = create<WorkbenchAgentStore>((set) => ({
|
||||||
imageCommand: null,
|
imageCommand: null,
|
||||||
videoCommand: null,
|
videoCommand: null,
|
||||||
dispatchImage: (command) => set({ imageCommand: { ...command, nonce: nextNonce() } }),
|
tasks: [],
|
||||||
dispatchVideo: (command) => set({ videoCommand: { ...command, nonce: nextNonce() } }),
|
dispatchImage: (command) => {
|
||||||
|
const commandNonce = nextNonce();
|
||||||
|
const task = command.run ? createTask("image", commandNonce, command.prompt) : undefined;
|
||||||
|
set((state) => ({ imageCommand: { ...command, nonce: commandNonce, taskId: task?.id }, tasks: task ? [task, ...state.tasks].slice(0, 30) : state.tasks }));
|
||||||
|
return task?.id;
|
||||||
|
},
|
||||||
|
dispatchVideo: (command) => {
|
||||||
|
const commandNonce = nextNonce();
|
||||||
|
const task = command.run ? createTask("video", commandNonce, command.prompt) : undefined;
|
||||||
|
set((state) => ({ videoCommand: { ...command, nonce: commandNonce, taskId: task?.id }, tasks: task ? [task, ...state.tasks].slice(0, 30) : state.tasks }));
|
||||||
|
return task?.id;
|
||||||
|
},
|
||||||
|
updateTask: (id, patch) => set((state) => ({ tasks: state.tasks.map((task) => (task.id === id ? { ...task, ...patch, updatedAt: new Date().toISOString() } : task)) })),
|
||||||
clearImageCommand: () => set({ imageCommand: null }),
|
clearImageCommand: () => set({ imageCommand: null }),
|
||||||
clearVideoCommand: () => set({ videoCommand: null }),
|
clearVideoCommand: () => set({ videoCommand: null }),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
function createTask(kind: "image" | "video", commandNonce: number, prompt?: string): WorkbenchGenerationTask {
|
||||||
|
const now = new Date().toISOString();
|
||||||
|
return { id: `${kind}-${commandNonce}`, kind, status: "queued", prompt, createdAt: now, updatedAt: now };
|
||||||
|
}
|
||||||
|
|||||||
@@ -471,3 +471,146 @@
|
|||||||
animation: none;
|
animation: none;
|
||||||
mix-blend-mode: normal;
|
mix-blend-mode: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.agent-streamdown {
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown > :first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown > :last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="code-block"] {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
contain: none;
|
||||||
|
contain-intrinsic-size: none !important;
|
||||||
|
width: 100%;
|
||||||
|
margin-block: 0.35rem;
|
||||||
|
padding: 0;
|
||||||
|
gap: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0.4rem;
|
||||||
|
background: color-mix(in srgb, currentColor 5%, transparent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="code-block-header"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="code-block"] > div:has(> [data-streamdown="code-block-actions"]) {
|
||||||
|
position: absolute;
|
||||||
|
top: 0.2rem;
|
||||||
|
right: 0.2rem;
|
||||||
|
z-index: 1;
|
||||||
|
height: auto;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="code-block-body"] {
|
||||||
|
min-height: 0;
|
||||||
|
padding: 0.4rem 2rem 0.4rem 0.6rem;
|
||||||
|
overflow-x: auto;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
background: transparent !important;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1.15rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="code-block-actions"] {
|
||||||
|
gap: 0;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0.3rem;
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 150ms ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="code-block"]:hover [data-streamdown="code-block-actions"],
|
||||||
|
.agent-streamdown [data-streamdown="code-block-actions"]:focus-within {
|
||||||
|
opacity: 0.58;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="code-block-actions"] button {
|
||||||
|
padding: 0.25rem;
|
||||||
|
border-radius: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="code-block-actions"] button:hover {
|
||||||
|
background: color-mix(in srgb, currentColor 8%, transparent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="inline-code"] {
|
||||||
|
padding: 0.12rem 0.35rem;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0.3rem;
|
||||||
|
background: color-mix(in srgb, currentColor 7%, transparent);
|
||||||
|
font-size: 0.88em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agent-streamdown [data-streamdown="link"] {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration-color: color-mix(in srgb, currentColor 35%, transparent);
|
||||||
|
text-underline-offset: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-streamdown="link-safety-modal"] {
|
||||||
|
padding: 1rem;
|
||||||
|
background: rgb(28 25 23 / 24%);
|
||||||
|
backdrop-filter: blur(8px);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-streamdown="link-safety-modal"] > div {
|
||||||
|
max-width: 24rem;
|
||||||
|
gap: 1rem;
|
||||||
|
padding: 1.25rem;
|
||||||
|
border-color: color-mix(in srgb, currentColor 12%, transparent);
|
||||||
|
border-radius: 1rem;
|
||||||
|
box-shadow: 0 20px 60px rgb(28 25 23 / 18%);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-streamdown="link-safety-modal"] > div > button {
|
||||||
|
top: 0.9rem;
|
||||||
|
right: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-streamdown="link-safety-modal"] > div > div:first-of-type {
|
||||||
|
gap: 0.25rem;
|
||||||
|
padding-right: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-streamdown="link-safety-modal"] > div > div:first-of-type > div {
|
||||||
|
gap: 0.5rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-streamdown="link-safety-modal"] > div > div:nth-of-type(2) {
|
||||||
|
max-height: 7rem;
|
||||||
|
padding: 0.75rem;
|
||||||
|
border: 1px solid color-mix(in srgb, currentColor 9%, transparent);
|
||||||
|
background: color-mix(in srgb, currentColor 4%, transparent);
|
||||||
|
font-size: 0.7rem;
|
||||||
|
line-height: 1.15rem;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-streamdown="link-safety-modal"] > div > div:last-child {
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-streamdown="link-safety-modal"] > div > div:last-child button {
|
||||||
|
flex: none;
|
||||||
|
min-width: 7rem;
|
||||||
|
padding: 0.5rem 0.8rem;
|
||||||
|
border-radius: 0.6rem;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
}
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ export type CanvasNodeMetadata = {
|
|||||||
generationMode?: CanvasGenerationMode;
|
generationMode?: CanvasGenerationMode;
|
||||||
generationType?: CanvasImageGenerationType;
|
generationType?: CanvasImageGenerationType;
|
||||||
model?: string;
|
model?: string;
|
||||||
|
reasoningEffort?: "auto" | "low" | "medium" | "high" | "xhigh";
|
||||||
size?: string;
|
size?: string;
|
||||||
quality?: string;
|
quality?: string;
|
||||||
background?: string;
|
background?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user