Skip to content

Releases: tiylabs/tiycode

0.3.16-rc.6

21 May 14:49

Choose a tag to compare

0.3.16-rc.6 Pre-release
Pre-release

✨ 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

21 May 13:02

Choose a tag to compare

0.3.16-rc.5 Pre-release
Pre-release

✨ 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

21 May 04:06

Choose a tag to compare

0.3.16-rc.4 Pre-release
Pre-release

✨ New Features

  • 1473503 - agent: ✨ Add tiycore request retry handling (PR #190 by @jorben)
  • 4bec7cf - ui: ✨ clear request retry entries on run messages and completion (commit by @jorben)
  • 4083791 - runtime-queue: ✨ Add steer and follow-up queue (PR #193 by @jorben)

🐛 Bug Fixes

♻️ Refactors

0.3.16-rc.3

20 May 17:29

Choose a tag to compare

0.3.16-rc.3 Pre-release
Pre-release

✨ 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

  • f7f8d71 - runtime-queue: ✅ add queue boundary tests and fix i18n terminology (commit by @jorben)

🔧 Chores

  • 630ebc8 - deps: 🔧 update tiycore to stable release 0.2.7 (commit by @jorben)

0.3.16-rc.2

20 May 17:19

Choose a tag to compare

0.3.16-rc.2 Pre-release
Pre-release

✨ 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

  • f7f8d71 - runtime-queue: ✅ add queue boundary tests and fix i18n terminology (commit by @jorben)

🔧 Chores

  • 630ebc8 - deps: 🔧 update tiycore to stable release 0.2.7 (commit by @jorben)

0.3.16-rc.1

19 May 05:05

Choose a tag to compare

0.3.16-rc.1 Pre-release
Pre-release

✨ New Features

♻️ Refactors

  • 2620414 - thread: ♻️ replace viewport auto-collapse with delayed auto-collapse for timeline entries (commit by @jorben)

0.3.16-rc.0

18 May 15:09

Choose a tag to compare

0.3.16-rc.0 Pre-release
Pre-release

✨ New Features

  • fadbf88 - agent: ✨ add request retry handling and remove run-level retry loop (commit by @jorben)

0.3.15

18 May 09:04
9e0b7e5

Choose a tag to compare

💥 BREAKING CHANGES

  • due to 9e0b7e5 - ✨ Add local image resolution for markdown preview (PR #187 by @HayWolf):

    activeTabPath renamed to activeTabKey; all action functions (openFile, closeTab, pinTab, etc.) now require workspaceId as first parameter; useActiveTab, useOpenTabs, useIsEditorMode, useActiveTabPath now accept optional workspaceId.

    • 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

17 May 12:22

Choose a tag to compare

0.3.15-rc.3 Pre-release
Pre-release
image

✨ 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

♻️ 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

  • 15fca33 - file: ✅ add unit tests for file commands (commit by @jorben)
  • b1874b2 - files: ✅ expand file workflow coverage (commit by @jorben)

0.3.15-rc.2

16 May 16:52

Choose a tag to compare

0.3.15-rc.2 Pre-release
Pre-release

✨ 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

♻️ 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)

✅ Tests

  • 15fca33 - file: ✅ add unit tests for file commands (commit by @jorben)