@bonginkan/maria 3.1.2 → 3.1.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.
- package/dist/bin/maria.cjs +28 -27
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +3 -1
- package/dist/cli.cjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -2129,7 +2129,9 @@ var init_command_groups = __esm({
|
|
|
2129
2129
|
since: "v2.5.0",
|
|
2130
2130
|
replacedBy: "/mode",
|
|
2131
2131
|
message: "Use /mode for switching AI modes"
|
|
2132
|
-
}
|
|
2132
|
+
},
|
|
2133
|
+
hidden: true
|
|
2134
|
+
// Hidden from help display
|
|
2133
2135
|
},
|
|
2134
2136
|
"/init": {
|
|
2135
2137
|
name: "/init",
|