New version: MBrassey.agtop version 2.3.9#367486
Conversation
|
Validation Pipeline Run WinGetSvc-Validation-140-367486-20260501-1 |
|
Manual Validation ended with:
(Automated response - build 1298.) |
|
@microsoft-github-policy-service agree |
|
Hi @MBrassey, It seems that my validation found this PR and ran it without my knowledge. My previous response was the output of either
Is this expected? Should the manifest have a DisplayVersion attribute? Alternatively, could the application be updated? |
d2af2c2
into
microsoft:master
|
I approved this in too much haste. Please feel free to respond here, or just update in the next PR. |
|
Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present. |
|
Thanks for the follow-up @stephengillie — no worries on the haste. Just to confirm for the record: the v2.3.9 release binary ( |
MBrassey.agtop 2.3.9
Adds agtop, a process monitor for AI coding agents, to winget.
agtop walks /proc on Linux (sysinfo on Windows) plus the on-disk
session transcripts of Claude Code, OpenAI Codex, Block Goose,
Aider, and Google Gemini, and reports per-agent CPU, RSS, status,
current tool, in-flight subagents, token usage, estimated cost,
context-window fill, and loaded skills in a top-style TUI.
Windows-specific notes
NtQuerySystemInformation(
SystemExtendedHandleInformation) +DuplicateHandle+GetFinalPathNameByHandleWto surface what files each agenthas open. Source:
src/writing_files.rs.Process::disk_usage().total_*.cargo test --releaseon windows-latestevery push; the writable-FD self-test exercises the native
path against the test process's own open file descriptor.
Source / metadata
Author / Manifest checklist
I'm the upstream maintainer (
matt@brassey.io) — happy to iterateon any review feedback.
Microsoft Reviewers: Open in CodeFlow