rowboat/apps/x/packages/core
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
..
src Make chat work directory per-run instead of global 2026-05-26 18:40:25 +00:00
.gitignore bootstrap new electron app 2026-01-16 12:05:33 +05:30
package.json add posthog analytics for llm usage and auth events 2026-04-28 19:53:40 +05:30
tsconfig.json feat: extract presentation generator into executable code with builtin tool 2026-01-30 13:30:06 +05:30