@ironcode-ai/sdk 1.9.0 → 1.10.0

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.
@@ -803,6 +803,10 @@ export type KeybindsConfig = {
803
803
  * View status
804
804
  */
805
805
  status_view?: string;
806
+ /**
807
+ * Git source control
808
+ */
809
+ git_status?: string;
806
810
  /**
807
811
  * Export session to editor
808
812
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ironcode-ai/sdk",
4
- "version": "1.9.0",
4
+ "version": "1.10.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {