Skip to content

Commit ccc8727

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2026-04-16) ### Features * integrate ai-sdk-ollama for LLM support and update configuration ([#9](#9)) ([c6794d7](c6794d7)) * parallel testing support and screen recording for SDK ([#16](#16)) ([7d14e7b](7d14e7b)) * strict playground tap matching, waitUntil pre-check, faster vision assert ([59b8c29](59b8c29)) * vision improvements — drag support, screenshot optimization, an… ([#7](#7)) ([8cfbcb4](8cfbcb4)) ### Bug Fixes * add semantic-release for automated versioning and npm publishing ([#19](#19)) ([66c73a6](66c73a6)) * ci ([#10](#10)) ([dfcd62f](dfcd62f)) * DOM locator resolution, vision assert parsing, and appium-mcp coordinate scaling ([9272c36](9272c36)) * read CLI version from package.json instead of hardcoded string ([#14](#14)) ([fcb3a64](fcb3a64)) * screenshot parsing ([e449a23](e449a23)) * scroll-aware stuck detection, press_enter tool, and post-done verification ([c03bbe4](c03bbe4)) * terminal UI ([294a780](294a780)) * terminal view ([42c0e75](42c0e75))
1 parent 66c73a6 commit ccc8727

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 1.0.0 (2026-04-16)
2+
3+
### Features
4+
5+
* integrate ai-sdk-ollama for LLM support and update configuration ([#9](https://github.com/AppiumTestDistribution/AppClaw/issues/9)) ([c6794d7](https://github.com/AppiumTestDistribution/AppClaw/commit/c6794d718a37ef690c09f5fb006c8994c78e361b))
6+
* parallel testing support and screen recording for SDK ([#16](https://github.com/AppiumTestDistribution/AppClaw/issues/16)) ([7d14e7b](https://github.com/AppiumTestDistribution/AppClaw/commit/7d14e7b760c41783c61f1227c037e1b28d184a5c))
7+
* strict playground tap matching, waitUntil pre-check, faster vision assert ([59b8c29](https://github.com/AppiumTestDistribution/AppClaw/commit/59b8c299bf20c9232d89bbbb4d93a9ef600cca2b))
8+
* vision improvements — drag support, screenshot optimization, an… ([#7](https://github.com/AppiumTestDistribution/AppClaw/issues/7)) ([8cfbcb4](https://github.com/AppiumTestDistribution/AppClaw/commit/8cfbcb483fce0dec531ad8c21c8cd93d5743d62f))
9+
10+
### Bug Fixes
11+
12+
* add semantic-release for automated versioning and npm publishing ([#19](https://github.com/AppiumTestDistribution/AppClaw/issues/19)) ([66c73a6](https://github.com/AppiumTestDistribution/AppClaw/commit/66c73a677e763112c4fab80dd29301f3d2071532))
13+
* ci ([#10](https://github.com/AppiumTestDistribution/AppClaw/issues/10)) ([dfcd62f](https://github.com/AppiumTestDistribution/AppClaw/commit/dfcd62fa083d673c98fc0c381820c7dd58d36818))
14+
* DOM locator resolution, vision assert parsing, and appium-mcp coordinate scaling ([9272c36](https://github.com/AppiumTestDistribution/AppClaw/commit/9272c36b65e7bd996b730bb6d67d0fa6fee9518a))
15+
* read CLI version from package.json instead of hardcoded string ([#14](https://github.com/AppiumTestDistribution/AppClaw/issues/14)) ([fcb3a64](https://github.com/AppiumTestDistribution/AppClaw/commit/fcb3a6417ddc48d72d246bc9fd5dd1438020635d))
16+
* screenshot parsing ([e449a23](https://github.com/AppiumTestDistribution/AppClaw/commit/e449a2341fc67e193f1519bae16d4cace878bcfc))
17+
* scroll-aware stuck detection, press_enter tool, and post-done verification ([c03bbe4](https://github.com/AppiumTestDistribution/AppClaw/commit/c03bbe4222ce7fd7bba6867f7d1e59ac5ef3c8ee))
18+
* terminal UI ([294a780](https://github.com/AppiumTestDistribution/AppClaw/commit/294a780113d8afdb99b80cf57b47db5b3fe12dc2))
19+
* terminal view ([42c0e75](https://github.com/AppiumTestDistribution/AppClaw/commit/42c0e75e2d8a28c569b6511891628c1b98380cc3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appclaw",
3-
"version": "0.1.7",
3+
"version": "1.0.0",
44
"description": "Agentic AI layer for mobile automation via appium-mcp",
55
"type": "module",
66
"main": "dist/sdk/index.js",

0 commit comments

Comments
 (0)