Merge remote-tracking branch 'origin/master' into worktree/subagent-missing-tools-fb2359

This commit is contained in:
Yichen Jiang
2026-08-10 20:32:58 +08:00
222 changed files with 3457 additions and 694 deletions

View File

@@ -94,7 +94,7 @@ import { canOpenNativePath, openNativePath, openNativeTextFile } from './native-
const DEFAULT_MAX_MESSAGES = 50
/** Non-model settings namespaces intentionally served to the Web client. */
const WEB_SETTINGS_NAMESPACES = ['permission'] as const
const WEB_SETTINGS_NAMESPACES = ['locale', 'permission', 'ui-conversation', 'ui-theme'] as const
/** Provider work budget: at most 100 calls and 2,000 inspected hits. */
const SESSION_SEARCH_PROVIDER_CALL_LIMIT = 100