Skip to content

Commit 3a85cc9

Browse files
authored
Update CHANGELOG for version 0.14.0
Added new features, improvements, and bug fixes for version 0.14.0.
1 parent 15d28b8 commit 3a85cc9

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
### 0.14.0
4+
5+
#### New Features
6+
- MCP dynamic workspace discovery: MCP mode now supports on-the-fly workspace indexing with --mcp-auto-workspace flag, allowing codebase-retrieval to search different directories without restarting
7+
8+
#### Improvements
9+
- Session management: Most recent sessions now appear at the top of the session picker list
10+
- Chat history: Chat history display fixed on --continue
11+
- Custom commands: Custom command model overrides now only apply to the next response instead of all follow-up responses
12+
- Banner: Updated banner with left-to-right gradient and all caps text
13+
14+
#### Bug Fixes
15+
- Settings management: Settings updates now preserve comments and invalid/unknown fields in settings.json
16+
- Session persistence: Workspace settings (guidelines, rules, memories) are now preserved when using /new command or --continue flag
17+
- Fixed keyboard shortcuts not responding while in mention mode
18+
- Fixed issue with focus characters appearing in input
19+
- Fixed rules not being applied when starting a new session with /new or --continue
20+
- Fixed MCP server orphan processes when parent process terminates
21+
- Onboarding: Updated prompt enhancer onboarding text to clarify credit usage
22+
323
### 0.13.0
424

525
- Terminal title updates: Terminal window title now automatically updates based on conversation context

0 commit comments

Comments
 (0)