@kubbisec/ai-linux-arm64 0.1.20 → 0.1.22
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/bin/kubbisec +0 -0
- package/bundled/clarify/clarify-gate-state.d.ts +1 -1
- package/bundled/clarify/clarify-gate-state.js +3 -3
- package/bundled/clarify/clarify-gate.d.ts +21 -14
- package/bundled/clarify/clarify-gate.js +118 -111
- package/bundled/clarify/clarify-select-panel.d.ts +16 -9
- package/bundled/clarify/clarify-select-panel.js +65 -67
- package/bundled/clarify/clarify-ui-state.d.ts +12 -10
- package/bundled/clarify/clarify-ui-state.js +26 -26
- package/bundled/clarify/parse-clarify-answer.d.ts +29 -18
- package/bundled/clarify/parse-clarify-answer.js +39 -45
- package/bundled/clarify/question-format.d.ts +34 -23
- package/bundled/clarify/question-format.js +112 -119
- package/bundled/clarify/questionnaire-tool.d.ts +28 -17
- package/bundled/clarify/questionnaire-tool.js +180 -144
- package/bundled/clarify/scope-discovery.d.ts +8 -5
- package/bundled/clarify/scope-discovery.js +102 -110
- package/bundled/clarify/session-questionnaire.d.ts +48 -13
- package/bundled/clarify/session-questionnaire.js +304 -312
- package/bundled/clarify/session-questionnaire.types.d.ts +29 -27
- package/bundled/clarify/session-questionnaire.types.js +10 -10
- package/bundled/components/kubbisec-model-selector.d.ts +47 -34
- package/bundled/components/kubbisec-model-selector.js +187 -177
- package/bundled/config/config.d.ts +6 -6
- package/bundled/config/config.js +55 -55
- package/bundled/config/detect-local-llm-providers.d.ts +26 -16
- package/bundled/config/detect-local-llm-providers.js +130 -142
- package/bundled/config/ensure-kubbisec-project-settings.d.ts +9 -9
- package/bundled/config/ensure-kubbisec-project-settings.js +44 -48
- package/bundled/config/extended-context.d.ts +5 -6
- package/bundled/config/extended-context.js +23 -22
- package/bundled/config/feature-flags.d.ts +10 -2
- package/bundled/config/feature-flags.js +8 -2
- package/bundled/config/format-kubbisec-footer-status.d.ts +1 -1
- package/bundled/config/format-kubbisec-footer-status.js +26 -31
- package/bundled/config/kubbisec-extension-manifest.d.ts +22 -2
- package/bundled/config/kubbisec-extension-manifest.js +20 -20
- package/bundled/config/llm-config-mutations.d.ts +51 -25
- package/bundled/config/llm-config-mutations.js +173 -182
- package/bundled/config/llm-config.d.ts +54 -41
- package/bundled/config/llm-config.js +199 -199
- package/bundled/config/llm-provider-catalog.d.ts +18 -15
- package/bundled/config/llm-provider-catalog.js +45 -46
- package/bundled/config/materialize-kubbisec-pi-resources.d.ts +1 -1
- package/bundled/config/materialize-kubbisec-pi-resources.js +174 -183
- package/bundled/config/register-custom-llm-providers.d.ts +11 -5
- package/bundled/config/register-custom-llm-providers.js +17 -15
- package/bundled/config/register-kubbisec-llm-provider.d.ts +14 -10
- package/bundled/config/register-kubbisec-llm-provider.js +50 -42
- package/bundled/config/resolve-agents-context-file.d.ts +1 -1
- package/bundled/config/resolve-agents-context-file.js +33 -34
- package/bundled/config/resource-budget.d.ts +12 -12
- package/bundled/config/resource-budget.js +28 -28
- package/bundled/config/sync-kubbisec-pi-models.d.ts +6 -3
- package/bundled/config/sync-kubbisec-pi-models.js +58 -58
- package/bundled/copy/cli-reference-index.d.ts +3 -2
- package/bundled/copy/cli-reference-index.js +1 -1
- package/bundled/copy/kubbisec-shell-copy.d.ts +11 -6
- package/bundled/copy/kubbisec-shell-copy.js +1 -1
- package/bundled/extensions/cli-local-shared.d.ts +45 -26
- package/bundled/extensions/cli-local-shared.js +128 -118
- package/bundled/extensions/kubbisec-aspm-local.extension.d.ts +18 -15
- package/bundled/extensions/kubbisec-aspm-local.extension.js +118 -114
- package/bundled/extensions/kubbisec-brand.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-brand.extension.js +25 -25
- package/bundled/extensions/kubbisec-byok-provider.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-byok-provider.extension.js +2 -2
- package/bundled/extensions/kubbisec-clarify.extension.d.ts +64 -35
- package/bundled/extensions/kubbisec-clarify.extension.js +323 -305
- package/bundled/extensions/kubbisec-exit.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-exit.extension.js +29 -32
- package/bundled/extensions/kubbisec-extended-context.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-extended-context.extension.js +56 -43
- package/bundled/extensions/kubbisec-footer.extension.d.ts +14 -14
- package/bundled/extensions/kubbisec-footer.extension.js +205 -215
- package/bundled/extensions/kubbisec-github-local.extension.d.ts +26 -18
- package/bundled/extensions/kubbisec-github-local.extension.js +123 -116
- package/bundled/extensions/kubbisec-llm-config.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-llm-config.extension.js +200 -181
- package/bundled/extensions/kubbisec-memory.extension.d.ts +9 -7
- package/bundled/extensions/kubbisec-memory.extension.js +88 -95
- package/bundled/extensions/kubbisec-naus-local.extension.d.ts +18 -15
- package/bundled/extensions/kubbisec-naus-local.extension.js +132 -111
- package/bundled/extensions/kubbisec-platform-tools.extension.d.ts +31 -21
- package/bundled/extensions/kubbisec-platform-tools.extension.js +152 -152
- package/bundled/extensions/kubbisec-runtime-status.extension.d.ts +10 -8
- package/bundled/extensions/kubbisec-runtime-status.extension.js +15 -13
- package/bundled/extensions/kubbisec-scope.extension.d.ts +12 -7
- package/bundled/extensions/kubbisec-scope.extension.js +13 -13
- package/bundled/extensions/kubbisec-skill-mentions.extension.d.ts +27 -16
- package/bundled/extensions/kubbisec-skill-mentions.extension.js +73 -63
- package/bundled/extensions/kubbisec-skill-telemetry.extension.d.ts +2 -3
- package/bundled/extensions/kubbisec-skill-telemetry.extension.js +59 -64
- package/bundled/extensions/kubbisec-theme-lock.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-theme-lock.extension.js +33 -34
- package/bundled/extensions/kubbisec-ui.extension.d.ts +1 -1
- package/bundled/extensions/kubbisec-ui.extension.js +114 -109
- package/bundled/extensions/kubbisec-workflow.extension.d.ts +20 -18
- package/bundled/extensions/kubbisec-workflow.extension.js +138 -140
- package/bundled/node_modules/@aspm/shared/dist/redaction.test.d.ts +2 -0
- package/bundled/node_modules/@aspm/shared/dist/redaction.test.d.ts.map +1 -0
- package/bundled/node_modules/@aspm/shared/dist/redaction.test.js +626 -0
- package/bundled/node_modules/@aspm/shared/dist/redaction.test.js.map +1 -0
- package/bundled/resolve-bundled-dist-root.js +122 -131
- package/bundled/skills/at-path-mentions.d.ts +1 -1
- package/bundled/skills/at-path-mentions.js +146 -153
- package/bundled/skills/chat-mention-render.d.ts +2 -2
- package/bundled/skills/chat-mention-render.js +121 -126
- package/bundled/skills/chat-mentions.d.ts +17 -8
- package/bundled/skills/chat-mentions.js +76 -76
- package/bundled/skills/list-bundled-skills.d.ts +3 -3
- package/bundled/skills/list-bundled-skills.js +33 -35
- package/bundled/skills/skill-mention.d.ts +10 -2
- package/bundled/skills/skill-mention.js +10 -2
- package/bundled/theme/clear-terminal.d.ts +1 -1
- package/bundled/theme/clear-terminal.js +3 -4
- package/bundled/theme/footer-render-hook.d.ts +1 -1
- package/bundled/theme/footer-render-hook.js +3 -3
- package/bundled/theme/kubbisec-brand-fg.d.ts +1 -1
- package/bundled/theme/kubbisec-brand-fg.js +2 -2
- package/bundled/theme/kubbisec-menu-themes.d.ts +7 -7
- package/bundled/theme/kubbisec-menu-themes.js +30 -31
- package/bundled/theme/kubbisec-theme-name.d.ts +1 -1
- package/bundled/theme/kubbisec-theme-name.js +1 -1
- package/bundled/theme/patch-pi-settings-theme.runtime.d.ts +1 -1
- package/bundled/theme/patch-pi-settings-theme.runtime.js +11 -10
- package/bundled/theme/render-compact-header.d.ts +13 -5
- package/bundled/theme/render-compact-header.js +127 -129
- package/bundled/workflow/session-workflow-mode.d.ts +1 -1
- package/bundled/workflow/session-workflow-mode.js +33 -33
- package/package.json +1 -1
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
export declare function extendedContextEnabled(): boolean;
|
|
2
|
-
export declare function enableExtendedContext(options?: {
|
|
3
|
-
workspace?: string;
|
|
4
|
-
}): void;
|
|
2
|
+
export declare function enableExtendedContext(options?: { workspace?: string }): void;
|
|
5
3
|
export declare function disableExtendedContext(): void;
|
|
6
4
|
export declare function resolveExtendedWorkspace(): string;
|
|
7
5
|
export declare function formatExtendedContextStatus(): string | undefined;
|
|
8
6
|
export declare function syncExtendedContextFromFields(fields: {
|
|
9
|
-
|
|
7
|
+
extendedContext?: boolean | null;
|
|
10
8
|
}): void;
|
|
11
|
-
export declare const EXTENDED_CONTEXT_DENY_MESSAGE =
|
|
12
|
-
|
|
9
|
+
export declare const EXTENDED_CONTEXT_DENY_MESSAGE =
|
|
10
|
+
"Contexto local desativado. Use /extended-context on (ou /local-tools on) nesta sess\u00E3o \u2014 sem reiniciar o chat.";
|
|
11
|
+
//# sourceMappingURL=extended-context.d.ts.map
|
|
@@ -1,36 +1,37 @@
|
|
|
1
1
|
import * as path from "node:path";
|
|
2
|
+
|
|
2
3
|
const ENV_FLAG = "KUBBISEC_CHAT_EXTENDED_CONTEXT";
|
|
3
4
|
export function extendedContextEnabled() {
|
|
4
|
-
|
|
5
|
+
return process.env[ENV_FLAG] === "1";
|
|
5
6
|
}
|
|
6
7
|
export function enableExtendedContext(options) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
process.env[ENV_FLAG] = "1";
|
|
9
|
+
const workspace = options?.workspace?.trim();
|
|
10
|
+
if (workspace) {
|
|
11
|
+
process.env.KUBBISEC_LOCAL_WORKSPACE = path.resolve(workspace);
|
|
12
|
+
}
|
|
12
13
|
}
|
|
13
14
|
export function disableExtendedContext() {
|
|
14
|
-
|
|
15
|
+
delete process.env[ENV_FLAG];
|
|
15
16
|
}
|
|
16
17
|
export function resolveExtendedWorkspace() {
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
const fromEnv =
|
|
19
|
+
process.env.KUBBISEC_LOCAL_WORKSPACE?.trim() || process.env.KUBBISEC_AI_WORKSPACE?.trim();
|
|
20
|
+
return fromEnv ? path.resolve(fromEnv) : process.cwd();
|
|
19
21
|
}
|
|
20
22
|
export function formatExtendedContextStatus() {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return `local · ${short}`;
|
|
23
|
+
if (!extendedContextEnabled()) return undefined;
|
|
24
|
+
const ws = resolveExtendedWorkspace();
|
|
25
|
+
const short = ws.length > 42 ? `…${ws.slice(-39)}` : ws;
|
|
26
|
+
return `local · ${short}`;
|
|
26
27
|
}
|
|
27
28
|
export function syncExtendedContextFromFields(fields) {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
29
|
+
if (fields.extendedContext === true) {
|
|
30
|
+
enableExtendedContext();
|
|
31
|
+
} else if (fields.extendedContext === false) {
|
|
32
|
+
disableExtendedContext();
|
|
33
|
+
}
|
|
34
34
|
}
|
|
35
|
-
export const EXTENDED_CONTEXT_DENY_MESSAGE =
|
|
36
|
-
|
|
35
|
+
export const EXTENDED_CONTEXT_DENY_MESSAGE =
|
|
36
|
+
"Contexto local desativado. Use /extended-context on (ou /local-tools on) nesta sessão — sem reiniciar o chat.";
|
|
37
|
+
//# sourceMappingURL=extended-context.js.map
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
1
|
+
export {
|
|
2
|
+
type ChatMode,
|
|
3
|
+
envFlagOn,
|
|
4
|
+
isMemoryEnabled,
|
|
5
|
+
isSkillRouterEnabled,
|
|
6
|
+
type KubbisecAiFeatureFlags,
|
|
7
|
+
parseChatMode,
|
|
8
|
+
resolveFeatureFlags,
|
|
9
|
+
} from "@kubbisec/chat-memory";
|
|
10
|
+
//# sourceMappingURL=feature-flags.d.ts.map
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
1
|
+
export {
|
|
2
|
+
envFlagOn,
|
|
3
|
+
isMemoryEnabled,
|
|
4
|
+
isSkillRouterEnabled,
|
|
5
|
+
parseChatMode,
|
|
6
|
+
resolveFeatureFlags,
|
|
7
|
+
} from "@kubbisec/chat-memory";
|
|
8
|
+
//# sourceMappingURL=feature-flags.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare function formatKubbisecFooterStatusLine(statuses: Map<string, string>): string;
|
|
2
|
-
//# sourceMappingURL=format-kubbisec-footer-status.d.ts.map
|
|
2
|
+
//# sourceMappingURL=format-kubbisec-footer-status.d.ts.map
|
|
@@ -1,37 +1,32 @@
|
|
|
1
1
|
const KUBBISEC_STATUS_PREFIX = "kubbisec-";
|
|
2
2
|
const KUBBISEC_STATUS_ORDER = [];
|
|
3
3
|
const KUBBISEC_STATUS_HIDDEN = new Set([
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
"kubbisec-tools",
|
|
5
|
+
"kubbisec-ctx",
|
|
6
|
+
"kubbisec-clarify",
|
|
7
|
+
"kubbisec-memory",
|
|
8
|
+
"kubbisec-workflow",
|
|
9
9
|
]);
|
|
10
10
|
export function formatKubbisecFooterStatusLine(statuses) {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
.trim();
|
|
32
|
-
if (text)
|
|
33
|
-
parts.push(text);
|
|
34
|
-
}
|
|
35
|
-
return parts.join(" · ");
|
|
11
|
+
const parts = [];
|
|
12
|
+
for (const key of KUBBISEC_STATUS_ORDER) {
|
|
13
|
+
const text = statuses
|
|
14
|
+
.get(key)
|
|
15
|
+
?.replace(/[\r\n\t]/g, " ")
|
|
16
|
+
.replace(/ +/g, " ")
|
|
17
|
+
.trim();
|
|
18
|
+
if (text) parts.push(text);
|
|
19
|
+
}
|
|
20
|
+
for (const [key, raw] of statuses.entries()) {
|
|
21
|
+
if (!key.startsWith(KUBBISEC_STATUS_PREFIX)) continue;
|
|
22
|
+
if (KUBBISEC_STATUS_HIDDEN.has(key)) continue;
|
|
23
|
+
if (KUBBISEC_STATUS_ORDER.includes(key)) continue;
|
|
24
|
+
const text = raw
|
|
25
|
+
.replace(/[\r\n\t]/g, " ")
|
|
26
|
+
.replace(/ +/g, " ")
|
|
27
|
+
.trim();
|
|
28
|
+
if (text) parts.push(text);
|
|
29
|
+
}
|
|
30
|
+
return parts.join(" · ");
|
|
36
31
|
}
|
|
37
|
-
//# sourceMappingURL=format-kubbisec-footer-status.js.map
|
|
32
|
+
//# sourceMappingURL=format-kubbisec-footer-status.js.map
|
|
@@ -1,3 +1,23 @@
|
|
|
1
1
|
/** Load order for KubbiSec Pi extensions (brand/theme before UI chrome). */
|
|
2
|
-
export declare const KUBBISEC_EXTENSION_BASENAMES: readonly [
|
|
3
|
-
|
|
2
|
+
export declare const KUBBISEC_EXTENSION_BASENAMES: readonly [
|
|
3
|
+
"kubbisec-brand.extension",
|
|
4
|
+
"kubbisec-theme-lock.extension",
|
|
5
|
+
"kubbisec-byok-provider.extension",
|
|
6
|
+
"kubbisec-llm-config.extension",
|
|
7
|
+
"kubbisec-runtime-status.extension",
|
|
8
|
+
"kubbisec-extended-context.extension",
|
|
9
|
+
"kubbisec-skill-mentions.extension",
|
|
10
|
+
"kubbisec-workflow.extension",
|
|
11
|
+
"kubbisec-clarify.extension",
|
|
12
|
+
"kubbisec-platform-tools.extension",
|
|
13
|
+
"kubbisec-github-local.extension",
|
|
14
|
+
"kubbisec-naus-local.extension",
|
|
15
|
+
"kubbisec-aspm-local.extension",
|
|
16
|
+
"kubbisec-ui.extension",
|
|
17
|
+
"kubbisec-exit.extension",
|
|
18
|
+
"kubbisec-footer.extension",
|
|
19
|
+
"kubbisec-scope.extension",
|
|
20
|
+
"kubbisec-skill-telemetry.extension",
|
|
21
|
+
"kubbisec-memory.extension",
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=kubbisec-extension-manifest.d.ts.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/** Load order for KubbiSec Pi extensions (brand/theme before UI chrome). */
|
|
2
2
|
export const KUBBISEC_EXTENSION_BASENAMES = [
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
3
|
+
"kubbisec-brand.extension",
|
|
4
|
+
"kubbisec-theme-lock.extension",
|
|
5
|
+
"kubbisec-byok-provider.extension",
|
|
6
|
+
"kubbisec-llm-config.extension",
|
|
7
|
+
"kubbisec-runtime-status.extension",
|
|
8
|
+
"kubbisec-extended-context.extension",
|
|
9
|
+
"kubbisec-skill-mentions.extension",
|
|
10
|
+
"kubbisec-workflow.extension",
|
|
11
|
+
"kubbisec-clarify.extension",
|
|
12
|
+
"kubbisec-platform-tools.extension",
|
|
13
|
+
"kubbisec-github-local.extension",
|
|
14
|
+
"kubbisec-naus-local.extension",
|
|
15
|
+
"kubbisec-aspm-local.extension",
|
|
16
|
+
"kubbisec-ui.extension",
|
|
17
|
+
"kubbisec-exit.extension",
|
|
18
|
+
"kubbisec-footer.extension",
|
|
19
|
+
"kubbisec-scope.extension",
|
|
20
|
+
"kubbisec-skill-telemetry.extension",
|
|
21
|
+
"kubbisec-memory.extension",
|
|
22
22
|
];
|
|
23
|
-
//# sourceMappingURL=kubbisec-extension-manifest.js.map
|
|
23
|
+
//# sourceMappingURL=kubbisec-extension-manifest.js.map
|
|
@@ -1,38 +1,64 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
type KubbisecCustomProviderDef,
|
|
3
|
+
type KubbisecLlmConfig,
|
|
4
|
+
type KubbisecLlmModelDef,
|
|
5
|
+
type KubbisecThinkingLevel,
|
|
6
|
+
} from "./llm-config.js";
|
|
2
7
|
export type LlmProviderSummary = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
baseUrl?: string;
|
|
11
|
+
apiKeyConfigured: boolean;
|
|
12
|
+
apiKeyHint?: string;
|
|
13
|
+
api?: string;
|
|
14
|
+
models: KubbisecLlmModelDef[];
|
|
15
|
+
builtin: boolean;
|
|
16
|
+
autodetected?: boolean;
|
|
12
17
|
};
|
|
13
18
|
export type LlmConfigSummary = {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
path: string;
|
|
20
|
+
defaultProvider: string;
|
|
21
|
+
defaultModel?: string;
|
|
22
|
+
defaultThinkingLevel?: KubbisecThinkingLevel;
|
|
23
|
+
temperature?: number;
|
|
24
|
+
providers: LlmProviderSummary[];
|
|
20
25
|
};
|
|
21
26
|
export declare function isKubbisecThinkingLevel(value: string): value is KubbisecThinkingLevel;
|
|
22
27
|
export declare function maskApiKeyHint(apiKey?: string): string | undefined;
|
|
23
28
|
export declare function parseModelSpec(spec: string): KubbisecLlmModelDef;
|
|
24
|
-
export declare function setLlmDefaults(
|
|
29
|
+
export declare function setLlmDefaults(
|
|
30
|
+
cwd: string,
|
|
31
|
+
options: {
|
|
25
32
|
provider?: string;
|
|
26
33
|
model?: string;
|
|
27
34
|
thinking?: KubbisecThinkingLevel;
|
|
28
35
|
temperature?: number;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export declare function
|
|
36
|
+
},
|
|
37
|
+
): KubbisecLlmConfig;
|
|
38
|
+
export declare function addCustomProvider(
|
|
39
|
+
cwd: string,
|
|
40
|
+
input: KubbisecCustomProviderDef,
|
|
41
|
+
): KubbisecLlmConfig;
|
|
42
|
+
export declare function updateCustomProvider(
|
|
43
|
+
cwd: string,
|
|
44
|
+
providerId: string,
|
|
45
|
+
patch: Partial<Omit<KubbisecCustomProviderDef, "id" | "models">> & {
|
|
32
46
|
models?: KubbisecLlmModelDef[];
|
|
33
|
-
}
|
|
47
|
+
},
|
|
48
|
+
): KubbisecLlmConfig;
|
|
34
49
|
export declare function removeCustomProvider(cwd: string, providerId: string): KubbisecLlmConfig;
|
|
35
|
-
export declare function addLlmModel(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
50
|
+
export declare function addLlmModel(
|
|
51
|
+
cwd: string,
|
|
52
|
+
providerId: string,
|
|
53
|
+
model: KubbisecLlmModelDef,
|
|
54
|
+
): KubbisecLlmConfig;
|
|
55
|
+
export declare function removeLlmModel(
|
|
56
|
+
cwd: string,
|
|
57
|
+
providerId: string,
|
|
58
|
+
modelId: string,
|
|
59
|
+
): KubbisecLlmConfig;
|
|
60
|
+
export declare function summarizeLlmConfig(
|
|
61
|
+
cwd?: string,
|
|
62
|
+
config?: KubbisecLlmConfig,
|
|
63
|
+
): LlmConfigSummary;
|
|
64
|
+
//# sourceMappingURL=llm-config-mutations.d.ts.map
|