Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"plugins": [
{
"name": "automate",
"version": "1.9.0",
"version": "1.9.1",
"description": "Connect to Kobiton mobile testing platform - manage devices, run automation suites, and view test results",
"author": {
"name": "Kobiton Inc.",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automate",
"version": "1.9.0",
"version": "1.9.1",
"description": "Connect to Kobiton mobile testing platform - manage devices, run automation suites, and view test results",
"author": {
"name": "Kobiton Inc.",
Expand Down
2 changes: 1 addition & 1 deletion .codex/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automate",
"version": "1.9.0",
"version": "1.9.1",
"description": "Connect to Kobiton mobile testing platform - manage devices, run automation suites, and view test results",
"author": {
"name": "Kobiton Inc.",
Expand Down
Binary file modified .codex/skills/run-interactive-session/bin/kobiton
Binary file not shown.
2 changes: 1 addition & 1 deletion .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"plugins": [
{
"name": "automate",
"version": "1.9.0",
"version": "1.9.1",
"description": "Connect to Kobiton mobile testing platform - manage devices, run automation suites, and view test results",
"author": {
"name": "Kobiton Inc.",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "automate",
"displayName": "automate",
"version": "1.9.0",
"version": "1.9.1",
"description": "Connect to Kobiton mobile testing platform - manage devices, run automation suites, and view test results",
"author": {
"name": "Kobiton Inc.",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.9.1 - 2026-08-10

### Fixed: bundled CLI no longer reports a rejected file transfer as success

The bundled `kobiton` binary (last built 2026-07-21) swallowed the trailing
gRPC status on `file push`/`file pull` streams — a transfer the device side
refused still printed `Pushed N bytes` and exited 0. Rebuilt from current CLI
source (2026-08-07), which propagates that status: a refused transfer now
prints the server's reason and exits non-zero. Both binary copies (`skills/`
and the `.codex/` mirror) are updated. Still macOS x86_64 (Rosetta 2 on Apple
Silicon), unchanged wrapper and credential flow.

## 1.9.0 - 2026-07-29

### New: per-skill compatibility matrix
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kobiton-automate",
"version": "1.9.0",
"version": "1.9.1",
"description": "Connect to Kobiton mobile testing platform - manage devices, run automation suites, and view test results",
"contextFileName": "AGENTS.md",
"mcpServers": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automate",
"version": "1.9.0",
"version": "1.9.1",
"type": "module",
"private": true,
"description": "Kobiton plugin manifests, tool schemas, and skills for AI coding assistants",
Expand Down
Binary file modified skills/run-interactive-session/bin/kobiton
Binary file not shown.
Loading