You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: normalize xhigh effort for Claude CLI and extract shared prompt-injected descriptor lookup
- Add normalizeClaudeEffortForCli() in ClaudeProvider.ts to map xhigh->max
and filter ultrathink before passing to CLI/SDK
- Apply normalization in ClaudeTextGeneration.ts (was missing, producing
invalid --effort xhigh CLI flag for Opus 4.7)
- Refactor getEffectiveClaudeAgentEffort in ClaudeAdapter.ts to delegate
to the new shared normalizer
- Extract findPromptInjectedDescriptor() into @t3tools/shared/model to
deduplicate the .find() logic between ClaudeAdapter and ChatView
0 commit comments