@delt/claude-alarm 0.6.5 → 0.6.7
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/cli.js +1 -4
- package/dist/cli.js.map +1 -1
- package/dist/dashboard/index.html +0 -1
- package/dist/hub/server.js +1 -4
- package/dist/hub/server.js.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/dashboard/index.html +0 -1
package/dist/cli.js
CHANGED
|
@@ -556,12 +556,9 @@ ${sessionList}`);
|
|
|
556
556
|
const previewSlice = preview.slice(0, 800);
|
|
557
557
|
const isShort = !previewSlice.includes("\n") && previewSlice.length < 100;
|
|
558
558
|
const previewHtml = isShort ? `<code>${this.escHtml(previewSlice)}</code>` : this.escHtml(previewSlice);
|
|
559
|
-
const text = `\u26A0\uFE0F <b>Permission Request</b>
|
|
559
|
+
const text = `\u26A0\uFE0F <b>Permission Request</b> \u2014 ${this.escHtml(sessionLabel)}
|
|
560
560
|
|
|
561
|
-
\u{1F4C2} <b>${this.escHtml(sessionLabel)}</b>
|
|
562
561
|
\u{1F527} <code>${this.escHtml(toolName)}</code>
|
|
563
|
-
${this.escHtml(description)}
|
|
564
|
-
|
|
565
562
|
${previewHtml}${truncNote}`;
|
|
566
563
|
const replyMarkup = {
|
|
567
564
|
inline_keyboard: [[
|