merge: resolve conflicts from main — prefer main's max_result_size_chars values

This commit is contained in:
alt-glitch
2026-04-08 13:47:32 -07:00
57 changed files with 3853 additions and 376 deletions

View File

@@ -1343,5 +1343,5 @@ registry.register(
enabled_tools=kw.get("enabled_tools")),
check_fn=check_sandbox_requirements,
emoji="🐍",
max_result_size_chars=30_000,
max_result_size_chars=100_000,
)