cline 3.0.9 → 3.0.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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -169,7 +169,7 @@ Bridge a chat surface into RPC-backed Cline sessions. Each conversation thread m
|
|
|
169
169
|
|
|
170
170
|
```sh
|
|
171
171
|
# Telegram (polling mode)
|
|
172
|
-
cline connect telegram -
|
|
172
|
+
cline connect telegram -k 123456:ABCDEF...
|
|
173
173
|
|
|
174
174
|
# Slack (webhook mode)
|
|
175
175
|
cline connect slack --bot-token $SLACK_BOT_TOKEN --signing-secret $SLACK_SIGNING_SECRET --base-url https://your-domain.com
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cline",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@cline/shared": "0.0.41"
|
|
45
45
|
},
|
|
46
46
|
"optionalDependencies": {
|
|
47
|
-
"@cline/cli-darwin-x64": "3.0.
|
|
48
|
-
"@cline/cli-linux-arm64": "3.0.
|
|
49
|
-
"@cline/cli-linux-x64": "3.0.
|
|
50
|
-
"@cline/cli-windows-arm64": "3.0.
|
|
51
|
-
"@cline/cli-windows-x64": "3.0.
|
|
52
|
-
"@cline/cli-darwin-arm64": "3.0.
|
|
47
|
+
"@cline/cli-darwin-x64": "3.0.10",
|
|
48
|
+
"@cline/cli-linux-arm64": "3.0.10",
|
|
49
|
+
"@cline/cli-linux-x64": "3.0.10",
|
|
50
|
+
"@cline/cli-windows-arm64": "3.0.10",
|
|
51
|
+
"@cline/cli-windows-x64": "3.0.10",
|
|
52
|
+
"@cline/cli-darwin-arm64": "3.0.10"
|
|
53
53
|
}
|
|
54
54
|
}
|