Important: Setup, cleanup and dev scripts now live in the 'repositories' section in the settings
As scripts are now attached to repos and not projects, some scripts may require refactoring so that execution happens in the repo directory, rather than the project directory, for example:
A setup script that was previously cd my-repo-name && npm install should now be npm install
What's Changed
- Improve diff viewer color styling for better theme support (Vibe Kanban) by @stunningpixels in #1894
- Show sidebar by default when no panel is open (Vibe Kanban) by @stunningpixels in #1910
- Add debounce to ConversationList for improved rendering performance (Vibe Kanban) by @stunningpixels in #1909
- Fix CreatePRDialog using wrong base branch in workspaces layout (Vibe Kanban) by @stunningpixels in #1911
- Add PostHog analytics event for new UI access (Vibe Kanban) by @stunningpixels in #1895
- Improve executor profile selection with save-as-default toggle and variant ordering (Vibe Kanban) by @stunningpixels in #1912
- feat:
Repolevel management by @ggordonhall in #1828 - Fix vertical scroll in the right panels in workspaces UI by @anastasiya1155 in #1925
- Fix STDERR logs not displaying in red in new design (Vibe Kanban) by @stunningpixels in #1927
- Auto-archive workspace when PR is merged via polling (Vibe Kanban) by @stunningpixels in #1928
- Increase workspace name length from 35 to 60 characters (Vibe Kanban) by @stunningpixels in #1930
- Add QA mode for automated testing with mock executor and hardcoded repos (Vibe Kanban) by @stunningpixels in #1940
- fix: update font-feature-settings in diff-style-overrides.css by @paixaop in #1827
- feat: remove
agent_working_dirfrom settings by @ggordonhall in #1874 - Fix gh CLI compatibility for older versions missing baseRefOid field (Vibe Kanban) by @stunningpixels in #1548
- Make local build script work across more platforms by @gsxdsm in #1681
- Fix infinite loop in extractProfile causing browser crash (Vibe Kanban) by @stunningpixels in #1955
- Add accelerated 1-hour cleanup for archived workspaces or inactive tasks (Vibe Kanban) by @stunningpixels in #1952
- Fix comparison between EP and workspace by @stunningpixels in #1959
- Increase chatbox max height from 20vh to 50vh (Vibe Kanban) by @stunningpixels in #1957
- Soften agent availability status messaging from 'Not Found' to 'Unknown' (Vibe Kanban) by @LSRCT in #1960
- Fix QA mode lint warnings with conditional compilation attributes (Vibe Kanban) by @LSRCT in #1958
- chore: Reorder Repository Settings to prioritize Dev Server Script (Vibe Kanban) by @ggordonhall in #1962
- feat(notifications): include task name in approval needed notification by @jtomaszewski in #1879
- Add Push button to Git panel when PR is open with unpushed commits (Vibe Kanban) by @anastasiya1155 in #1951
- Fix workspace sidebar ordering to use updated_at instead of created_at (Vibe Kanban) by @LSRCT in #1965
- Fix search input losing focus when hovering over dropdown items (Vibe Kanban) by @stunningpixels in #1966
- Script Fixer (Vibe Kanban) by @stunningpixels in #1968
New Contributors
Full Changelog: v0.0.148-20260109183532...v0.0.149-20260112165725
✅ Published to npm registry