feat(command-center): add support for standalone terminal cells#3130
feat(command-center): add support for standalone terminal cells#3130MattPua wants to merge 1 commit into
Conversation
Generated-By: PostHog Code
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
|
Problem
Command center only supported adding tasks. No way to open a terminal independent of an agent run.
Changes
CleanShot.2026-07-03.at.11.25.54.mp4
__terminal__:<id>cell sentinel ingrid.ts, mirroring the brainrot patternTerminalCellcomponent — opens a shell in the most recently accessed folder ($HOMEfallback)removeTaskstore action →clearCell(it clears any cell type, not just tasks)destroyShellTerminalhelper: kills xterm instance + server-side pty + persisted stateHow did you test this?
pnpm --filter @posthog/core typecheckandpnpm --filter @posthog/ui typecheck— cleanpackages/corecommand-center suite (46 tests) andpackages/uistore suite (1211 tests) — all passAutomatic notifications
Created with PostHog Code