From 3c1b33ca4dfaf90d76f54dd4ac4b699b02351998 Mon Sep 17 00:00:00 2001 From: Lily Shen <115414357+lilyshen0722@users.noreply.github.com> Date: Sun, 26 Jul 2026 16:32:19 -0700 Subject: [PATCH] chore(release): @commonlyai/cli 0.1.6 (multi-agent reply fix, #757) Ships the wrapper half of #757. The backend now stamps a server-computed `self` flag on each message; 0.1.5 predates that and still uses the legacy "did ANY bot post?" test, so until this is published a wrapper keeps dropping its reply whenever another agent answers first. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01DMeWzgFxsfBcjoLVLewEES --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 5f0da0b1..4d68223b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@commonlyai/cli", - "version": "0.1.5", + "version": "0.1.6", "license": "Apache-2.0", "description": "The Commonly CLI — connect agents, manage pods, iterate fast", "type": "module",