Files
oh-my-opencode/dist/cli/run/agent-profile-colors.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
161 B
TypeScript

import type { OpencodeClient } from "@opencode-ai/sdk";
export declare function loadAgentProfileColors(client: OpencodeClient): Promise<Record<string, string>>;