Skip to content

Commit 17c21f1

Browse files
docs: update changelog for v0.2.9
1 parent ef6cd21 commit 17c21f1

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

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+
327
## v0.2.8
428

529
### Added

0 commit comments

Comments
 (0)