Skip to content

v0.14.0

Choose a tag to compare

@vheins vheins released this 22 May 14:24
· 47 commits to main since this release

Added

  • Ecosystem Section: Added "Ecosystem" as a Reference category filter with TopBar navigation and dedicated section showing partner tools (DocuBook).
  • FloatingChat: Replaced QuickCreateFAB with a WhatsApp-style floating chat popup (380x560px) for quick backlog task creation.
  • Chat Input: Added send panel to Activity tab for creating backlog tasks directly from chat input.
  • Donation Link: Added coffee/donation link (teer.id) to TopBar external links group.
  • Handoffs Redesign: Redesigned handoffs as a table (From, To, Task, Summary, Status, Created, Expires) with slide-over DetailDrawer, matching Standards/Memory pattern.
  • Security & Entity Refactoring: Security fixes, entity refactoring, WriteLock improvements, StubVectorStore fallback, task-search tool, ttlDays fix.

Changed

  • Sidebar Navigation: Moved global nav (Agent Arena, Dashboard, Standards, Reference) to sidebar above Repositories; tab bar stays visible regardless of active sidebar nav tab.

Fixed

  • Chat Flow: Chat input now stores message in description while title is auto-generated (Chat · HH:mm); full refresh triggered after send.
  • Reference Tab: Fixed not loading when clicked from sidebar nav.
  • Standards Drawer: Fixed not opening due to null selectedStandard.
  • Table Background: Added solid background to tables to prevent transparency issues.
  • Svelte 5: Replaced bind:value with value + on:input for Svelte 5 compatibility.
  • Sidebar Scroll: Fixed scroll visibility and handoff loading stuck issue.
  • Misc: Changed "Donasi" to "Donate" in TopBar; added router test mocks.