gitdataai/libs/git/ssh
ZhenYi 0a272ed63a fix: start SSH rate limiter cleanup and fix ToolContext reset per tool call
- Start SSH rate limiter cleanup task that was missing (prevent memory leak)
- Create single ToolContext outside tool execution loop so max_tool_calls
  and max_depth guards actually fire across batch tool calls (was creating
  fresh context per call, bypassing all limits)
2026-04-27 13:57:47 +08:00
..
authz.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
handle.rs fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
mod.rs fix: start SSH rate limiter cleanup and fix ToolContext reset per tool call 2026-04-27 13:57:47 +08:00
rate_limit.rs fix(git): harden HTTP and SSH git transports for robustness 2026-04-16 20:11:18 +08:00
server.rs fix: resolve 4 remaining "design decision" bugs 2026-04-27 11:20:38 +08:00