Releases: mtzanidakis/praktor
Releases · mtzanidakis/praktor
Release list
v0.9.3
v0.9.2
v0.9.1
🔒 Security
- Fix upload filename path traversal out of
uploads/— a client-controlled Telegram document filename could escape the agent workspace upload directory and plant/overwrite files the agent later consumes (e.g.CLAUDE.md), a stored instruction-injection vector. Reachable by any user who can message the bot under the default allow-all config. Reported privately by @tonghuaroot — thanks! (#228)
🧹 Maintenance
- Bump Claude Code CLI to 2.1.193 and agent-browser to v0.31.0 (#230)
- Modernize
bot.gostring/slice idioms (#229)
⬆️ Dependencies
v0.9.0
A feature release: configurable container hardening + agent-browser switched to its typed MCP interface.
Features
- Configurable Docker hardening for agent containers (#215) — new reloadable
defaults.securityblock (per-agent overridable) with a "Balanced" default profile:no-new-privileges,cap-drop ALL+ minimal add-back,pids-limit, hardened tmpfs, optional memory/CPU/readonly-rootfs. Also drops the unusedchromium-sandboxsetuid helper and forces binary-only nix (max-jobs = 0) so hardening needs noCAP_SYS_ADMIN. - agent-browser → typed MCP interface (#218) — bump to v0.28.0 and drive the browser exclusively through
agent-browser mcp(tools surface asmcp__agent-browser__*, profile viaAGENT_BROWSER_MCP, defaultcore). Removes the legacy Bash-command path and the injected usage-guide skill after verifying byte-identical output at the same context cost.
Dependencies
- Bump Claude CLI
2.1.178→ 2.1.183 and@anthropic-ai/claude-agent-sdk→ 0.3.183 (#210, #216) - Bump
github.com/moby/moby/api→ 1.55.0 (#211) andgithub.com/moby/moby/client→ 0.5.0 (#212) - Bump
react-router-dom→ 7.18.0 (#209),@types/node→ 26.0.0 (#217) - Transitive bumps to clear Dependabot alerts (undici, hono, @babel/core)
v0.8.28
v0.8.27
v0.8.26
Dependencies
- Bump
@anthropic-ai/claude-agent-sdk0.3.170→ 0.3.173 and Claude CLI2.1.170→ 2.1.173 - Bump
agent-browserv0.27.1→ v0.27.2
A dependency-maintenance release.
v0.8.25
v0.8.24
Dependencies
- Bump
@anthropic-ai/claude-agent-sdkto 0.3.168 and Claude CLI to 2.1.168 - Bump
@types/react19.2.15 → 19.2.17 (#194)
A dependency-maintenance release.