Skip to content

Commit 8615617

Browse files
Update changelog.md for version 0.0.385
1 parent b62368e commit 8615617

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

changelog.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.0.385 - 2026-01-19
2+
3+
- The store_memory tool is only included when memory is enabled for the user
4+
- Input placeholder now says "Type" instead of "Enter" to avoid confusion with Enter key
5+
- Cursor now correctly positioned at end of line when navigating history with down arrow
6+
- The new memory feature gracefully handles Copilot running without a repository
7+
- Control-C message now displays for 5 seconds instead of 1 second
8+
- Display current intent in terminal tab title
9+
- Combine all custom instruction files instead of using priority-based fallbacks
10+
- Enable infinite sessions with automatic long-running context management through compaction checkpoints
11+
- MCP server management when swapping between custom agents with /agent
12+
- Press Escape to cancel manual `/compact` command
13+
- Model switching from Codex to Opus preserves conversation history correctly
14+
115
## 0.0.384 - 2026-01-16
216

317
- Add `&` prefix shortcut for delegating prompts to run in background (equivalent to `/delegate`)
@@ -6,9 +20,6 @@
620
- MCP servers now start correctly for custom agents
721
- Shell commands now display error output when they fail
822
- Fixed bug causing model call failures after compaction in some scenarios
9-
10-
## 0.0.383 - 2026-01-15
11-
1223
- Login flow respects OAuth slow_down interval and includes debug logging
1324
- Custom agent discovery now follows symbolic links to agent definition files
1425
- Add additional prompting for custom agent delegation
@@ -50,6 +61,7 @@
5061
- Allow reading files >10MB when using view_range parameter
5162
- Sessions with large conversation history load faster on startup
5263
- Send messages while Copilot is thinking to steer or queue
64+
- Keyboard shortcuts: Ctrl+O now expands recent timeline, Ctrl+E expands all timeline (Ctrl+R unbound for future use)
5365

5466
## 0.0.377 - 2026-01-08
5567

0 commit comments

Comments
 (0)