mirror of
https://github.com/wassname/pi-plan.git
synced 2026-06-27 17:49:27 +08:00
3134adf203
- startExecution: inside withSession, send via the ReplacedSessionContext (sessionCtx.sendUserMessage) and set the session name there. The old code used the global pi.* handle bound to the replaced session, which is stale after newSession (runner.assertActive) -> crash on the "fresh, compacted context" choice. - prompts: replace em-dashes in model-facing strings with commas/ semicolons/periods (humanizer pass; comments left as-is) Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>