singularity-forge/src
Lex Christopherson af2061bbe1 fix: cap recovery/retry prompt injection to prevent V8 OOM (#139)
The crash loop: stale state → unit redispatched → activity log grows →
retry diagnostic reads full log → prompt grows → replaceAll on huge
string → V8 heap exhaustion. Cap both the read path (10MB JSONL parse
limit) and the injection path (50K char prompt cap) to break the cycle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 21:35:57 -06:00
..
resources fix: cap recovery/retry prompt injection to prevent V8 OOM (#139) 2026-03-12 21:35:57 -06:00
tests fix: prevent duplicate tools on provider toggle, suppress restore notifications, fix Windows test globs 2026-03-12 13:50:03 -03:00
app-paths.ts Initial commit 2026-03-10 22:28:37 -06:00
cli.ts Add --continue / -c flag to resume the most recent session 2026-03-13 07:51:29 +05:30
loader.ts fix: abort squash-merge on conflict and stop auto-mode instead of looping (#merge-bug-fix) 2026-03-12 15:32:39 -06:00
logo.ts fix: abort squash-merge on conflict and stop auto-mode instead of looping (#merge-bug-fix) 2026-03-12 15:32:39 -06:00
onboarding.ts feat: add clack-based onboarding wizard and gsd config command (#118) 2026-03-12 10:02:00 -06:00
pi-migration.ts feat: migrate provider credentials from existing Pi install 2026-03-12 11:08:34 -06:00
resource-loader.ts fix: support pi extensions from ~/.pi/agent/extensions/ (#51) 2026-03-11 13:09:30 -06:00
tool-bootstrap.ts fix: bootstrap managed tools and gh auth 2026-03-11 10:52:45 -06:00
wizard.ts feat: add clack-based onboarding wizard and gsd config command (#118) 2026-03-12 10:02:00 -06:00