@inline-openclaw/inline 0.0.61 → 0.0.63
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.
|
@@ -63584,6 +63584,10 @@ var MODE_LABELS = {
|
|
|
63584
63584
|
main: "main"
|
|
63585
63585
|
};
|
|
63586
63586
|
var INLINE_THREADREPLY_NATIVE_NAME = "threadreply";
|
|
63587
|
+
var INLINE_LIVE_CONFIG_WRITE_AFTER_WRITE = {
|
|
63588
|
+
mode: "none",
|
|
63589
|
+
reason: "Inline reads the refreshed runtime config in-process."
|
|
63590
|
+
};
|
|
63587
63591
|
var INLINE_THREADREPLY_COMMAND_SPEC = {
|
|
63588
63592
|
name: "threadreply",
|
|
63589
63593
|
nativeNames: { inline: INLINE_THREADREPLY_NATIVE_NAME },
|
|
@@ -63788,7 +63792,7 @@ async function handleInlineThreadReplyCommandWithConfigRuntime(configRuntime, ct
|
|
|
63788
63792
|
};
|
|
63789
63793
|
}
|
|
63790
63794
|
const committed = await configRuntime.mutateConfigFile({
|
|
63791
|
-
afterWrite:
|
|
63795
|
+
afterWrite: INLINE_LIVE_CONFIG_WRITE_AFTER_WRITE,
|
|
63792
63796
|
mutate: (draft) => {
|
|
63793
63797
|
setGroupMode({
|
|
63794
63798
|
draft,
|
|
@@ -64217,5 +64221,5 @@ export {
|
|
|
64217
64221
|
registerInlinePluginFull
|
|
64218
64222
|
};
|
|
64219
64223
|
|
|
64220
|
-
//# debugId=
|
|
64224
|
+
//# debugId=D293991A88CC134264756E2164756E21
|
|
64221
64225
|
//# sourceMappingURL=runtime-register-api.js.map
|