| 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 天前 |
| 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 天前 |
| 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 天前 |