Skip to content

Commit d2af2c2

Browse files
authored
New version: MBrassey.agtop version 2.3.9 (microsoft#367486)
1 parent 41ebd97 commit d2af2c2

3 files changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
PackageIdentifier: MBrassey.agtop
2+
PackageVersion: 2.3.9
3+
InstallerType: zip
4+
NestedInstallerType: portable
5+
NestedInstallerFiles:
6+
- RelativeFilePath: agtop-windows-x86_64\agtop.exe
7+
PortableCommandAlias: agtop
8+
Installers:
9+
- Architecture: x64
10+
InstallerUrl: https://github.com/MBrassey/agtop/releases/download/v2.3.9/agtop-windows-x86_64.zip
11+
InstallerSha256: 4F0626E76C9CD164421F124BA3E3C48BD141FBABCA47B7A64E37D16C0E7ED139
12+
ReleaseDate: 2026-05-01
13+
ManifestType: installer
14+
ManifestVersion: 1.6.0
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
PackageIdentifier: MBrassey.agtop
2+
PackageVersion: 2.3.9
3+
PackageLocale: en-US
4+
Publisher: Matt Brassey
5+
PublisherUrl: https://github.com/MBrassey
6+
PublisherSupportUrl: https://github.com/MBrassey/agtop/issues
7+
Author: Matt Brassey
8+
PackageName: agtop
9+
PackageUrl: https://github.com/MBrassey/agtop
10+
License: MIT
11+
LicenseUrl: https://github.com/MBrassey/agtop/blob/main/LICENSE
12+
ShortDescription: Process monitor for AI coding agents (Claude Code, Codex, Aider, Gemini, Goose).
13+
Description: |-
14+
agtop is a top-style ratatui TUI that walks /proc on Linux
15+
(sysinfo on Windows / macOS / *BSD) plus the on-disk session
16+
transcripts of Claude Code, OpenAI Codex, Block Goose, Aider,
17+
and Google Gemini. For each detected agent it reports CPU,
18+
RSS, status, current tool / task, in-flight subagents,
19+
cumulative token usage, estimated cost, context-window fill,
20+
loaded skills, and a live transcript preview.
21+
22+
On Windows, writable-FD enumeration uses NtQuerySystemInformation
23+
+ DuplicateHandle to surface what files each agent has open.
24+
Per-process IO byte counters come from sysinfo's disk_usage().
25+
Moniker: agtop
26+
Tags:
27+
- agent
28+
- ai
29+
- aider
30+
- claude
31+
- cli
32+
- codex
33+
- gemini
34+
- goose
35+
- htop
36+
- monitor
37+
- process
38+
- top
39+
- tui
40+
ManifestType: defaultLocale
41+
ManifestVersion: 1.6.0
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PackageIdentifier: MBrassey.agtop
2+
PackageVersion: 2.3.9
3+
DefaultLocale: en-US
4+
ManifestType: version
5+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)