@clapecho233/pi-smart-fold 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -131,7 +131,7 @@ test/click-sim.mjs Click-cycle simulation (real pi component + simulated cl
131
131
 
132
132
  ## Compatibility
133
133
 
134
- Built and verified against pi **`0.86.1`** public extension APIs: `registerMarkdownTransformer`,
134
+ Built and verified against pi **`0.87.1`** public extension APIs: `registerMarkdownTransformer`,
135
135
  `ctx.ui.setToolsExpanded` / `setHiddenThinkingLabel`, `create*ToolDefinition` (and friends),
136
136
  `registerTool` (`renderCall` / `renderResult` + `ToolRenderContext`), `registerCommand`, `appendEntry`,
137
137
  `SettingsList`, and the `AssistantMessageComponent` click-internals patch (`updateContent`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clapecho233/pi-smart-fold",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "pi coding-agent extension: collapse tool output at startup and fold thinking blocks to a live last line",
5
5
  "type": "module",
6
6
  "license": "MIT",