| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| docker-agent-windows-arm64.exe | 2026-05-07 | 93.2 MB | |
| docker-agent-darwin-amd64 | 2026-05-07 | 100.3 MB | |
| docker-agent-darwin-arm64 | 2026-05-07 | 93.2 MB | |
| docker-agent-linux-amd64 | 2026-05-07 | 117.4 MB | |
| docker-agent-linux-arm64 | 2026-05-07 | 110.9 MB | |
| docker-agent-windows-amd64.exe | 2026-05-07 | 100.9 MB | |
| README.md | 2026-05-07 | 1.4 kB | |
| v1.56.0 source code.tar.gz | 2026-05-07 | 8.5 MB | |
| v1.56.0 source code.zip | 2026-05-07 | 9.2 MB | |
| Totals: 9 Items | 633.6 MB | 0 | |
This release adds snapshot management capabilities and expands secret detection with 20 new patterns.
What's New
- Adds
/snapshotscommand to list and restore captured snapshots from the current session - Adds 20 new secret detection patterns including Discord bot tokens, Telegram bot tokens, Fly.io macaroons, Groq API keys, Perplexity API keys, and xAI/Grok API keys
Technical Changes
- Freezes config v8 and starts v9 as the latest configuration schema version
- Moves non-migration config tests to pkg/config for better organization
- Updates logging to use slog.WarnContext when a context is in scope
- Simplifies snapshot plumbing implementation
What's Changed
- freeze config v8 and start v9 as latest by @dgageot in https://github.com/docker/docker-agent/pull/2688
- docs: update CHANGELOG.md for v1.55.0 by @docker-read-write[bot] in https://github.com/docker/docker-agent/pull/2689
- feat(tui): add /snapshots command to list and restore captured snapshots by @dgageot in https://github.com/docker/docker-agent/pull/2690
- feat(secretsscan): add 20 more secret patterns by @dgageot in https://github.com/docker/docker-agent/pull/2692
- move non-migration config tests to pkg/config by @dgageot in https://github.com/docker/docker-agent/pull/2693
Full Changelog: https://github.com/docker/docker-agent/compare/v1.55.0...v1.56.0