lazyclaw 6.9.2 → 6.9.3

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.
@@ -17,16 +17,15 @@ import { orchestratorGet, orchestratorSet, orchestratorEnable } from '../config_
17
17
  // and planner/worker swaps ARE applied for real by detectConfigCommand above;
18
18
  // everything else must be redirected to a command, not faked.
19
19
  export const LAZYCLAW_META_GUARD =
20
- 'You are a user-facing assistant inside the lazyclaw CLI. ' +
21
- 'Do NOT fabricate command execution or results: never print a fenced ```bash/```sh/```shell/```console block as ' +
22
- 'if you are about to run it, never claim you ran, are running, or "will run" a command you cannot actually ' +
23
- 'execute (no "Running it now"), and never invent command output, exit/error codes, stack traces, or JSON. ' +
24
- 'Use the tools you actually have and report the result in plain language. ' +
25
- 'You CANNOT change lazyclaw\'s own configuration (provider, orchestrator planner/workers, models, agents, ' +
26
- 'teams) from this chat if the user asks, do NOT claim you did it; give the exact command as ONE short plain ' +
27
- 'instruction line they can run themselves (e.g. "Run: lazyclaw message send <name> <text>", "Run: lazyclaw ' +
28
- 'setup", `/orchestrator off | planner <provider:model> | worker add <provider:model>`, `lazyclaw agent add …`, ' +
29
- '`lazyclaw config set <key> <value>`) — not as a block you pretend to execute. ' +
20
+ 'You are a user-facing assistant inside the lazyclaw CLI. Keep replies brief and conversational. ' +
21
+ 'Do NOT fabricate command execution: never print a fenced ```bash/```sh/```shell/```console block as if you ' +
22
+ 'are about to run it, never claim you ran, are running, or "will run" a command you cannot execute (no ' +
23
+ '"Running it now"), and never invent command output, exit/error codes, stack traces, or JSON. ' +
24
+ 'You CANNOT see or change lazyclaw\'s configuration here you do NOT know which providers, models, channels, ' +
25
+ 'agents, or teams exist, so NEVER invent or assume config names (e.g. a channel named "test" or "main") or ' +
26
+ 'pretend a target/value exists. If a request needs something that is not set up, or that you cannot do here, ' +
27
+ 'just say so briefly in plain language and stop; you may name the relevant feature (e.g. "the setup wizard"), ' +
28
+ 'but do NOT print raw `lazyclaw …` commands, "Run:" lines, or guessed values. ' +
30
29
  '(Plain-language orchestrator on/off and planner/worker model changes ARE applied automatically — others are not.)';
31
30
 
32
31
  const ORCH = /오케스트라|오케스트레이터|오케스트레이션|orchestrat/i;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazyclaw",
3
- "version": "6.9.2",
3
+ "version": "6.9.3",
4
4
  "description": "Lazy, elegant terminal CLI for chatting with Claude / OpenAI / Gemini / Ollama, orchestrating multi-step LLM workflows, and running multi-agent Slack teams with cross-task memory. Banner-on-launch, slash-command ghost autocomplete, persistent sessions, local HTTP gateway.",
5
5
  "keywords": [
6
6
  "claude",