@ironcode-ai/sdk 1.12.0 → 1.12.2
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.
|
@@ -791,6 +791,10 @@ export type KeybindsConfig = {
|
|
|
791
791
|
* Toggle sidebar
|
|
792
792
|
*/
|
|
793
793
|
sidebar_toggle?: string;
|
|
794
|
+
/**
|
|
795
|
+
* Toggle code review panel
|
|
796
|
+
*/
|
|
797
|
+
review_toggle?: string;
|
|
794
798
|
/**
|
|
795
799
|
* Toggle session scrollbar
|
|
796
800
|
*/
|
|
@@ -1612,6 +1616,10 @@ export type Config = {
|
|
|
1612
1616
|
* Enable OpenTelemetry spans for AI SDK calls (using the 'experimental_telemetry' flag)
|
|
1613
1617
|
*/
|
|
1614
1618
|
openTelemetry?: boolean;
|
|
1619
|
+
/**
|
|
1620
|
+
* Enable provider-specific tools (e.g. 'anthropic:web_search', 'openai:web_search', 'google:google_search', 'xai:x_search'). Use 'anthropic:*' to enable all tools for a provider.
|
|
1621
|
+
*/
|
|
1622
|
+
provider_tools?: Array<string>;
|
|
1615
1623
|
/**
|
|
1616
1624
|
* Tools that should only be available to primary agents.
|
|
1617
1625
|
*/
|