Files
oh-my-opencode/dist/cli/run/agent-profile-colors.d.ts
T

3 lines
161 B
TypeScript
Raw Normal View History

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