From ce82879800a399df98df5fbcf22603dcc70ae5a9 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 19 Mar 2026 17:51:11 +0100 Subject: [PATCH] Fix concurrent maps Signed-off-by: David Gageot --- pkg/runtime/loop.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/runtime/loop.go b/pkg/runtime/loop.go index 6bbb787a1..c59ad53fe 100644 --- a/pkg/runtime/loop.go +++ b/pkg/runtime/loop.go @@ -122,8 +122,6 @@ func (r *LocalRuntime) RunStream(ctx context.Context, sess *session.Session) <-c defer r.finalizeEventChannel(ctx, sess, prevElicitationCh, events) - r.registerDefaultTools() - iteration := 0 // Use a runtime copy of maxIterations so we don't modify the session's persistent config runtimeMaxIterations := sess.MaxIterations