Skip to content

feat(shell): add persistent virtual workspace - #2

Open
cekrauseee wants to merge 15 commits into
mainfrom
feat/persistent-virtual-shell
Open

feat(shell): add persistent virtual workspace#2
cekrauseee wants to merge 15 commits into
mainfrom
feat/persistent-virtual-shell

Conversation

@cekrauseee

@cekrauseeecekrauseee commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Replace the chat path with a persistent just-bash virtual workspace backed by anonymous sessions and PostgreSQL.
  • Add resilient terminal behavior: persistent history, inline command output, explicit unsupported-command errors, classic Enter handling, and Ctrl+C interruption feedback.
  • Add focused component and filesystem tests plus local setup and developer documentation.

Validation

  • npm run format:check
  • npm run lint
  • npm run typecheck
  • npm run test:run (22 tests)
  • npm run build

@cekrauseee
cekrauseee marked this pull request as ready for review August 17, 2026 04:29
Sign up for freeto 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.

1 participant

@cekrauseee