|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.2.9 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Branch-mode scheduled workflows now bind to a dedicated branch workspace pinned at first run, with a workflow icon in the sidebar for workflow-owned workspaces. Project-less workflows run as general chat sessions, and the sidebar filter menu gains a "Hide workflow sessions" toggle. |
| 8 | +- New /chronicle slash commands let you view session history, generate standup summaries, search past activity, and get workflow improvement tips directly from the chat input. |
| 9 | +- Session automations (scheduled wake-ups and recurring prompts) are now supported in workspace sessions, in addition to general chat sessions. |
| 10 | + |
| 11 | +### Changed |
| 12 | + |
| 13 | +- Multiple workspace package scripts can now run at the same time. The Scripts menu shows running scripts first with per-script stop and log controls, and a Stop all option separates active scripts from idle ones. |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +- Clicking the find button in the markdown file toolbar now opens the find overlay and focuses the search input, matching the behavior of the Command-F keyboard shortcut. |
| 18 | +- Fixed a bug where expanding a full file in the diff view after a prior partial expansion could leave some rows displaying stale line numbers and text from other lines. |
| 19 | +- Fixed an issue where browser previews could become unresponsive after being hidden or minimized in the background. |
| 20 | +- Fixed an issue where the agent could get stuck in a loop replying to the same inline review comment multiple times instead of moving on. |
| 21 | +- Spellcheck is now disabled in comment fields and search inputs, removing false-positive red underlines on code, file paths, and identifiers. |
| 22 | +- Syntax highlighting now works correctly for .mjs, .cjs, .mts, and .cts files in the file view. |
| 23 | +- Terminal processes (dev servers, scripts) are now properly stopped when a workspace is deleted or archived, preventing orphaned background processes from continuing to run. |
| 24 | +- The model selected in the draft composer is now consistently used when starting a new session, including from the command palette and other workspace creation paths. |
| 25 | +- When automatic feedback submission fails, the feedback form now offers a prefilled GitHub issue URL as a fallback instead of timing out silently. |
| 26 | + |
3 | 27 | ## v0.2.8 |
4 | 28 |
|
5 | 29 | ### Added |
|
0 commit comments