diff --git a/src/helpers/init-project.ts b/src/helpers/init-project.ts index 17036f8e..c63b3279 100644 --- a/src/helpers/init-project.ts +++ b/src/helpers/init-project.ts @@ -304,11 +304,7 @@ async function tryInstallPlugin(editor: EditorTarget): Promise { try { await installOpencodePlugin(credentials.token); - return { - installed: true, - autoInstalled: true, - detail: opencodeAgentsDir(), - }; + return { installed: true, autoInstalled: true }; } catch (error) { // Surface as a non-auto install so init routes through // `printManualInstructions("opencode", detail)`, which prints a