Release Notes Action Items for copilot-cli 1.0.60 → 1.0.61
This issue summarizes upstream release notes for the copilot-cli dependency between the previously pinned version (1.0.60) and the new pinned version (1.0.61), highlighting items that may need follow-up in ado-aw.
The companion version-bump PR is titled chore(deps): update COPILOT_CLI_VERSION to 1.0.61.
Releases analyzed
Notable features for ado-aw to adopt
-
Auto-load MCP servers from .github/mcp.json (v1.0.61): Auto-load MCP servers from .github/mcp.json workspace config file — Copilot CLI now automatically discovers and loads MCP server configs from a .github/mcp.json file in the workspace. ado-aw currently configures MCP servers explicitly via --additional-mcp-config. Consider whether ado-aw should emit a .github/mcp.json alongside the pipeline YAML (or guard against auto-loading interfering with ado-aw's explicit MCP configuration).
-
New Claude Fable 5 model support (v1.0.61): Add support for Claude Fable 5 model — The new Claude Fable 5 model is now available. ado-aw may want to add it to its list of validated/supported models in src/engine.rs or docs/engine.md.
-
mTLS and private-CA support for OTLP telemetry (v1.0.61): Add mTLS and private-CA support for OTLP telemetry export over HTTPS and Add http/protobuf OTLP HTTP export via standard OTel protocol env vars — ado-aw's telemetry configuration could expose these options to pipeline authors who need to export telemetry to private endpoints.
Bug fixes relevant to ado-aw
-
Fixed false positives in shell command validation (v1.0.61): Fixed false positives in shell command validation that could block harmless commands containing words like "kill" in string literals or embedded documents (heredocs) — Some harmless bash commands used in ado-aw pipelines were being blocked by overly strict validation. This fix may unblock tools that were previously incorrectly rejected.
-
grep and glob tools single-path fix (v1.0.61): grep and glob tools correctly handle single path arguments, preventing missed search results — Agents using grep/glob tools with a single path argument were silently getting no results. This bug fix improves reliability of file search operations across all ado-aw pipelines.
This issue was opened automatically by the dependency version updater workflow.
Generated by Dependency Version Updater · sonnet46 3M · ◷
Release Notes Action Items for
copilot-cli1.0.60→1.0.61This issue summarizes upstream release notes for the
copilot-clidependency between the previously pinned version (1.0.60) and the new pinned version (1.0.61), highlighting items that may need follow-up in ado-aw.The companion version-bump PR is titled
chore(deps): update COPILOT_CLI_VERSION to 1.0.61.Releases analyzed
Notable features for ado-aw to adopt
Auto-load MCP servers from
.github/mcp.json(v1.0.61):Auto-load MCP servers from .github/mcp.json workspace config file— Copilot CLI now automatically discovers and loads MCP server configs from a.github/mcp.jsonfile in the workspace. ado-aw currently configures MCP servers explicitly via--additional-mcp-config. Consider whether ado-aw should emit a.github/mcp.jsonalongside the pipeline YAML (or guard against auto-loading interfering with ado-aw's explicit MCP configuration).New Claude Fable 5 model support (v1.0.61):
Add support for Claude Fable 5 model— The new Claude Fable 5 model is now available. ado-aw may want to add it to its list of validated/supported models insrc/engine.rsordocs/engine.md.mTLS and private-CA support for OTLP telemetry (v1.0.61):
Add mTLS and private-CA support for OTLP telemetry export over HTTPSandAdd http/protobuf OTLP HTTP export via standard OTel protocol env vars— ado-aw's telemetry configuration could expose these options to pipeline authors who need to export telemetry to private endpoints.Bug fixes relevant to ado-aw
Fixed false positives in shell command validation (v1.0.61):
Fixed false positives in shell command validation that could block harmless commands containing words like "kill" in string literals or embedded documents (heredocs)— Some harmless bash commands used in ado-aw pipelines were being blocked by overly strict validation. This fix may unblock tools that were previously incorrectly rejected.grep and glob tools single-path fix (v1.0.61):
grep and glob tools correctly handle single path arguments, preventing missed search results— Agents usinggrep/globtools with a single path argument were silently getting no results. This bug fix improves reliability of file search operations across all ado-aw pipelines.This issue was opened automatically by the dependency version updater workflow.