@botiverse/kimi-code-sdk 0.19.2-botiverse.0 → 0.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -29
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6569,32 +6569,4 @@ declare interface WorkspaceAdditionalDirsLoadResult {
|
|
|
6569
6569
|
readonly warning?: string;
|
|
6570
6570
|
}
|
|
6571
6571
|
|
|
6572
|
-
export { }
|
|
6573
|
-
|
|
6574
|
-
// Botiverse mirror surface extension — see scripts/repackage-sdk.mjs.
|
|
6575
|
-
// Minimal type declaration; runtime implementation is bundled in dist/index.mjs.
|
|
6576
|
-
declare class LocalKaos implements Kaos {
|
|
6577
|
-
static create(): Promise<LocalKaos>;
|
|
6578
|
-
readonly name: string;
|
|
6579
|
-
readonly osEnv: Kaos['osEnv'];
|
|
6580
|
-
pathClass(): 'posix' | 'win32';
|
|
6581
|
-
normpath(path: string): string;
|
|
6582
|
-
gethome(): string;
|
|
6583
|
-
getcwd(): string;
|
|
6584
|
-
chdir(path: string): Promise<void>;
|
|
6585
|
-
withCwd(cwd: string): LocalKaos;
|
|
6586
|
-
withEnv(env: Record<string, string>): LocalKaos;
|
|
6587
|
-
stat: Kaos['stat'];
|
|
6588
|
-
iterdir: Kaos['iterdir'];
|
|
6589
|
-
glob: Kaos['glob'];
|
|
6590
|
-
readBytes: Kaos['readBytes'];
|
|
6591
|
-
readText: Kaos['readText'];
|
|
6592
|
-
readLines: Kaos['readLines'];
|
|
6593
|
-
writeBytes: Kaos['writeBytes'];
|
|
6594
|
-
writeText: Kaos['writeText'];
|
|
6595
|
-
mkdir: Kaos['mkdir'];
|
|
6596
|
-
exec: Kaos['exec'];
|
|
6597
|
-
execWithEnv: Kaos['execWithEnv'];
|
|
6598
|
-
}
|
|
6599
|
-
export { LocalKaos };
|
|
6600
|
-
export type { Kaos };
|
|
6572
|
+
export { }
|
package/dist/index.mjs
CHANGED
|
@@ -156585,4 +156585,4 @@ function applyCatalogProvider(config, options) {
|
|
|
156585
156585
|
return { defaultModel };
|
|
156586
156586
|
}
|
|
156587
156587
|
//#endregion
|
|
156588
|
-
export { CatalogFetchError, DEFAULT_CATALOG_URL, ErrorCodes, KIMI_ERROR_INFO, KimiAuthFacade, KimiConfigRpcClient, KimiError, KimiForCodingProvider, KimiHarness, MCP_OAUTH_AUTHORIZATION_URL_TOOL_UPDATE, SDKRpcClient, SDKRpcClientBase, Session, applyCatalogProvider, catalogBaseUrl, catalogModelToAlias, catalogProviderModels, createKimiConfigRpc, createKimiHarness, fetchCatalog, flushDiagnosticLogs, fromKimiErrorPayload, __toESM as i, inferWireType, installGlobalProxyDispatcher, isKimiError, loadBuiltInCatalog, loadRuntimeConfigSafe, log, __esmMin as n, __require as r, redact, resolveConfigPath, resolveGlobalLogPath, resolveKimiHome, __commonJSMin as t, toKimiErrorPayload
|
|
156588
|
+
export { CatalogFetchError, DEFAULT_CATALOG_URL, ErrorCodes, KIMI_ERROR_INFO, KimiAuthFacade, KimiConfigRpcClient, KimiError, KimiForCodingProvider, KimiHarness, MCP_OAUTH_AUTHORIZATION_URL_TOOL_UPDATE, SDKRpcClient, SDKRpcClientBase, Session, applyCatalogProvider, catalogBaseUrl, catalogModelToAlias, catalogProviderModels, createKimiConfigRpc, createKimiHarness, fetchCatalog, flushDiagnosticLogs, fromKimiErrorPayload, __toESM as i, inferWireType, installGlobalProxyDispatcher, isKimiError, loadBuiltInCatalog, loadRuntimeConfigSafe, log, __esmMin as n, __require as r, redact, resolveConfigPath, resolveGlobalLogPath, resolveKimiHome, __commonJSMin as t, toKimiErrorPayload };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botiverse/kimi-code-sdk",
|
|
3
|
-
"version": "0.19.2
|
|
3
|
+
"version": "0.19.2",
|
|
4
4
|
"description": "Botiverse repackage of @moonshot-ai/kimi-code-sdk (from kimi-code @moonshot-ai/kimi-code@0.19.2) — built node-sdk bundle for Slock. Mirror of MoonshotAI/kimi-code.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Moonshot AI",
|