remosidian 0.1.2 → 0.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/remosidian.mjs +1 -2
- package/package.json +1 -1
package/dist/remosidian.mjs
CHANGED
|
@@ -19585,7 +19585,7 @@ function runFileBackedPluginTurn(input, prompt, options, onDelta) {
|
|
|
19585
19585
|
}
|
|
19586
19586
|
//# sourceMappingURL=chat-plugin-runtime.js.map
|
|
19587
19587
|
;// CONCATENATED MODULE: ../remosidian-server/dist/version.js
|
|
19588
|
-
const VERSION = '0.1.
|
|
19588
|
+
const VERSION = '0.1.3';
|
|
19589
19589
|
//# sourceMappingURL=version.js.map
|
|
19590
19590
|
;// CONCATENATED MODULE: ../remosidian-server/dist/chat-runtime.js
|
|
19591
19591
|
|
|
@@ -28087,7 +28087,6 @@ function helpText() {
|
|
|
28087
28087
|
'',
|
|
28088
28088
|
'Commands:',
|
|
28089
28089
|
' start Start or reuse the Remosidian background daemon',
|
|
28090
|
-
' serve Internal foreground daemon entrypoint',
|
|
28091
28090
|
' pair Open a one-time pairing window and print a QR code',
|
|
28092
28091
|
' status Print the running daemon health snapshot',
|
|
28093
28092
|
' stop Stop the background daemon',
|