feat(app): add container task manager#244
Merged
skulidropek merged 6 commits intomainfrom May 6, 2026
Merged
Conversation
# Conflicts: # packages/app/tests/docker-git/app-ready-create.test.ts # packages/app/tests/docker-git/menu-create-shared.test.ts
# Conflicts: # packages/app/src/web/actions.ts # packages/app/src/web/app-ready-controller.ts # packages/app/src/web/app-ready-terminal-screen.tsx # packages/app/src/web/panel-terminal.tsx
Member
Author
Proof: TaskManager in SSH session panelThe TaskManager entry is now available from the same running SSH session header as Apply / New terminal / Detach / Kill, and opening it keeps the session URL active. Local proof URL after clicking Task manager: SSH session header buttonTaskManager opened inside the same session workspaceValidation run locally:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
includeDefault=true, task stop confirmation, refresh-after-stop, and focused web task action tests.Proof
Default TaskManager view, showing agent/background/ssh tasks:
TaskManager with
Show systemenabled, proving system process visibility:Screenshots were captured from the real web frontend at
/tasks/octocat/demowith deterministic API fixtures.Verification
git diff --checkbun run --cwd packages/app typecheckbun run --cwd packages/app test(45 files, 224 tests)Fixes #239