Skip to content

Commit 56cff9d

Browse files
authored
chore: remove excalidraw extension (#79)
* chore: remove excalidraw extension * docs: update changelog
1 parent 0a5f56b commit 56cff9d

9 files changed

Lines changed: 9 additions & 1869 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,18 @@ All notable changes to agent-stuff are documented here.
110110

111111

112112

113-
## chore/upgrade-dependencies
113+
114+
115+
116+
## chore/remove-excalidraw-extension
117+
118+
Removed the Excalidraw extension module (#79), which provided native diagram preview and rendering capabilities through `draw_diagram` and `save_diagram` tools. This extension enabled LLMs to create hand-drawn diagrams with live webview preview, checkpoint-based diagram persistence, and clipboard export (PNG/SVG), but is no longer maintained as part of the core platform. Users relying on Excalidraw functionality should migrate to alternative diagramming solutions or maintain this as a standalone extension.
119+
120+
## [1.0.47](https://github.com/kostyay/agent-stuff/pull/74) - 2026-04-23
114121

115122
Upgraded core dependencies to latest versions, including @anthropic-ai/sdk from 0.73.0 to 0.90.0 and AWS SDK packages to their latest releases (#74). Updated pi platform peer dependencies from ^0.63.1 to ^0.69.0 and added typebox ^1.1.32 as a new peer dependency requirement. These updates bring significant improvements to API compatibility, performance, and security across the AI integration layer and cloud service integrations, with corresponding adjustments made throughout the pi-extensions modules to maintain compatibility with the new dependency versions.
116123

117-
## docs/stash-slash-command-docs
124+
## [1.0.47](https://github.com/kostyay/agent-stuff/pull/73) - 2026-04-23
118125

119126
Documentation updates reflect the migration of the stash extension from keyboard shortcut (Ctrl+Shift+S) to slash command (`/stash`) for improved discoverability and consistency with other Pi extensions (#73). Additionally, a refactoring in `prompt-editor.ts` captures the theme reference at initialization time to prevent invalidation errors that could occur during render callbacks when the ExtensionContext becomes stale after session replacement or shutdown—the fix includes defensive try/catch handling in the border color renderer to gracefully degrade to uncolored text if the context is invalidated mid-render.
120127

pi-extensions/excalidraw/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)