@kilocode/sdk 7.1.0 → 7.1.1

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.
@@ -3981,6 +3981,7 @@ export type KiloNotificationsResponses = {
3981
3981
  actionURL: string;
3982
3982
  };
3983
3983
  showIn?: Array<string>;
3984
+ suggestModelId?: string;
3984
3985
  }>;
3985
3986
  };
3986
3987
  export type KiloNotificationsResponse = KiloNotificationsResponses[keyof KiloNotificationsResponses];
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.1.0",
4
+ "version": "7.1.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {