Grok Cli 会上传本地 git 仓库的完整提交历史
hbdh5: 我在本地已经复现此行为,官方 Grok Build CLI 在普通消费者登录和服务端默认设置下,即使收到“不要读取或打开任何文件”的提示,也会独立执行:
```text
git -C <repo> -c pack.threads=1 bundle create <temp-file> HEAD
```
随后会把 Git bundle、仓库状态归档以及其他 session/trace 工件传给 [cli-chat-proxy.grok.com](http://cli-chat-proxy.grok.com/),日志把最终对象位置标记为 `gs://grok-code-session-traces/...`。
详见: [https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547](https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547)
---
原文链接:[点击查看](https://www.v2ex.com/t/1226640)
```text
git -C <repo> -c pack.threads=1 bundle create <temp-file> HEAD
```
随后会把 Git bundle、仓库状态归档以及其他 session/trace 工件传给 [cli-chat-proxy.grok.com](http://cli-chat-proxy.grok.com/),日志把最终对象位置标记为 `gs://grok-code-session-traces/...`。
详见: [https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547](https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547)
---
原文链接:[点击查看](https://www.v2ex.com/t/1226640)
· 0 个赞
· 0 个赞
· 0 个赞
· 0 个赞