Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces support for sending telemetry data to an external webhook, allowing for enhanced monitoring and analytics. It adds configuration options for telemetry webhooks in both YAML and multitenant setups, updates the proxy server implementations in Node.js and Rust to send request telemetry asynchronously, and refines the configuration caching logic to include telemetry webhook settings. Additionally, the
vibekit.yamlfile is updated to support a broader range of OpenAI models.Telemetry Webhook Integration
telemetry_webhookconfiguration in YAML files, including webhook URL and custom headers, and updated documentation with usage examples. [1] [2]config.js,server.js) and Rust (config.rs,server.rs) to retrieve telemetry webhook configuration, supporting both single-tenant and multitenant modes. [1] [2] [3] [4]Model Configuration Updates
vibekit.yamlto include new OpenAI models, such as the GPT-5 series, o-Series reasoning models, and additional audio models (tts-1,tts-1-hd,whisper-1), improving support for a wider range of tasks and capabilities. [1] [2] [3] [4]Codebase Maintenance
rust/config.yamlfile, as configuration is now managed elsewhere.ProxyServerfor safe concurrent access.Related Issue
Fixes #1021
Checklist