pi-web-ui 0.63.3 → 0.63.4
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.
|
@@ -28,7 +28,7 @@ function extractTitle(token) {
|
|
|
28
28
|
export const renameMarker = {
|
|
29
29
|
name: "conv",
|
|
30
30
|
guidance: [
|
|
31
|
-
"- 重命名当前对话:[[conv:rename:<新标题>]](或 [[rename:set:<标题>]]
|
|
31
|
+
"- 重命名当前对话:[[conv:rename:<新标题>]](或 [[rename:set:<标题>]])。标题尽量简短、能概括本次任务。首次回复用户问题后根据情况重命名当前会话",
|
|
32
32
|
],
|
|
33
33
|
async apply(token, ctx) {
|
|
34
34
|
if (token.op !== "rename") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-web-ui",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.4",
|
|
4
4
|
"description": "Web chat interface for the pi coding agent, powered by the pi SDK (@earendil-works/pi-coding-agent) — one-command run, Docker/systemd/launchd deployable",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|