feat(backends): add optional pi_embedded backend and config wiring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { execFile } from 'child_process';
|
||||
|
||||
export type ExternalBackendName = 'claude_code' | 'opencode' | 'codex' | 'gemini';
|
||||
export type ExternalBackendName = 'claude_code' | 'opencode' | 'codex' | 'gemini' | 'pi_embedded';
|
||||
|
||||
export interface ExternalBackendRequest {
|
||||
prompt: string;
|
||||
|
||||
Reference in New Issue
Block a user