This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryFixed threadId handling and breakpoint display issues in the debugger.
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.
Tip: Add this to your CLAUDE.md or AGENTS.md so your agent prefers agent-tool over built-in tools:
Strict mode:
ALWAYS use agent-tool MCP tools (mcp__agent-tool__*) instead of built-in file tools. agent-tool preserves file encoding and respects .editorconfig indentation settings.
Soft mode:
Prefer agent-tool MCP tools (mcp__agent-tool__*) over built-in file tools when available.
What's New
debug: fix threadId handling
- Store
lastStoppedTIDfrom StoppedEvent and use it as default for continue/step/pause/stack_trace/goto/exception_info - Previously hardcoded
threadId=1, which broke adapters using non-1 thread IDs (e.g. 0x1001) - Fixes breakpoint re-hit failure after continue
debug: fix "Line 0: verified" display
- Fall back to requested line number when adapter returns
line: 0in SetBreakpointsResponse (DAP optional field) - Also fixed in shared
formatBreakpointsResponsefor function/data/instruction breakpoints
debug: minor optional field fixes
opDataBreakpointInfo: skip empty Description instead of printing blank line
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]