pinokiod 5.1.5 → 5.1.10
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 +1 -1
- package/server/index.js +6 -0
- package/undefined/logs/dev/plugin/cursor-agent.git/pinokio.js/1764335557118 +45 -0
- package/undefined/logs/dev/plugin/cursor-agent.git/pinokio.js/1764335834126 +45 -0
- package/undefined/logs/dev/plugin/cursor-agent.git/pinokio.js/events +8 -0
- package/undefined/logs/dev/plugin/cursor-agent.git/pinokio.js/latest +1 -1
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -1374,6 +1374,12 @@ class Server {
|
|
|
1374
1374
|
return { changes: [], git_commit_url: null }
|
|
1375
1375
|
}
|
|
1376
1376
|
|
|
1377
|
+
let repo_exists = await this.exists(dir)
|
|
1378
|
+
if (!repo_exists) {
|
|
1379
|
+
return { changes: [], git_commit_url: null }
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
|
|
1377
1383
|
const normalizePath = (p) => p.replace(/\\/g, '/').replace(/\/+/g, '/')
|
|
1378
1384
|
const ignoredPrefixes = await this.discoverVirtualEnvDirs(dir)
|
|
1379
1385
|
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
[api shell.run]
|
|
2
|
+
|
|
3
|
+
The default interactive shell is now zsh.
|
|
4
|
+
To update your account to use zsh, please run `chsh -s /bin/zsh`.
|
|
5
|
+
For more details, please visit https://support.apple.com/kb/HT208050.
|
|
6
|
+
<<PINOKIO_SHELL>>eval "$(conda shell.bash hook)" ; conda deactivate ; conda deactivate ; conda deactivate ; conda activate base && curl https://cursor.com/install -fsSL | bash
|
|
7
|
+
|
|
8
|
+
Cursor Agent Installer
|
|
9
|
+
|
|
10
|
+
✓ Detected darwin/arm64
|
|
11
|
+
✓ Directory created
|
|
12
|
+
▸ Downloading Cursor Agent package...
|
|
13
|
+
Download URL: https://downloads.cursor.com/lab/2025.11.25-d5b3271/darwin/arm64/agent-cli-package.tar.gz
|
|
14
|
+
#=#=# #### ############ 1######################## 3################################## 4############################################## 6
|
|
15
|
+
✓ Package downloaded and extracted
|
|
16
|
+
✓ Package installed successfully
|
|
17
|
+
✓ Bin directory ready
|
|
18
|
+
✓ Symlink created
|
|
19
|
+
|
|
20
|
+
✨ Installation Complete!
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Next Steps
|
|
24
|
+
|
|
25
|
+
1. Add ~/.local/bin to your PATH:
|
|
26
|
+
For bash:
|
|
27
|
+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
|
|
28
|
+
source ~/.bashrc
|
|
29
|
+
|
|
30
|
+
For zsh:
|
|
31
|
+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
|
|
32
|
+
source ~/.zshrc
|
|
33
|
+
|
|
34
|
+
For fish:
|
|
35
|
+
mkdir -p $HOME/.config/fish
|
|
36
|
+
echo 'fish_add_path $HOME/.local/bin' >> $HOME/.config/fish/config.fish
|
|
37
|
+
source $HOME/.config/fish/config.fish
|
|
38
|
+
|
|
39
|
+
2. Start using Cursor Agent:
|
|
40
|
+
cursor-agent
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
Happy coding! 🚀
|
|
44
|
+
|
|
45
|
+
(base) <<PINOKIO_SHELL>>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
[api shell.run]
|
|
2
|
+
|
|
3
|
+
The default interactive shell is now zsh.
|
|
4
|
+
To update your account to use zsh, please run `chsh -s /bin/zsh`.
|
|
5
|
+
For more details, please visit https://support.apple.com/kb/HT208050.
|
|
6
|
+
<<PINOKIO_SHELL>>eval "$(conda shell.bash hook)" ; conda deactivate ; conda deactivate ; conda deactivate ; conda activate base && curl https://cursor.com/install -fsSL | bash
|
|
7
|
+
|
|
8
|
+
Cursor Agent Installer
|
|
9
|
+
|
|
10
|
+
✓ Detected darwin/arm64
|
|
11
|
+
✓ Directory created
|
|
12
|
+
▸ Downloading Cursor Agent package...
|
|
13
|
+
Download URL: https://downloads.cursor.com/lab/2025.11.25-d5b3271/darwin/arm64/agent-cli-package.tar.gz
|
|
14
|
+
#=#=# ######## 1################## 2############################# 4######################################## 5################################################### 7
|
|
15
|
+
✓ Package downloaded and extracted
|
|
16
|
+
✓ Package installed successfully
|
|
17
|
+
✓ Bin directory ready
|
|
18
|
+
✓ Symlink created
|
|
19
|
+
|
|
20
|
+
✨ Installation Complete!
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Next Steps
|
|
24
|
+
|
|
25
|
+
1. Add ~/.local/bin to your PATH:
|
|
26
|
+
For bash:
|
|
27
|
+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
|
|
28
|
+
source ~/.bashrc
|
|
29
|
+
|
|
30
|
+
For zsh:
|
|
31
|
+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
|
|
32
|
+
source ~/.zshrc
|
|
33
|
+
|
|
34
|
+
For fish:
|
|
35
|
+
mkdir -p $HOME/.config/fish
|
|
36
|
+
echo 'fish_add_path $HOME/.local/bin' >> $HOME/.config/fish/config.fish
|
|
37
|
+
source $HOME/.config/fish/config.fish
|
|
38
|
+
|
|
39
|
+
2. Start using Cursor Agent:
|
|
40
|
+
cursor-agent
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
Happy coding! 🚀
|
|
44
|
+
|
|
45
|
+
(base) <<PINOKIO_SHELL>>
|
|
@@ -2,3 +2,11 @@
|
|
|
2
2
|
2025-11-28T02:34:08.556Z [memory]
|
|
3
3
|
2025-11-28T02:34:08.626Z [memory] {"ts":1764297248626,"step":1,"input":null,"args":{"ts":"1764297248086"},"global":{},"local":{},"port":42003}
|
|
4
4
|
2025-11-28T02:34:08.626Z [memory]
|
|
5
|
+
2025-11-28T13:12:37.130Z [memory] {"ts":1764335557118,"step":0,"input":{"ts":"1764335556666"},"args":{"ts":"1764335556666"},"global":{},"local":{},"port":42003}
|
|
6
|
+
2025-11-28T13:12:37.130Z [memory]
|
|
7
|
+
2025-11-28T13:12:37.200Z [memory] {"ts":1764335557199,"step":1,"input":null,"args":{"ts":"1764335556666"},"global":{},"local":{},"port":42003}
|
|
8
|
+
2025-11-28T13:12:37.200Z [memory]
|
|
9
|
+
2025-11-28T13:17:14.127Z [memory] {"ts":1764335834126,"step":0,"input":{"ts":"1764335833831"},"args":{"ts":"1764335833831"},"global":{},"local":{},"port":42003}
|
|
10
|
+
2025-11-28T13:17:14.127Z [memory]
|
|
11
|
+
2025-11-28T13:17:14.279Z [memory] {"ts":1764335834279,"step":1,"input":null,"args":{"ts":"1764335833831"},"global":{},"local":{},"port":42003}
|
|
12
|
+
2025-11-28T13:17:14.279Z [memory]
|
|
@@ -11,7 +11,7 @@ Cursor Agent Installer
|
|
|
11
11
|
✓ Directory created
|
|
12
12
|
▸ Downloading Cursor Agent package...
|
|
13
13
|
Download URL: https://downloads.cursor.com/lab/2025.11.25-d5b3271/darwin/arm64/agent-cli-package.tar.gz
|
|
14
|
-
#=#=#
|
|
14
|
+
#=#=# ######## 1################## 2############################# 4######################################## 5################################################### 7
|
|
15
15
|
✓ Package downloaded and extracted
|
|
16
16
|
✓ Package installed successfully
|
|
17
17
|
✓ Bin directory ready
|