singularity-forge/packages
ace-pm 1f1c029c74 fix(cli): invert persistModelChanges default to false (#4251)
Followup to 828c5edf6. Swarm review flagged default=true as a latent
footgun: any SDK consumer of createAgentSession() that forgets to pass
persistModelChanges would silently mutate ~/.gsd/agent/settings.json.

Flip the default to false so persistence is opt-in. Interactive CLI
entry points now explicitly pass persistModelChanges: true:
- src/cli.ts interactive createAgentSession call
- packages/pi-coding-agent/src/main.ts: persistModelChanges = isInteractive

Print/rpc/mcp stay at the safe default. Tests updated (9/9 green).
2026-04-15 10:45:26 +02:00
..
daemon fix(release): sync all workspace versions and harden release scripts 2026-04-14 19:35:28 -05:00
mcp-server feat(graph): parse LEARNINGS.md into knowledge graph and rebuild after extraction 2026-04-15 04:52:52 +02:00
native fix(release): sync all workspace versions and harden release scripts 2026-04-14 19:35:28 -05:00
pi-agent-core fix(release): sync all workspace versions and harden release scripts 2026-04-14 19:35:28 -05:00
pi-ai feat(anthropic): support longcat as Bearer-auth Anthropic-compatible provider 2026-04-15 08:54:52 +02:00
pi-coding-agent fix(cli): invert persistModelChanges default to false (#4251) 2026-04-15 10:45:26 +02:00
pi-tui fix(release): sync all workspace versions and harden release scripts 2026-04-14 19:35:28 -05:00
rpc-client fix(release): sync all workspace versions and harden release scripts 2026-04-14 19:35:28 -05:00