@inline-openclaw/inline 0.0.42 → 0.0.43
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/approval-handler.runtime.js +2 -1
- package/dist/approval-handler.runtime.js.map +3 -3
- package/dist/channel-plugin-api.js +72 -11
- package/dist/channel-plugin-api.js.map +4 -4
- package/dist/inline/message-formatting.d.ts.map +1 -1
- package/dist/inline/monitor.d.ts.map +1 -1
- package/dist/inline/threadreply-command.d.ts.map +1 -1
- package/dist/runtime-register-api.js +98 -6
- package/dist/runtime-register-api.js.map +4 -4
- package/package.json +1 -1
|
@@ -37514,6 +37514,7 @@ var INLINE_FORMATTING_RULES = [
|
|
|
37514
37514
|
"Prefer bullet lists over markdown tables.",
|
|
37515
37515
|
"If a table is necessary, render it inside a fenced code block.",
|
|
37516
37516
|
"Use plain URLs or markdown links; do not wrap bare URLs in inline code or backticks.",
|
|
37517
|
+
"Mention Inline users with markdown links like [@FirstName](inline://user?id=123); use inline://user?username=username only when the user id is unavailable.",
|
|
37517
37518
|
"Use inline code only for actual code, commands, file paths, env vars, or identifiers."
|
|
37518
37519
|
];
|
|
37519
37520
|
var INLINE_COPY_REPLACEMENTS = [
|
|
@@ -40442,5 +40443,5 @@ export {
|
|
|
40442
40443
|
inlineApprovalNativeRuntime
|
|
40443
40444
|
};
|
|
40444
40445
|
|
|
40445
|
-
//# debugId=
|
|
40446
|
+
//# debugId=7E42F18FB91A9A3F64756E2164756E21
|
|
40446
40447
|
//# sourceMappingURL=approval-handler.runtime.js.map
|