mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
Every user message sent while a note is open carries a full snapshot of that note in userMessageContext, so a long chat over one open note resends N full copies on every model call. The elision decorator now rewrites prior-turn user messages to keep the pane kind and path but replace note content above a small floor with a placeholder pointing at the still-readable file. The current message's snapshot is untouched, so "summarize this" keeps working; the system prompt already tells the model later middle-pane context overrides earlier. Config: elideHistoricMiddlePaneContent, default on. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||