@kilocode/sdk 7.4.5 → 7.4.6

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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@kilocode/sdk",
4
- "version": "7.4.5",
4
+ "version": "7.4.6",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {