@ironcode-ai/sdk 1.8.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.
@@ -691,7 +691,7 @@ export declare class Find extends HeyApiClient {
691
691
  /**
692
692
  * Find text
693
693
  *
694
- * Search for text patterns across files in the project using ripgrep.
694
+ * Search for text patterns across files in the project using native grep.
695
695
  */
696
696
  text<ThrowOnError extends boolean = false>(parameters: {
697
697
  directory?: string;
@@ -1339,7 +1339,7 @@ export class Find extends HeyApiClient {
1339
1339
  /**
1340
1340
  * Find text
1341
1341
  *
1342
- * Search for text patterns across files in the project using ripgrep.
1342
+ * Search for text patterns across files in the project using native grep.
1343
1343
  */
1344
1344
  text(parameters, options) {
1345
1345
  const params = buildClientParams([parameters], [
@@ -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.8.0",
4
+ "version": "1.10.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {