@thegitai/cli 1.0.0-preview.32 → 1.0.0-preview.33
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.
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thegitai/cli",
|
|
3
|
-
"version": "1.0.0-preview.
|
|
3
|
+
"version": "1.0.0-preview.33",
|
|
4
4
|
"description": "TheGitAI is an agentic AI coding tool for your terminal. It reads and searches your repository, writes and edits files, runs your tests, and verifies the change before handing it back.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agentic-ai",
|
|
@@ -44,10 +44,11 @@
|
|
|
44
44
|
"@lydell/node-pty-linux-x64": "1.1.0",
|
|
45
45
|
"@lydell/node-pty-win32-arm64": "1.1.0",
|
|
46
46
|
"@lydell/node-pty-win32-x64": "1.1.0",
|
|
47
|
-
"@thegitai/tui-darwin-arm64": "1.0.0-preview.
|
|
48
|
-
"@thegitai/tui-darwin-x64": "1.0.0-preview.
|
|
49
|
-
"@thegitai/tui-linux-
|
|
50
|
-
"@thegitai/tui-
|
|
47
|
+
"@thegitai/tui-darwin-arm64": "1.0.0-preview.33",
|
|
48
|
+
"@thegitai/tui-darwin-x64": "1.0.0-preview.33",
|
|
49
|
+
"@thegitai/tui-linux-arm64": "1.0.0-preview.33",
|
|
50
|
+
"@thegitai/tui-linux-x64": "1.0.0-preview.33",
|
|
51
|
+
"@thegitai/tui-win32-x64": "1.0.0-preview.33",
|
|
51
52
|
"@vscode/ripgrep": "1.18.0"
|
|
52
53
|
},
|
|
53
54
|
"repository": {
|