@m8t-stack/cli 0.2.70 → 0.2.72
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/README.md +1 -1
- package/dist/cli.js +1761 -1037
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ m8t brain link <name> --repo <owner>/<repo> [--persona <path>] [--allow-non-reas
|
|
|
73
73
|
# --persona: override the recorded persona file (or use when no local agent yaml exists)
|
|
74
74
|
# --allow-non-reasoning: suppress the reasoning-model warning
|
|
75
75
|
|
|
76
|
-
# The desktop companions — Stacey and
|
|
76
|
+
# The desktop companions — Stacey and Ezra at the edge of the screen
|
|
77
77
|
m8t companion status # installed? which version? is a newer one out?
|
|
78
78
|
m8t companion install # take the released build, register for login, launch (macOS · Windows)
|
|
79
79
|
m8t companion install --from <dir> # a build staged from a clone instead
|