Releases: tiylabs/tiycode
Releases · tiylabs/tiycode
0.3.16-rc.6
✨ New Features
1473503- agent: ✨ Add tiycore request retry handling (PR #190 by @jorben)4083791- runtime-queue: ✨ Add steer and follow-up queue (PR #193 by @jorben)ddae041- ui: ✨ clear request retry entries on run messages and completion (PR #194 by @jorben)1309bf1- subagent: ✨ add custom subagents with CRUD, profile access, and settings UI (commit by @jorben)692acb2- settings-center: ✨ revamp agents panel and access (commit by @jorben)1ec3501- agents: 🐛 replace unreachable! with proper error handling and redesign agent settings UI (commit by @jorben)2211f7f- agents: ✨ add model role selection for custom subagents (commit by @jorben)
🐛 Bug Fixes
7aedaac- prompt-input: 🐛 Deduplicate pasted image attachments (PR #192 by @jorben)fa7b43e- agents: 🐛 address PR review feedback for custom subagents (commit by @jorben)
♻️ Refactors
0.3.16-rc.5
✨ New Features
1473503- agent: ✨ Add tiycore request retry handling (PR #190 by @jorben)4083791- runtime-queue: ✨ Add steer and follow-up queue (PR #193 by @jorben)ddae041- ui: ✨ clear request retry entries on run messages and completion (PR #194 by @jorben)1309bf1- subagent: ✨ add custom subagents with CRUD, profile access, and settings UI (commit by @jorben)692acb2- settings-center: ✨ revamp agents panel and access (commit by @jorben)1ec3501- agents: 🐛 replace unreachable! with proper error handling and redesign agent settings UI (commit by @jorben)2211f7f- agents: ✨ add model role selection for custom subagents (commit by @jorben)
🐛 Bug Fixes
♻️ Refactors
0.3.16-rc.4
0.3.16-rc.3
✨ New Features
1473503- agent: ✨ Add tiycore request retry handling (PR #190 by @jorben)1b1e53e- agent: ✨ add runtime queue for steer and follow-up messages (commit by @jorben)5c322ef- queue: ✨ add metadata support and configurable default append kind (commit by @jorben)6b988ae- agent-session: ✨ support cancelling individual queued messages and preserve command metadata (commit by @jorben)
🐛 Bug Fixes
7aedaac- prompt-input: 🐛 Deduplicate pasted image attachments (PR #192 by @jorben)aab432d- runtime-queue: 🐛 replay queue snapshot on subscribe (commit by @jorben)1e81591- ui: 🐛 correct submit button state when composer is running (commit by @jorben)d248bae- runtime-queue: 🐛 cancel messages by id (commit by @jorben)8d5bf9b- tray: 🐛 use macOS template status icon (commit by @jorben)588003c- runtime-queue: 🐛 prevent FIFO fallback from cancelling unrelated messages on Removed event (commit by @jorben)6240037- runtime-queue: 🐛 preserve cross-kind pending IDs in Removed event and add Array.isArray guard (commit by @jorben)f4073ce- runtime-queue: 🐛 break ABBA deadlock by pre-fetching queue_stats before acquiring state lock (commit by @jorben)
♻️ Refactors
a59ef2d- thread: ♻️ Use delayed timeline auto-collapse (PR #191 by @jorben)7930d29- composer: ♻️ optimize steer/queue mode selector — replace icons with ListStart/ListEnd and simplify trigger style (commit by @jorben)
✅ Tests
🔧 Chores
0.3.16-rc.2
✨ New Features
1473503- agent: ✨ Add tiycore request retry handling (PR #190 by @jorben)1b1e53e- agent: ✨ add runtime queue for steer and follow-up messages (commit by @jorben)5c322ef- queue: ✨ add metadata support and configurable default append kind (commit by @jorben)6b988ae- agent-session: ✨ support cancelling individual queued messages and preserve command metadata (commit by @jorben)
🐛 Bug Fixes
7aedaac- prompt-input: 🐛 Deduplicate pasted image attachments (PR #192 by @jorben)aab432d- runtime-queue: 🐛 replay queue snapshot on subscribe (commit by @jorben)1e81591- ui: 🐛 correct submit button state when composer is running (commit by @jorben)d248bae- runtime-queue: 🐛 cancel messages by id (commit by @jorben)8d5bf9b- tray: 🐛 use macOS template status icon (commit by @jorben)588003c- runtime-queue: 🐛 prevent FIFO fallback from cancelling unrelated messages on Removed event (commit by @jorben)6240037- runtime-queue: 🐛 preserve cross-kind pending IDs in Removed event and add Array.isArray guard (commit by @jorben)
♻️ Refactors
a59ef2d- thread: ♻️ Use delayed timeline auto-collapse (PR #191 by @jorben)7930d29- composer: ♻️ optimize steer/queue mode selector — replace icons with ListStart/ListEnd and simplify trigger style (commit by @jorben)
✅ Tests
🔧 Chores
0.3.16-rc.1
0.3.16-rc.0
0.3.15
💥 BREAKING CHANGES
-
due to
9e0b7e5- ✨ Add local image resolution for markdown preview (PR #187 by @HayWolf):activeTabPathrenamed toactiveTabKey; all action functions (openFile,closeTab,pinTab, etc.) now requireworkspaceIdas first parameter;useActiveTab,useOpenTabs,useIsEditorMode,useActiveTabPathnow accept optionalworkspaceId.- fix(file-editor): 🐛 reset failed and resolved state on src change
- refactor(file-editor-view): ♻️ replace editorSyncKey with getFileTabKey
✨ New Features
0a463e8- agent-session: ✨ Add run-level auto-retry for retryable provider errors (PR #186 by @HayWolf)11313e5- workbench: ✨ add integrated file management with editor, preview and CRUD (PR #183 by @HayWolf)9e0b7e5- file-editor: ✨ Add local image resolution for markdown preview (PR #187 by @HayWolf)
🐛 Bug Fixes
0.3.15-rc.3
✨ New Features
3d41acf- workbench: ✨ add integrated file panel with editor, preview and CRUD (commit by @jorben)a22e6b8- workbench-shell: ✨ add absolute path copy support to file context menu (commit by @jorben)1ca4a7b- workbench: ✨ enhance file browsing (commit by @jorben)c28ca72- workbench-shell: ✨ add root-level file/folder creation and copy path (commit by @jorben)acb5632- workbench: ✨ replace split-pane editor with overlay preview (commit by @jorben)18959e6- i18n: ✨ add workbench shell UI translations (commit by @jorben)7f89d0f- git: ✨ add discard changes for tracked/untracked files with confirmation dialog (commit by @jorben)3c496e1- preview: ✨ enable network resources in HTML preview (commit by @jorben)0a463e8- agent-session: ✨ Add run-level auto-retry for retryable provider errors (PR #186 by @HayWolf)
🐛 Bug Fixes
c5adf3f- core: 🐛 adapt to updated tiycore API (PR #182 by @jorben)68dd8ff- composer: 🐛 Persist attachments in thread drafts & remove plan mode toggle (PR #184 by @HayWolf)6bba17f- file-management: 🐛 address PR feedback (commit by @jorben)97763e1- ui: 🐛 fix double-paste and related UI issues (PR #185 by @HayWolf)d4bae49- preview: 🐛 tighten HTML sandbox (commit by @jorben)2364a73- workbench: 🐛 load remote assets in previews (commit by @jorben)
♻️ Refactors
5b61262- workbench-shell: ♻️ move file editor overlay to dashboard level (commit by @jorben)3812b56- project-panel: ♻️ replace custom open menu with DropdownMenu component (commit by @jorben)8595aff- workbench: 🔧 implement debounced editor sync and improve path safety (commit by @jorben)69624e3- preview: ♻️ remove custom HTML preview document wrapper (commit by @jorben)
✅ Tests
0.3.15-rc.2
✨ New Features
3d41acf- workbench: ✨ add integrated file panel with editor, preview and CRUD (commit by @jorben)a22e6b8- workbench-shell: ✨ add absolute path copy support to file context menu (commit by @jorben)1ca4a7b- workbench: ✨ enhance file browsing (commit by @jorben)c28ca72- workbench-shell: ✨ add root-level file/folder creation and copy path (commit by @jorben)acb5632- workbench: ✨ replace split-pane editor with overlay preview (commit by @jorben)18959e6- i18n: ✨ add workbench shell UI translations (commit by @jorben)7f89d0f- git: ✨ add discard changes for tracked/untracked files with confirmation dialog (commit by @jorben)3c496e1- preview: ✨ enable network resources in HTML preview (commit by @jorben)0a463e8- agent-session: ✨ Add run-level auto-retry for retryable provider errors (PR #186 by @HayWolf)
🐛 Bug Fixes
c5adf3f- core: 🐛 adapt to updated tiycore API (PR #182 by @jorben)68dd8ff- composer: 🐛 Persist attachments in thread drafts & remove plan mode toggle (PR #184 by @HayWolf)6bba17f- file-management: 🐛 address PR feedback (commit by @jorben)97763e1- ui: 🐛 fix double-paste and related UI issues (PR #185 by @HayWolf)d4bae49- preview: 🐛 tighten HTML sandbox (commit by @jorben)
♻️ Refactors
5b61262- workbench-shell: ♻️ move file editor overlay to dashboard level (commit by @jorben)3812b56- project-panel: ♻️ replace custom open menu with DropdownMenu component (commit by @jorben)