@cabane/companion 0.6.96 → 0.6.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +4 -5
- package/dist/runtime.js +4 -5
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -10828,11 +10828,10 @@ var CompanionSupervisor = class {
|
|
|
10828
10828
|
// CT1146: tell the server this device cannot run a dispatch it was addressed to.
|
|
10829
10829
|
//
|
|
10830
10830
|
// Returns whether the report LANDED, because that answer decides whether the
|
|
10831
|
-
// caller may settle the cursor.
|
|
10832
|
-
//
|
|
10833
|
-
//
|
|
10834
|
-
// only the
|
|
10835
|
-
// indistinguishable from the original defect.
|
|
10831
|
+
// caller may settle the cursor. The server checks the recorded dispatch
|
|
10832
|
+
// destination even if the agent's assignment has moved. Reporting promptly
|
|
10833
|
+
// explains the roster miss; the thirty-minute unanswered-offer deadline is
|
|
10834
|
+
// only the backstop when no report lands.
|
|
10836
10835
|
//
|
|
10837
10836
|
// Bounded retry, because the common failure is transient (a 503 mid-deploy, a
|
|
10838
10837
|
// dropped socket) and one more attempt a second later usually lands. Bounded
|
package/dist/runtime.js
CHANGED
|
@@ -10325,11 +10325,10 @@ var CompanionSupervisor = class {
|
|
|
10325
10325
|
// CT1146: tell the server this device cannot run a dispatch it was addressed to.
|
|
10326
10326
|
//
|
|
10327
10327
|
// Returns whether the report LANDED, because that answer decides whether the
|
|
10328
|
-
// caller may settle the cursor.
|
|
10329
|
-
//
|
|
10330
|
-
//
|
|
10331
|
-
// only the
|
|
10332
|
-
// indistinguishable from the original defect.
|
|
10328
|
+
// caller may settle the cursor. The server checks the recorded dispatch
|
|
10329
|
+
// destination even if the agent's assignment has moved. Reporting promptly
|
|
10330
|
+
// explains the roster miss; the thirty-minute unanswered-offer deadline is
|
|
10331
|
+
// only the backstop when no report lands.
|
|
10333
10332
|
//
|
|
10334
10333
|
// Bounded retry, because the common failure is transient (a 503 mid-deploy, a
|
|
10335
10334
|
// dropped socket) and one more attempt a second later usually lands. Bounded
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cabane/companion",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.97",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The Cabane Companion (headless): connect a coding agent on your machine to your Cabane workspace as a responder — drive work against your own codebase, files, and MCP servers without putting any of it in Cabane.",
|
|
6
6
|
"license": "UNLICENSED",
|