rowboat/apps/x
Gagancreates ce1913d4e0
Make chat work directory per-run instead of global
The work directory was stored in a single shared config file, so setting
it in one chat changed it for every chat and new chats inherited a stale
value. Store it as run-scoped metadata: captured on the start event at
creation and updatable mid-chat via an appended workdir-changed event.
The runtime reads the per-run value from AgentState, and the chat input
reads/writes it against the run (pending chats pass it into runs:create).
2026-05-26 18:40:25 +00:00
..
apps Make chat work directory per-run instead of global 2026-05-26 18:40:25 +00:00
packages Make chat work directory per-run instead of global 2026-05-26 18:40:25 +00:00
.gitignore chore: ignore test-fixtures dir 2026-05-08 17:04:25 +05:30
ANALYTICS.md feat: live notes — single objective per note replaces multi-track model 2026-05-09 00:30:43 +05:30
eslint.config.mts ignore renderer eslint 2026-01-16 12:05:33 +05:30
LIVE_NOTE.md Deprecate generated Today.md live note 2026-05-19 15:13:05 +05:30
package.json integrate electron forge 2026-01-17 10:28:44 +05:30
plan.md Add plan for per-chat work directory fix 2026-05-26 18:40:25 +00:00
pnpm-lock.yaml embed tweets 2026-05-09 12:06:54 +05:30
pnpm-workspace.yaml fix pnpm postinstall 2026-01-21 10:47:44 +05:30
tsconfig.base.json bootstrap new electron app 2026-01-16 12:05:33 +05:30