style: apply oxfmt

This commit is contained in:
Peter Steinberger
2026-01-17 17:44:54 +00:00
parent bc6928525d
commit 7876679c5d
7 changed files with 17 additions and 19 deletions

View File

@@ -80,7 +80,7 @@ export async function setKimiCodeApiKey(key: string, agentDir?: string) {
credential: {
type: "api_key",
provider: "kimi-code",
key
key,
},
agentDir: resolveAuthAgentDir(agentDir),
});