@kilocode/sdk 7.4.5 → 7.4.7
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.
|
@@ -1167,6 +1167,10 @@ export type Config = {
|
|
|
1167
1167
|
* Additional filesystem paths that sandboxed tools may write to
|
|
1168
1168
|
*/
|
|
1169
1169
|
writable_paths?: Array<string>;
|
|
1170
|
+
/**
|
|
1171
|
+
* Exact network destinations sandboxed tools may access while network restriction is enabled
|
|
1172
|
+
*/
|
|
1173
|
+
allowed_hosts?: Array<string>;
|
|
1170
1174
|
};
|
|
1171
1175
|
model?: string;
|
|
1172
1176
|
small_model?: string;
|