@wholiver_hu/metis 0.80.12 → 0.80.14

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.
@@ -47,7 +47,7 @@ Instructions:
47
47
 
48
48
  export default function dreamMode(metis: ExtensionAPI): void {
49
49
  // Let the user toggle the dream mode on/off
50
- metis.registerCommand("/dream", {
50
+ metis.registerCommand("dream", {
51
51
  description: "Toggle automatic brain-like memory consolidation (sleep mode).",
52
52
  handler: async (ctx) => {
53
53
  const state = readState();
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wholiver_hu/metis",
3
- "version": "0.80.12",
3
+ "version": "0.80.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wholiver_hu/metis",
9
- "version": "0.80.12",
9
+ "version": "0.80.14",
10
10
  "bundleDependencies": [
11
11
  "@earendil-works/metis-agent-core",
12
12
  "@earendil-works/metis-ai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wholiver_hu/metis",
3
- "version": "0.80.12",
3
+ "version": "0.80.14",
4
4
  "description": "Metis coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "metisConfig": {