Skip to content

Releases: tiylabs/tiycode

0.3.15-rc.1

16 May 01:15

Choose a tag to compare

0.3.15-rc.1 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)

🐛 Bug Fixes

♻️ Refactors

  • 5b61262 - workbench-shell: ♻️ move file editor overlay to dashboard level (commit by @jorben)

0.3.15-rc.0

15 May 09:53

Choose a tag to compare

0.3.15-rc.0 Pre-release
Pre-release

🐛 Bug Fixes

  • 0bddc7a - core: 🐛 adapt to updated tiycore API (commit by @jorben)

0.3.14

15 May 09:09
454e9cd

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

  • 5a70362 - thread-status: 🐛 Prevent runState deadlock when loadSnapshot IPC fails (PR #175 by @jorben)
  • c4a7868 - artifact-card: 🐛 Keep code toggle and preview buttons at top of content area (PR #176 by @HayWolf)
  • aa0def2 - workbench-shell: prevent stale snapshot from regressing waiting_approval state (PR #177 by @HayWolf)

♻️ Refactors

0.3.14-rc.2

14 May 11:51

Choose a tag to compare

0.3.14-rc.2 Pre-release
Pre-release

✨ New Features

🐛 Bug Fixes

  • 5a70362 - thread-status: 🐛 Prevent runState deadlock when loadSnapshot IPC fails (PR #175 by @jorben)
  • c4a7868 - artifact-card: 🐛 Keep code toggle and preview buttons at top of content area (PR #176 by @HayWolf)
  • aa0def2 - workbench-shell: prevent stale snapshot from regressing waiting_approval state (PR #177 by @HayWolf)
  • 78877ef - runtime: 🐛 harden agent run lifecycle (commit by @jorben)
  • f6e87b0 - thread: 🐛 unify run status handling (commit by @jorben)
  • ed512dd - workbench: 🐛 Prune handled pending runs (commit by @jorben)

♻️ Refactors

  • 713a7aa - agent: ♻️ Consolidate terminal run handling (commit by @jorben)

✅ Tests

  • 6bbef27 - runtime: ✅ cover accepted PR feedback (commit by @jorben)

🔧 Chores

  • 4dbde33 - 🔧 update GitHub references from TiyAgents to tiylabs (commit by @jorben)

0.3.14-rc.1

12 May 14:38

Choose a tag to compare

0.3.14-rc.1 Pre-release
Pre-release

✨ New Features

🐛 Bug Fixes

  • 5a70362 - thread-status: 🐛 Prevent runState deadlock when loadSnapshot IPC fails (PR #175 by @jorben)
  • c4a7868 - artifact-card: 🐛 Keep code toggle and preview buttons at top of content area (PR #176 by @HayWolf)
  • aa0def2 - workbench-shell: prevent stale snapshot from regressing waiting_approval state (PR #177 by @HayWolf)
  • 78877ef - runtime: 🐛 harden agent run lifecycle (commit by @jorben)

✅ Tests

  • 6bbef27 - runtime: ✅ cover accepted PR feedback (commit by @jorben)

0.3.14-rc.0

11 May 17:31
b69da0e

Choose a tag to compare

0.3.14-rc.0 Pre-release
Pre-release

✨ New Features

🐛 Bug Fixes

  • 5a70362 - thread-status: 🐛 Prevent runState deadlock when loadSnapshot IPC fails (PR #175 by @jorben)
  • c4a7868 - artifact-card: 🐛 Keep code toggle and preview buttons at top of content area (PR #176 by @HayWolf)
  • aa0def2 - workbench-shell: prevent stale snapshot from regressing waiting_approval state (PR #177 by @HayWolf)

0.3.13

08 May 13:12
287856f

Choose a tag to compare

✨ New Features

  • 9220052 - composer: ✨ 为 Slash Command 引入结构化参数解析与模板变量替换 (PR #167 by @HayWolf)
  • f4fcb41 - workbench-shell: ✨ Add dynamic chart artifact rendering to thread messages (PR #169 by @jorben)
  • c265d4f - prompts: ✨ add prompt versioning and display active config (PR #171 by @jorben)
  • 829a716 - thread-status: ✨ Sync background thread statuses (PR #170 by @jorben)
  • 605838c - providers: ✨ add Xiaomi MIMO provider support (PR #173 by @jorben)

🐛 Bug Fixes

  • 4caed7c - workbench-shell: 🐛 properly manage activeThreadId state during thread operations (PR #168 by @jorben)
  • 287856f - composer: 🐛 Retain composer state when submission is rejected (PR #172 by @jorben)

0.3.13-rc.1

08 May 09:03

Choose a tag to compare

0.3.13-rc.1 Pre-release
Pre-release

✨ New Features

  • 9220052 - composer: ✨ 为 Slash Command 引入结构化参数解析与模板变量替换 (PR #167 by @HayWolf)
  • f4fcb41 - workbench-shell: ✨ Add dynamic chart artifact rendering to thread messages (PR #169 by @jorben)
  • c265d4f - prompts: ✨ add prompt versioning and display active config (PR #171 by @jorben)
  • 829a716 - thread-status: ✨ Sync background thread statuses (PR #170 by @jorben)

🐛 Bug Fixes

  • 4caed7c - workbench-shell: 🐛 properly manage activeThreadId state during thread operations (PR #168 by @jorben)
  • f0fa313 - composer: 🐛 retain composer state on rejected submissions (commit by @jorben)
  • 6239722 - composer: catch rejection in auto-submit command paths (commit by @jorben)

0.3.13-rc.0

05 May 13:19
9220052

Choose a tag to compare

0.3.13-rc.0 Pre-release
Pre-release

✨ New Features

  • 9220052 - composer: ✨ 为 Slash Command 引入结构化参数解析与模板变量替换 (PR #167 by @HayWolf)

0.3.12

03 May 16:30
31e267b

Choose a tag to compare

✨ New Features

  • 05bac14 - composer-commands: ✨ add flexible argument interpolation to command prompt builder (PR #164 by @HayWolf)

♻️ Refactors

  • 31e267b - workbench-shell: ♻️ overhaul frontend state architecture with stores, machines, and IPC sync (PR #163 by @HayWolf)