fix: test cases

This commit is contained in:
Timothy
2026-04-09 23:51:51 -07:00
parent fb5b7ed9de
commit ec64c14d37
4 changed files with 57 additions and 1918 deletions
+8 -5
View File
@@ -1,4 +1,12 @@
{
"permissions": {
"allow": [
"Bash(grep -n \"_is_context_too_large_error\" core/framework/agent_loop/agent_loop.py core/framework/agent_loop/internals/*.py)",
"Read(//^class/ {cls=$3} /def test_/**)",
"Read(//^ @pytest.mark.asyncio/{getline n; print NR\": \"n} /^ def test_/**)",
"Bash(python3)"
]
},
"hooks": {
"PostToolUse": [
{
@@ -11,10 +19,5 @@
]
}
]
},
"permissions": {
"allow": [
"Bash(grep -n \"_is_context_too_large_error\" core/framework/agent_loop/agent_loop.py core/framework/agent_loop/internals/*.py)"
]
}
}