fix: better openai usage for big pickle

This commit is contained in:
2026-02-11 19:55:57 +01:00
parent 898a90b864
commit 53ebe91895
6 changed files with 186 additions and 94 deletions

View File

@@ -2,7 +2,8 @@
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(npx tsc:*)"
"Bash(npx tsc:*)",
"Bash(node ./node_modules/typescript/bin/tsc:*)"
]
}
}