halbot 1995.1.37 → 1995.1.38

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 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.37",
4
+ "version": "1995.1.38",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",
@@ -83,7 +83,12 @@ const action = async (ctx, next) => {
83
83
  // 2: adding ctx.append feature
84
84
  // 3: Consider the layout for small screens, such as the footer and other elements.
85
85
  // 4: using webjam config instead of hardcoding the url
86
- // 5: Add the following links only when web functionality is enabled.
86
+ // 5: The rendering style of ``` needs to be optimized.
87
+ // 6: Add the following links only when web functionality is enabled.
88
+ // 7: Code highlighting processing.
89
+ // 8: Should "think" and "tools" be collapsed by default? This requires further consideration.
90
+ // 9: Completely disable the default auto-scroll feature?
91
+ // 10: Disable pagination and display all items directly?
87
92
  await ctx.edit(lastMsg.message_id,
88
93
  lastMsg.raw
89
94
  + `\n\n\-\-\-\n\n✨ [View in well-formatted page](https://hal.leaskh.com/turns/${ctx._.token}).`