From ddc8df1cc9eefc723cc2502198a0406d19fcd410 Mon Sep 17 00:00:00 2001 From: babayaga Date: Tue, 3 Jun 2025 21:46:27 +0200 Subject: [PATCH] glob ex:match-cpp --- packages/ai-tools/dist/types_kbot.d.ts | 4 ++++ packages/ai-tools/src/types_kbot.ts | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/packages/ai-tools/dist/types_kbot.d.ts b/packages/ai-tools/dist/types_kbot.d.ts index 514384f7..b789b079 100644 --- a/packages/ai-tools/dist/types_kbot.d.ts +++ b/packages/ai-tools/dist/types_kbot.d.ts @@ -23,6 +23,8 @@ export interface IKBotOptions { include?: string[] | undefined; /** Comma separated glob patterns or paths, eg --exclude=src/*.tsx,src/*.ts --exclude=package.json */ exclude?: string[] | undefined; + /** Specify a glob extension behavior. e.g., "match-cpp" to automatically include corresponding .cpp files for .h files. */ + globExtension?: string | undefined; /** Explicit API key to use */ api_key?: string | undefined; /** AI model to use for processing. Available models: @@ -389,6 +391,7 @@ export interface IKBotOptions { gpt-4o-audio-preview gpt-4o-audio-preview-2024-10-01 gpt-4o-audio-preview-2024-12-17 + gpt-4o-audio-preview-2025-06-03 gpt-4o-mini gpt-4o-mini-2024-07-18 gpt-4o-mini-audio-preview @@ -402,6 +405,7 @@ export interface IKBotOptions { gpt-4o-realtime-preview gpt-4o-realtime-preview-2024-10-01 gpt-4o-realtime-preview-2024-12-17 + gpt-4o-realtime-preview-2025-06-03 gpt-4o-search-preview gpt-4o-search-preview-2025-03-11 gpt-4o-transcribe diff --git a/packages/ai-tools/src/types_kbot.ts b/packages/ai-tools/src/types_kbot.ts index f3e5cb72..adf3e431 100644 --- a/packages/ai-tools/src/types_kbot.ts +++ b/packages/ai-tools/src/types_kbot.ts @@ -23,6 +23,8 @@ export interface IKBotOptions { include?: string[] | undefined; /** Comma separated glob patterns or paths, eg --exclude=src/*.tsx,src/*.ts --exclude=package.json */ exclude?: string[] | undefined; + /** Specify a glob extension behavior. e.g., "match-cpp" to automatically include corresponding .cpp files for .h files. */ + globExtension?: string | undefined; /** Explicit API key to use */ api_key?: string | undefined; /** AI model to use for processing. Available models: @@ -389,6 +391,7 @@ export interface IKBotOptions { gpt-4o-audio-preview gpt-4o-audio-preview-2024-10-01 gpt-4o-audio-preview-2024-12-17 + gpt-4o-audio-preview-2025-06-03 gpt-4o-mini gpt-4o-mini-2024-07-18 gpt-4o-mini-audio-preview @@ -402,6 +405,7 @@ export interface IKBotOptions { gpt-4o-realtime-preview gpt-4o-realtime-preview-2024-10-01 gpt-4o-realtime-preview-2024-12-17 + gpt-4o-realtime-preview-2025-06-03 gpt-4o-search-preview gpt-4o-search-preview-2025-03-11 gpt-4o-transcribe