Skip to content

chore(runtime): remove Runlet sidechannel progress tracking - #216

Merged
danielkov merged 1 commit into
mainfrom
feat/remove-runlet-sidechannel
Sep 14, 2026
Merged

danielkov merged 1 commit into
mainfrom
feat/remove-runlet-sidechannel

Conversation

@danielkov

Copy link
Copy Markdown
Contributor

Summary

Remove Runlet-specific observation and stderr progress tracking now that nested tool calls use canonical ACP lifecycle notifications. This is the second PR in the stack, based on #215.

Motivation

Source-node matching and duplicate child lifecycle events are no longer needed to display nested compose activity. Removing them leaves ACP as the source of tool-call identity, content, and status.

Impact

The TUI retains grouped child calls and a bounded, neutral source view, without binding, loop, or retry-state annotations. General stderr diagnostics continue to carry session attachment, storage, compaction, subagent lifecycle, usage, activity, and cleanup information.

Technical details

The runtime delegates directly to RunletBackend.execute. Both observed-tool invocation paths retain canonical ACP projection.

The general diagnostic writer moves to its own module, preserving bounded publication, loss invalidation, heartbeat fairness, and leases. Its existing runlet_transport health tag remains unchanged. ACP capacity and terminal-display limits no longer depend on the removed progress model.

@kit-code-agent kit-code-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found. The changes look good to merge.

@danielkov
danielkov added this pull request to stack #217 September 14, 2026 08:53
stack merge was automatically disabled September 14, 2026 08:53

Pull Request is not mergeable

Base automatically changed from assess/acp-runlet-sidechannel to main September 14, 2026 08:53
@danielkov
danielkov force-pushed the feat/remove-runlet-sidechannel branch from 16c31a4 to b83b553 Compare September 14, 2026 08:53

@kit-code-agent kit-code-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found. The changes look good to merge.

@danielkov
danielkov merged commit fc247f6 into main Sep 14, 2026
6 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.

1 participant