Every new workspace's auto-name runs generateStructuredAgentResponseWithFallback sending the provider's entire system prompt (~60K input tokens for me via pi). All to produce ~10 tokens of {title, branch} JSON, with no lite/direct completion path, no disable flag for WorkspaceAutoName, no caching, and a hardcoded haiku model chain in structured-generation-providers.js...
Every new workspace's auto-name runs
generateStructuredAgentResponseWithFallbacksending the provider's entire system prompt (~60K input tokens for me via pi). All to produce ~10 tokens of{title, branch}JSON, with no lite/direct completion path, no disable flag forWorkspaceAutoName, no caching, and a hardcodedhaikumodel chain instructured-generation-providers.js...