Skip to content

Commit 141555b

Browse files
committed
chore(changeset): add minor changeset for workspace folder linking feature
Signed-off-by: roy1994 <dev.mancitrus@outlook.com>
1 parent 623c649 commit 141555b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@open-codesign/desktop': minor
3+
---
4+
5+
feat(desktop): per-design workspace folder linking
6+
7+
Users can now bind any open design to a local folder directly from the Files panel. Every file the agent writes is mirrored to that folder in real time, and the binding persists across restarts.
8+
9+
- **Bind on first use** — click "Choose folder" in the Files panel to pick a workspace directory; the design is linked immediately and files are synced.
10+
- **Rebind with migration** — choosing a different folder prompts a confirmation dialog; existing tracked files are copied to the new location before the binding switches.
11+
- **Clear binding** — a "Disconnect folder" action removes the link without touching files on disk.
12+
- **Error surfacing** — write-through failures and IPC errors (migration collision, missing tracked file) are now reported to the UI instead of being silently swallowed.
13+
- **Cross-platform path comparison** — the rebind dialog no longer triggers falsely when paths differ only by trailing slash or directory-separator style.

0 commit comments

Comments
 (0)