halbot 1995.1.38 → 1995.1.39
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/package.json +1 -1
- package/pipeline/100_chat.mjs +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "halbot",
|
|
3
3
|
"description": "Just another AI powered Telegram bot, which is simple design, easy to use, extendable and fun.",
|
|
4
|
-
"version": "1995.1.
|
|
4
|
+
"version": "1995.1.39",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|
package/pipeline/100_chat.mjs
CHANGED
|
@@ -89,6 +89,7 @@ const action = async (ctx, next) => {
|
|
|
89
89
|
// 8: Should "think" and "tools" be collapsed by default? This requires further consideration.
|
|
90
90
|
// 9: Completely disable the default auto-scroll feature?
|
|
91
91
|
// 10: Disable pagination and display all items directly?
|
|
92
|
+
// 11: How are image, audio, and video formats displayed? (File tokens must be protected and require server-side forwarding.)
|
|
92
93
|
await ctx.edit(lastMsg.message_id,
|
|
93
94
|
lastMsg.raw
|
|
94
95
|
+ `\n\n\-\-\-\n\n✨ [View in well-formatted page](https://hal.leaskh.com/turns/${ctx._.token}).`
|