@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.
- package/README.md +1 -1
- 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.
|
|
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