Skip to content

Commit 61bbb52

Browse files
committed
release: bump version to v2026.4.1
- summarize changes from f90588f - sync plugin/package/doc version references - add changelog updates for v2026.4.1 Made-with: Cursor
1 parent 029764c commit 61bbb52

5 files changed

Lines changed: 23 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,14 @@ Yes. Each call returns an independent `task_id`. You can call `cloudphone_task_r
205205

206206
## Changelog
207207

208-
Current version: **v2026.3.31**
208+
Current version: **v2026.4.1**
209+
210+
### v2026.4.1
211+
212+
- Added `cloudphone_execute_and_wait` to auto-chain task submission and the first result polling
213+
- Clarified tool behavior and call sequence documentation for task execution and polling
214+
- Updated `.gitignore` with `docs/` and `openspec/` entries for cleaner project management
215+
- Synced package/plugin/doc version references to `v2026.4.1`
209216

210217
### v2026.3.31
211218

README.zh-CN.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,14 @@ user_device_id : number - 用户设备 ID(必填)
205205

206206
## 更新日志
207207

208-
当前版本:**v2026.3.31**
208+
当前版本:**v2026.4.1**
209+
210+
### v2026.4.1
211+
212+
- 新增 `cloudphone_execute_and_wait`,自动串联任务提交与首次结果轮询
213+
- 明确任务提交、轮询与调用顺序的工具说明文档
214+
-`.gitignore` 中新增 `docs/``openspec/`,便于项目管理
215+
- 同步 package/plugin/doc 的版本标识到 `v2026.4.1`
209216

210217
### v2026.3.31
211218

openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "cloudphone",
33
"name": "CloudPhone Plugin",
4-
"version": "2026.3.31",
4+
"version": "2026.4.1",
55
"description": "OpenClaw CloudPhone plugin that exposes CloudPhone AI Agent capabilities as agent tools. Submit natural language instructions for cloud phone automation and stream task results via SSE.",
66
"configSchema": {
77
"type": "object",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@suqiai/cloudphone",
3-
"version": "2026.3.31",
2+
"name": "@whateverai/cloudphone",
3+
"version": "2026.4.1",
44
"license": "MIT",
55
"description": "OpenClaw CloudPhone plugin that gives AI agents cloud phone automation via natural language instructions. Submit tasks to the backend AI Agent and stream results via SSE.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)