We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75a3f3 commit 1ed5d1cCopy full SHA for 1ed5d1c
extensions/cli/src/configLoader.ts
@@ -133,7 +133,7 @@ function determineConfigSource(
133
} else {
134
// In headless, user assistant fallback behavior isn't supported
135
if (isHeadless) {
136
- return { type: "no-config" };
+ return { type: "default-agent" };
137
}
138
// Authenticated: try user assistants first
139
return { type: "user-assistant", slug: "" }; // Empty slug means "first available"
0 commit comments