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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 -m my_bot -k 123456:ABCDEF...
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.9",
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.9",
48
- "@cline/cli-linux-arm64": "3.0.9",
49
- "@cline/cli-linux-x64": "3.0.9",
50
- "@cline/cli-windows-arm64": "3.0.9",
51
- "@cline/cli-windows-x64": "3.0.9",
52
- "@cline/cli-darwin-arm64": "3.0.9"
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
  }