fix: prefer Claude CLI in Anthropic onboarding

This commit is contained in:
Peter Steinberger
2026-04-04 14:49:42 +09:00
parent 1ab37d7a12
commit ae7942bf5e
22 changed files with 199 additions and 47 deletions

View File

@@ -1,9 +1,9 @@
import type { IncomingMessage, ServerResponse } from "node:http";
import type { AgentMessage } from "@mariozechner/pi-agent-core";
import type { StreamFn } from "@mariozechner/pi-agent-core";
import type { Api, Model } from "@mariozechner/pi-ai";
import type { ModelRegistry } from "@mariozechner/pi-coding-agent";
import type { Command } from "commander";
import type { IncomingMessage, ServerResponse } from "node:http";
import type {
ApiKeyCredential,
AuthProfileCredential,
@@ -925,6 +925,8 @@ export type ProviderPluginWizardSetup = {
choiceId?: string;
choiceLabel?: string;
choiceHint?: string;
assistantPriority?: number;
assistantVisibility?: "visible" | "manual-only";
groupId?: string;
groupLabel?: string;
groupHint?: string;