Skip to content

fix: reset terminal prompt on session changes - #73

Merged
kbuffardi merged 1 commit into
mainfrom
fix/terminal-session-prompt-reset
Aug 11, 2026
Merged

fix: reset terminal prompt on session changes#73
kbuffardi merged 1 commit into
mainfrom
fix/terminal-session-prompt-reset

Conversation

@kbuffardi

Copy link
Copy Markdown
Owner

Summary

Implements the terminal-session reset behavior requested in #72.

  • Adds a reset API that clears terminal output, input/history state, and workspace prompt context.
  • Ensures new workspace sessions render at most one prompt, and no prompt appears before compiler readiness.
  • Routes workspace transitions through the reset path without changing user-initiated clear behavior.
  • Adds end-to-end coverage for clean reset and pre-readiness behavior.

Verification

  • npm run lint
  • npm run test:e2e (177 passing)
  • npm run build

Build retains the repository’s existing webpack bundle-size warnings.

Closes #72

@kbuffardi
kbuffardi merged commit ad3754b into main Aug 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: reset terminal output and prompt on new sessions

1 participant