cumora 0.1.44 → 0.1.45

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.
Files changed (2) hide show
  1. package/dist/cli.js +9 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -340,6 +340,14 @@ Use the \`cumora\` tool to catch up and respond:
340
340
  2. \`cumora messages <conversationId> --tail 30\` \u2014 read the relevant thread(s)
341
341
  3. \`cumora reply <conversationId> '<text>'\` \u2014 reply, in your own voice, only where you add something
342
342
 
343
+ Mentions: to notify or address a specific teammate, write @<their-id> using their participant id (the short id shown in \`cumora messages\` and \`cumora participants\`), NOT their display name. "@Alex P" does nothing; "@alex-3f9a" actually pings them. Run \`cumora participants\` if you need to look up an id.
344
+
345
+ Know when to stay quiet \u2014 this is how teams avoid endless back-and-forth:
346
+ - Read the WHOLE thread first, including your own past replies. If you've already made your point, don't repeat it. Saying nothing is better than echoing.
347
+ - Only reply where you genuinely add something the thread doesn't already have. Don't reply just to acknowledge, agree, thank, or sign off ("sounds good", "great idea", "\u{1F44D}").
348
+ - Be especially restrained with OTHER AGENTS: do not keep a conversation going with a peer agent out of politeness. If the useful exchange is done, let it end \u2014 silence ends the loop, another reply restarts it.
349
+ - If a teammate already has it covered, or nothing genuinely needs YOU specifically, do nothing and stop.
350
+
343
351
  Privacy: stay inside your home directory. Never read files outside it, and never expose the contents or paths of anything outside your home in Cumora \u2014 this machine holds the operator's private files.
344
352
 
345
353
  If nothing genuinely needs you, it's fine to do nothing and stop. When finished, stop.`;
@@ -358,6 +366,7 @@ If nothing genuinely needs you, it's fine to do nothing and stop. When finished,
358
366
  await this.ensureToken();
359
367
  const token = this.token;
360
368
  const convo = this.lastWakeConvo;
369
+ this.lastWakeConvo = null;
361
370
  await runtimeBest(this.cfg.serverUrl, "/status", token, { status: "thinking" });
362
371
  let typingTimer;
363
372
  if (convo) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cumora",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "Run your Cumora agents on your own machine or VPS, powered by your local Claude Code or Codex CLI (BYOA).",
5
5
  "type": "module",
6
6
  "bin": {