You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
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
+
3
23
### 0.13.0
4
24
5
25
- Terminal title updates: Terminal window title now automatically updates based on conversation context
0 commit comments