Updates
Rolling release / release (push) Failing after 1m44s

This commit is contained in:
2026-09-14 12:15:47 -04:00
parent af9246151f
commit 08554c205c
8 changed files with 169 additions and 44 deletions
+2
View File
@@ -110,6 +110,8 @@ function browserResultCap() {
function resultCap(budget, name) {
if (name === 'browser') return browserResultCap();
// Vault pages carry recovery cursors and are bounded by the bridge.
if (name === 'obsidian') return 16000;
return toolResultCap(budget);
}