@botiverse/kimi-code-sdk 0.20.1-botiverse.0 → 0.20.1
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
|
@@ -6845,32 +6845,4 @@ declare interface WorkspaceAdditionalDirsLoadResult {
|
|
|
6845
6845
|
readonly warning?: string;
|
|
6846
6846
|
}
|
|
6847
6847
|
|
|
6848
|
-
export { }
|
|
6849
|
-
|
|
6850
|
-
// Botiverse mirror surface extension — see scripts/repackage-sdk.mjs.
|
|
6851
|
-
// Minimal type declaration; runtime implementation is bundled in dist/index.mjs.
|
|
6852
|
-
declare class LocalKaos implements Kaos {
|
|
6853
|
-
static create(): Promise<LocalKaos>;
|
|
6854
|
-
readonly name: string;
|
|
6855
|
-
readonly osEnv: Kaos['osEnv'];
|
|
6856
|
-
pathClass(): 'posix' | 'win32';
|
|
6857
|
-
normpath(path: string): string;
|
|
6858
|
-
gethome(): string;
|
|
6859
|
-
getcwd(): string;
|
|
6860
|
-
chdir(path: string): Promise<void>;
|
|
6861
|
-
withCwd(cwd: string): LocalKaos;
|
|
6862
|
-
withEnv(env: Record<string, string>): LocalKaos;
|
|
6863
|
-
stat: Kaos['stat'];
|
|
6864
|
-
iterdir: Kaos['iterdir'];
|
|
6865
|
-
glob: Kaos['glob'];
|
|
6866
|
-
readBytes: Kaos['readBytes'];
|
|
6867
|
-
readText: Kaos['readText'];
|
|
6868
|
-
readLines: Kaos['readLines'];
|
|
6869
|
-
writeBytes: Kaos['writeBytes'];
|
|
6870
|
-
writeText: Kaos['writeText'];
|
|
6871
|
-
mkdir: Kaos['mkdir'];
|
|
6872
|
-
exec: Kaos['exec'];
|
|
6873
|
-
execWithEnv: Kaos['execWithEnv'];
|
|
6874
|
-
}
|
|
6875
|
-
export { LocalKaos };
|
|
6876
|
-
export type { Kaos };
|
|
6848
|
+
export { }
|
package/dist/index.mjs
CHANGED
|
@@ -157479,4 +157479,4 @@ function applyCatalogProvider(config, options) {
|
|
|
157479
157479
|
return { defaultModel };
|
|
157480
157480
|
}
|
|
157481
157481
|
//#endregion
|
|
157482
|
-
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
|
|
157482
|
+
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.20.1
|
|
3
|
+
"version": "0.20.1",
|
|
4
4
|
"description": "Botiverse repackage of @moonshot-ai/kimi-code-sdk (from kimi-code @moonshot-ai/kimi-code@0.20.1) — built node-sdk bundle for Slock. Mirror of MoonshotAI/kimi-code.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Moonshot AI",
|