0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PilotDeck
  2. /
  3. src
  4. /
  5. web
  6. /
  7. server
GGucc1fix: only add cwd to workspace list when started via pilotdeck server
95ff6b17创建于 6 天前历史提交
文件最后提交记录最后更新时间
legacySessionPresentation.ts
feat(cron): expose scheduled runs as dedicated chat sessions Give each cron task its own stable cron: session so scheduled work no longer pollutes the originating conversation and can appear in the Web UI like a normal chat. Co-authored-by: Cursor <cursoragent@cursor.com> 19 天前
listProjects.ts
fix: only add cwd to workspace list when started via pilotdeck server Non-interactive launchers (npm run dev, install.sh wrapper) set PILOTDECK_SKIP_DEFAULT_PROJECT=1 so the source-tree directory is no longer injected into the Web UI project list. Co-authored-by: Cursor <cursoragent@cursor.com> 6 天前
readSessionMessages.ts
fix(plan): persist plan card data through history reload path Thread planTitle/planSummary/planFilePath from JSONL raw.data through the readSessionMessages -> routes/messages history read path so the plan card retains its content after a browser refresh. Co-authored-by: Cursor <cursoragent@cursor.com> 7 天前