Skip to content

Commit b91eba5

Browse files
Update changelog.md for version 1.0.61
1 parent 85b27cb commit b91eba5

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

changelog.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## 1.0.61 - 2026-06-09
2+
3+
- Polish /agents picker and Create New Agent wizard with consistent borders, headers, and styled inputs
4+
- Fixed a bug where resuming a session could leave the screen blank
5+
- Add /settings interactive dialog to browse and edit all user settings in one place
6+
- Resuming a local session with memory disabled no longer crashes the UI to a blank screen
7+
- /after and /every commands now appear in the /experimental slash command list
8+
- Auto-load MCP servers from .github/mcp.json workspace config file
9+
- /env output hides internal hooks and shows full file paths for hook sources
10+
- Prevent crashes from malformed UTF-8, oversized string buffers, and terminal disconnect errors
11+
- Add support for Claude Fable 5 model
12+
- Gemini models work correctly with MCP tools that use nullable schema types
13+
- Number-key selection in pickers (e.g. /agent) works for items 10 and beyond
14+
- GitHub issue and PR references inside existing links no longer create broken nested autolinks
15+
- Bash tool correctly handles multi-byte UTF-8 characters (em dash, curly quotes, etc.) in command input
16+
- Symlinked directories now appear in @-file picker suggestions
17+
- MCP OAuth re-authentication correctly uses the saved OAuth client ID for remote servers
18+
- Pasted images no longer leak into the main prompt after a permission dialog closes
19+
- Press '/' in the /agent picker to filter agents by name
20+
- Configure home tab bar visibility, order, and hidden tabs via the `tabs` setting in settings.json
21+
- grep and glob tools correctly handle single path arguments, preventing missed search results
22+
- Hook progress status lines marked as temporary collapse in place instead of accumulating in the conversation timeline
23+
- /fork shows a "Creating fork..." progress notification while the fork is being created
24+
- /mcp search works correctly with external registries
25+
- Use natural language with /every and /after to schedule tasks using cron expressions, calendar times, or relative durations
26+
- Light theme secondary background color is now rendered correctly
27+
- Search bar match count stays inside the prompt frame
28+
- GitHub theme adapts to light terminals with an authentic GitHub Primer light color palette
29+
- Add mTLS and private-CA support for OTLP telemetry export over HTTPS
30+
- Fixed false positives in shell command validation that could block harmless commands containing words like "kill" in string literals or embedded documents (heredocs).
31+
- Add full screen scrollbar
32+
- Grep searches in large monorepos use an indexed search engine for significantly faster results
33+
- `/sessions` now navigates to the Sessions tab instead of opening an overlay
34+
- Add http/protobuf OTLP HTTP export via standard OTel protocol env vars
35+
- Prompt mode surfaces model-load errors on stderr instead of exiting silently
36+
- Add /worktree command (aliased /move) to create a new git worktree and switch into it, moving any uncommitted changes along
37+
- Plugin install enforces managed marketplace policy even when settings cannot be fetched due to network errors
38+
- `/help` now lists `$HOME/.copilot/instructions/**/*.instructions.md` alongside the other user-level instruction locations
39+
- Colors render correctly in WSL and tmux sessions instead of falling back to a degraded palette
40+
- Exit shell mode by pressing Esc or Ctrl+C on an empty prompt, in addition to Backspace
41+
- Add `beepOnSchedule` setting to disable completion beeps for scheduled `/every` and `/after` runs
42+
143
## 1.0.60 - 2026-06-05
244

345
- Tab completes `..` parent traversal in slash-command path arguments instead of switching tabs

0 commit comments

Comments
 (0)