pi-auto-save-to-markdown 0.7.1 → 0.7.2

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/README.md CHANGED
@@ -158,6 +158,12 @@ remain a glance away. Each block ends with a `---` separator wrapped in single
158
158
  blank lines (extra blank lines are trimmed), so blocks are easy to tell apart
159
159
  both when reading and when splitting the file programmatically.
160
160
 
161
+ A saved file rendered in Obsidian — the `<title>-<key>-<time>.md` filename on
162
+ top, the frontmatter folded into the Properties panel, and the Thinking and
163
+ Tool Calls callouts collapsed:
164
+
165
+ ![A saved conversation file rendered in Obsidian: filename in the title-key-time pattern, frontmatter folded into the Properties panel, message blocks with role headers and timestamps, and collapsed Thinking and Tool Calls callouts](https://raw.githubusercontent.com/licongy/pi-claudian/master/packages/auto-save-to-markdown/screenshot.png)
166
+
161
167
  ### Fragmented thinking repair
162
168
 
163
169
  Some upstream reasoning streams (observed with z-ai/GLM via OpenRouter) store
package/README.zh.md CHANGED
@@ -127,6 +127,12 @@ Markdown 解析。
127
127
  醒目,细节又触手可及。每个消息块以"上下各一个空行"包裹的 `---` 分隔线结尾
128
128
  (多余空行会被裁剪),无论是阅读还是程序化切分,都能清楚地区分每个消息块。
129
129
 
130
+ 保存的文件在 Obsidian 中的渲染效果——顶部为 `<标题>-<key>-<时间>.md`
131
+ 文件名,frontmatter 折叠在 Properties 面板中,Thinking 与 Tool Calls
132
+ 两个 callout 处于折叠状态:
133
+
134
+ ![保存的对话文件在 Obsidian 中的渲染效果:文件名呈"标题-key-时间"格式,frontmatter 折叠在 Properties 面板中,消息块带角色信息头和时间戳,Thinking 与 Tool Calls callout 处于折叠状态](https://raw.githubusercontent.com/licongy/pi-claudian/master/packages/auto-save-to-markdown/screenshot.png)
135
+
130
136
  ### 碎片化 thinking 修复
131
137
 
132
138
  部分上游推理流(在 z-ai/GLM 经 OpenRouter 的场景中观察到)会把 thinking
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-auto-save-to-markdown",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Pi extension that automatically saves each completed conversation turn as a markdown file with YAML frontmatter, one file per session-tree branch.",
5
5
  "type": "module",
6
6
  "license": "MIT",