andy-stack_vaultkeeper-ai/Enums
Andrew Beal d7eefae936 refactor: migrate OpenAI integration to Responses API. Add web search capabilities.
Remove 'gpt-4.1-nano' which does not support web search.

Replace Chat Completions API with OpenAI Responses API throughout codebase. Update event parsing from delta-based streaming to event-based model, restructure request format to use instructions/input instead of messages array, and revise conversation naming service to handle new response structure.
2025-11-14 10:24:46 +00:00
..
AIFunction.ts refactor: convert AIFunctionCall.name from string to AIFunction enum 2025-11-10 20:08:32 +00:00
ApiProvider.ts refactor: migrate OpenAI integration to Responses API. Add web search capabilities. 2025-11-14 10:24:46 +00:00
Copy.ts refactor: migrate OpenAI integration to Responses API. Add web search capabilities. 2025-11-14 10:24:46 +00:00
FileEvent.ts feat: add VaultCacheService and vault monitoring capabilities 2025-10-25 12:46:07 +01:00
Greeting.ts Add greeting messages based on time of day and implement TopBar component 2025-10-02 09:34:54 +01:00
Path.ts Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00
Role.ts Refactor conversation content handling and improve error messages 2025-10-20 08:30:08 +01:00
SearchTrigger.ts refactor: convert TypeScript namespaces to standalone functions 2025-11-10 12:59:48 +00:00
Selector.ts Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00