feat(code): add cloud progress card for task lifecycle events#1735
Open
VojtechBartos wants to merge 2 commits intomainfrom
Open
feat(code): add cloud progress card for task lifecycle events#1735VojtechBartos wants to merge 2 commits intomainfrom
VojtechBartos wants to merge 2 commits intomainfrom
Conversation
tatoalo
reviewed
Apr 21, 2026
|
|
||
| this.logger.info("Session initialized successfully"); | ||
| this.logger.info( | ||
| this.logger.debug("Session initialized successfully vojta"); |
Contributor
There was a problem hiding this comment.
maybe we can remove this lol :D
Member
Author
There was a problem hiding this comment.
haha lol, reverting
| | UserShellExecute | ||
| | { type: "queued"; id: string; message: QueuedMessage }; | ||
|
|
||
| export type ProgressStatus = "in_progress" | "completed" | "skipped" | "failed"; |
Member
Author
There was a problem hiding this comment.
nope, removing, actually had it used in first version, but not anymore, removing
0741b55 to
a29baac
Compare
Member
Author
|
@tatoalo updated |
Contributor
|
[nit] i think the list of steps could be hidden or collapsed once we get to "agent started" |
adboio
approved these changes
Apr 21, 2026
| return steps[steps.length - 1].label; | ||
| } | ||
|
|
||
| export function ProgressGroupView({ |
Contributor
There was a problem hiding this comment.
the pr creation flow has this same sort of step - worth at least a quick check to see if it makes sense to combine them :)
i think it's in CreatePrDialog.tsx
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.
Problem
Cloud task runs show raw log lines during setup and give no structured signal for what phase the run is in.
Changes
_posthog/progressnotifications as an inline collapsible progress card (sandbox → clone → checkout → agent), grouped per turn.AgentServerinfo/warn logs todebugso raw log noise stops leaking into the conversation. Local runs unaffected.Paired with a backend PR in
PostHog/posthogthat emits the notifications.How did you test this?
Manual end-to-end with the companion backend branch — fresh run, resume path, and a forced failure. Unit tests cover the aggregation logic;
pnpm typecheck/lint/testall clean.Showcase
Starting the cloud run
code-progress-steps.mov
Resuming cloud run