0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PilotDeck
  2. /
  3. src
  4. /
  5. web
  6. /
  7. client
Ggcw_jXNTc85Xfix(ui): fold failed tool call details
6531ff4e创建于 6 天前历史提交
文件最后提交记录最后更新时间
GatewayBrowserClient.ts
fix(gateway): replay active turns after refresh Co-authored-by: Cursor <cursoragent@cursor.com> 16 天前
index.ts
fix(gateway): replay active turns after refresh Co-authored-by: Cursor <cursoragent@cursor.com> 16 天前
protocol.ts
refactor(always-on): remove legacy web execution path, rewire retry through DiscoveryFire The old web-driven Always-On path (discovery trigger → auto-poll → web chat execution) raced with the DiscoveryFire pipeline, causing duplicate plan executions. This commit removes the entire legacy path: - Add alwaysOnRerunPlan gateway RPC so the UI retry button triggers DiscoveryFire phases 2-4 (workspace → execution → report) directly - Remove MainContent auto-poll, discovery trigger handler, execution lifecycle tracking, and all associated refs/callbacks/useEffects - Delete queueExecution, updateExecution, buildExecutionPrompt from DiscoveryPlanService and the PATCH execution REST endpoint - Unregister /ao slash command; delete alwaysOnSlashActions.ts - Delete discovery-trigger-client.js and its WS handler in index.js - Delete old web discovery prompt and utility files - Remove approvalMode field from WebPlanRecord, UI types, i18n, tests Co-authored-by: Cursor <cursoragent@cursor.com> 7 天前
webMessage.ts
fix(ui): fold failed tool call details 6 天前