Skip to content

Commit 83451b7

Browse files
docs: update changelog for v1.0.7
1 parent 9936bb7 commit 83451b7

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

changelog.md

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

3+
## v1.0.7
4+
5+
### Highlights
6+
7+
- Added a "Quick chat" option to the home screen project picker, letting you start a chat session directly without selecting a repository.
8+
- Automation runs now show token, context, and AI-credit usage in the run details popover, matching what chat sessions already display.
9+
- The model picker now widens to fit long custom model names, and custom model providers show their own brand icons in the picker.
10+
- macOS traffic light buttons are now native controls, restoring accessibility support and the green button long-press window management menu.
11+
- Fixed agent-merge incorrectly declining to merge pull requests that the user has permission to merge.
12+
13+
### Added
14+
15+
- Added a "Quick chat" option to the home screen project picker, letting you start a chat session directly without selecting a repository.
16+
- Automation runs now show token, context, and AI-credit usage in the run details popover, matching what chat sessions already display. Reopening a past run shows the spend from that run.
17+
18+
### Changed
19+
20+
- macOS traffic light buttons are now native controls, restoring accessibility support and the green button long-press window management menu.
21+
- The model picker now widens to fit long custom model names, and custom model providers show their own brand icons (Ollama, Azure, Microsoft Foundry, Foundry Local) in the picker and the "Model changed" message. The "Custom" badge on custom models now flows inline with the model name.
22+
- Updated the top-level fuzzy-matchable slash commands for the Impeccable design skill. The promoted shortcuts are now `/impeccable audit`, `/impeccable critique`, `/impeccable live`, `/impeccable polish`, and `/impeccable distill`.
23+
24+
### Fixed
25+
26+
- Closed issues now show the correct status indicator everywhere, including the inbox: purple for completed, and grey with a circle-slash icon for issues closed as not planned or duplicate (instead of red or a generic closed badge).
27+
- Fixed a crash in the tray menu that could occur on startup when store data arrived while the menu was being built.
28+
- Fixed agent-merge incorrectly declining to merge pull requests that the user has permission to merge.
29+
- Fixed clipped border corners on settings textareas (e.g. the Instructions field) caused by the horizontal scrollbar gutter.
30+
- Sidebar tooltips now dismiss immediately when the sidebar is collapsed, instead of remaining visible and floating disconnected from their triggers.
31+
332
## v1.0.6
433

534
### Highlights

0 commit comments

Comments
 (0)