From 7c0037b9c5cc3dda4819f5993d441e5e6dcef583 Mon Sep 17 00:00:00 2001 From: joycel-github Date: Wed, 15 Jul 2026 02:58:27 +0000 Subject: [PATCH] docs(readme): fix invalid harness in exec example The exec example used `--harness coding`, but no "coding" harness exists; runHarness only accepts "antigravity" and "antigravity-interactions" and errors otherwise, so the command as written fails. Point the example at the real "antigravity" harness. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 310bc7d2..2129d882 100644 --- a/README.md +++ b/README.md @@ -209,8 +209,8 @@ ax exec --conversation a53d4db3-1165-4925-87da-be6c72bbdeb1 --input "Ok, now let # Execute using server mode ax exec --server localhost:8494 --input "Hello agents!" -# Execute using a custom agent -ax exec --harness coding --input "Hello coding agent, write me a cool Go program!" +# Execute using a specific harness +ax exec --harness antigravity --input "Write me a cool Go program!" ``` ### Serve