singularity-forge/src/resources/extensions
deseltrus f021d8cafa fix: use getExpandedText() to preserve large paste content in notes (#169)
interview-ui.ts saveEditorToState() was calling getText() which returns
paste markers like '[paste #1 2033 chars]' for content >1000 chars or
>10 lines. The actual pasted content was stored in the Editor's paste
map but never expanded back.

This silently discards user input in ask_user_questions notes — any
substantive response (voice transcripts, detailed explanations, extended
enrichments) that exceeds the paste threshold gets replaced with a
marker string. The LLM receives '[paste #1 N chars]' instead of the
user's actual words.

Fix: getText() → getExpandedText() — the Editor already has the method
that expands paste markers to their stored content. One-line change.
2026-03-13 08:01:14 -06:00
..
bg-shell feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
browser-tools feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
context7 feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
google-search Merge pull request #151 from dbachelder/fix/pi-provider-reuse-and-extension-loading 2026-03-12 22:25:15 -06:00
gsd Merge pull request #153 from Jah-yee/main 2026-03-12 22:49:12 -06:00
mac-tools feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
mcporter feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
remote-questions feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
search-the-web feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
shared fix: use getExpandedText() to preserve large paste content in notes (#169) 2026-03-13 08:01:14 -06:00
slash-commands feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
subagent feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
voice feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
ask-user-questions.ts feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
get-secrets-from-user.ts feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00