Skip to content

Commit ac346d1

Browse files
Update changelog.md for version 1.0.41
1 parent cc85e32 commit ac346d1

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 1.0.41 - 2026-05-05
2+
3+
- CLI starts faster by rendering the UI immediately while authentication resolves in the background
4+
- Shell completions (bash, zsh, fish) are automatically installed on first run and updated after `copilot update`
5+
- Tab-completing slash commands that accept arguments now adds a trailing space automatically
6+
- Package extraction no longer crashes on Windows when antivirus or filesystem locks cause transient EPERM errors
7+
- Remote session connection errors show your logged-in account and tailored remediation steps
8+
- Markdown formatting renders in ask user prompt questions
9+
- Add experimental MCP Tasks support: MCP tools with `taskSupport: "required"` run as non-blocking background agents trackable via `list_agents` and `read_agent` (available when experimental mode is enabled, e.g. via `/experimental on` or the `--experimental` flag)
10+
- Extensions now load in prompt mode (-p). User extensions load by default; project extensions alnd management tools require GITHUB_COPILOT_PROMPT_MODE_EXTENSIONS=true.
11+
- Assistant responses no longer contain spurious system notification XML tags
12+
- Large output guidance correctly references the configured grep tool name
13+
- Adding a plugin marketplace using a git SSH URL (e.g. git@github.com:owner/repo) now works correctly
14+
- Slash command picker searches command descriptions and underlines matched characters
15+
- Memory tool confirmation prompt now shows the scope (repository or user) when requesting permission to store a memory
16+
- SQL todo timeline entries display more accurately for INSERT OR IGNORE/REPLACE and blocked status updates
17+
- Streaming text and shimmer animations stay smooth on slow or busy hosts
18+
- Add --attachment flag in non-interactive (-p/--prompt) mode to attach files (images or native documents) to the initial prompt
19+
- @-mention completion works for ./ paths, no longer adds trailing space on directories, and shows project files before workspace roots
20+
- Improve stability on Windows by working around a V8 crash in Node 24.x
21+
- Session files containing Unicode line separator characters load correctly
22+
- Reasoning effort picker hint text displays "Esc to cancel" with correct spacing
23+
- Improve reliability of file edits by better recovering from fuzzy or misaligned edit blocks
24+
125
## 1.0.40 - 2026-05-01
226

327
- PR branch decoration displays correctly in the footer regardless of model name length

0 commit comments

Comments
 (0)