@botiverse/kimi-code-sdk 0.20.0-botiverse.0 → 0.20.0
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
|
@@ -6737,32 +6737,4 @@ declare interface WorkspaceAdditionalDirsLoadResult {
|
|
|
6737
6737
|
readonly warning?: string;
|
|
6738
6738
|
}
|
|
6739
6739
|
|
|
6740
|
-
export { }
|
|
6741
|
-
|
|
6742
|
-
// Botiverse mirror surface extension — see scripts/repackage-sdk.mjs.
|
|
6743
|
-
// Minimal type declaration; runtime implementation is bundled in dist/index.mjs.
|
|
6744
|
-
declare class LocalKaos implements Kaos {
|
|
6745
|
-
static create(): Promise<LocalKaos>;
|
|
6746
|
-
readonly name: string;
|
|
6747
|
-
readonly osEnv: Kaos['osEnv'];
|
|
6748
|
-
pathClass(): 'posix' | 'win32';
|
|
6749
|
-
normpath(path: string): string;
|
|
6750
|
-
gethome(): string;
|
|
6751
|
-
getcwd(): string;
|
|
6752
|
-
chdir(path: string): Promise<void>;
|
|
6753
|
-
withCwd(cwd: string): LocalKaos;
|
|
6754
|
-
withEnv(env: Record<string, string>): LocalKaos;
|
|
6755
|
-
stat: Kaos['stat'];
|
|
6756
|
-
iterdir: Kaos['iterdir'];
|
|
6757
|
-
glob: Kaos['glob'];
|
|
6758
|
-
readBytes: Kaos['readBytes'];
|
|
6759
|
-
readText: Kaos['readText'];
|
|
6760
|
-
readLines: Kaos['readLines'];
|
|
6761
|
-
writeBytes: Kaos['writeBytes'];
|
|
6762
|
-
writeText: Kaos['writeText'];
|
|
6763
|
-
mkdir: Kaos['mkdir'];
|
|
6764
|
-
exec: Kaos['exec'];
|
|
6765
|
-
execWithEnv: Kaos['execWithEnv'];
|
|
6766
|
-
}
|
|
6767
|
-
export { LocalKaos };
|
|
6768
|
-
export type { Kaos };
|
|
6740
|
+
export { }
|
package/dist/index.mjs
CHANGED
|
@@ -157194,4 +157194,4 @@ function applyCatalogProvider(config, options) {
|
|
|
157194
157194
|
return { defaultModel };
|
|
157195
157195
|
}
|
|
157196
157196
|
//#endregion
|
|
157197
|
-
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
|
|
157197
|
+
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.0
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "Botiverse repackage of @moonshot-ai/kimi-code-sdk (from kimi-code @moonshot-ai/kimi-code@0.20.0) — built node-sdk bundle for Slock. Mirror of MoonshotAI/kimi-code.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Moonshot AI",
|