GITHUB COPILOT CLI 1.0.37: DIRECTORY-SCOPED PERMISSION PERSISTENCE AND SMOOTHER WORKFLOWS
GitHub Copilot CLI now persists tool permissions per directory across sessions and adds shell completions with multiple UX fixes. The latest [releases](https:/...
GitHub Copilot CLI now persists tool permissions per directory across sessions and adds shell completions with multiple UX fixes.
The latest releases make location-based permission persistence the default, so approvals carry between runs in the same folder. It also adds static shell completions via "copilot completion bash|zsh|fish" and improves markdown rendering for /ask.
A recent update on the same page also enabled /keep-alive without experimental mode and fixed preToolUse.matcher so hooks match the intended tools. Expect fewer prompts, cleaner terminals, and smoother long-running sessions.
Directory-scoped permission persistence reduces repetitive prompts and makes scripted or repeatable terminal flows less brittle.
Shell completions and stability tweaks cut friction for daily use across different shells.
-
terminal
Upgrade and verify approvals persist per directory across restarts; compare prompt counts before/after in active repos.
-
terminal
Install generated shell completions for bash/zsh/fish and measure command discovery and error reduction in daily tasks.
Legacy codebase integration strategies...
- 01.
Review security posture: document which permissions persist, where they’re stored, and how to reset them on shared or locked-down machines.
- 02.
Standardize shell completion setup via dotfiles or fleet management; add /keep-alive to long-running CI-like local scripts if safe.
Fresh architecture paradigms...
- 01.
Adopt Copilot CLI as a standard toolchain with directory-scoped approvals for reproducible project onboarding.
- 02.
Bake completions and sane defaults into project templates to reduce setup time for new engineers.
Get daily GITHUB-COPILOT-CLI + SDLC updates.
- Practical tactics you can ship tomorrow
- Tooling, workflows, and architecture notes
- One short email each weekday