This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryAdded ProcList, EnvVar, and Firewall tools along with Windows console encoding improvements.
Full changelog
Quick Start
- Download the binary for your OS below
- Run
agent-tool install(oragent-tool install claude) - Restart your IDE
- Done — all tools work immediately, no permission popups
Or just ask your AI agent:
"Download agent-tool from https://github.com/knewstimek/agent-tool/releases/latest and run
agent-tool install"
Any capable AI coding agent (Claude Code, Codex, etc.) can handle the full download → install → restart flow automatically.
What's New in v0.3.2
New Tools
- ProcList — List running processes (PID, name, command line, memory). Sensitive args auto-masked. Filter by name or port
- EnvVar — Read environment variables. Sensitive values (passwords, tokens) auto-masked
- Firewall — Read firewall rules: iptables/nftables/firewalld (Linux), netsh (Windows). Read-only
Windows Console Encoding
- Dynamic codepage detection via
GetACP()— supports 15 codepages (CP949, CP932, CP936, etc.) - Console output (netsh, tasklist, wmic) is correctly decoded to UTF-8
FindTools Path Expansion
- Unix: snap, fnm, SDKMAN, ninja-build (RHEL), ~/bin, ~/.local/bin, Homebrew
- Windows: ~/bin, scoop shims, npm global
- Empty env var → relative path guard added
Security Audit Fixes (6 MEDIUM + 4 LOW)
- Port range validation (1-65535)
/proc/cmdlineread limited to 4KB- Input newline sanitization (output injection prevention)
tryFirewalldfilter parameter applied- WindowsApps filter loop improvement
limitWriterstdout/stderr shared (data race fix)maskValuethreshold strengthened (4→8 chars)- Filtered output size cap added
Bug Fixes
- sysinfo Linux cross-compile error (
Fsidfield name differs between Linux/macOS)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About knewstimek/agent-tool
Encoding-aware, indentation-smart file tools for AI coding agents. 20+ tools including read/edit with automatic encoding detection, smart indentation conversion, SSH, SFTP, process management, and system utilities. Preserves file encoding (UTF-8, EUC-KR, Shift_JIS, etc.) and respects .editorconfig settings.
Related context
Beta — feedback welcome: [email protected]