From 97047b9136d614258e1d9ee30812b9022c269610 Mon Sep 17 00:00:00 2001 From: FokkoVeegens <24793348+FokkoVeegens@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:45:56 +0000 Subject: [PATCH] chore(copilot-cli): add new release notes --- data/copilot-cli/1.0.76-0.json | 15 +++++++++++++++ data/copilot-cli/1.0.76-1.json | 15 +++++++++++++++ data/copilot-cli/1.0.76-2.json | 17 +++++++++++++++++ data/copilot-cli/index.json | 15 +++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 data/copilot-cli/1.0.76-0.json create mode 100644 data/copilot-cli/1.0.76-1.json create mode 100644 data/copilot-cli/1.0.76-2.json diff --git a/data/copilot-cli/1.0.76-0.json b/data/copilot-cli/1.0.76-0.json new file mode 100644 index 0000000..3f0536f --- /dev/null +++ b/data/copilot-cli/1.0.76-0.json @@ -0,0 +1,15 @@ +{ + "ide": "copilot-cli", + "version": "1.0.76-0", + "release_date": "2026-07-27", + "title": "1.0.76-0", + "url": "https://github.com/github/copilot-cli/releases/tag/v1.0.76-0", + "source": "api", + "body_markdown": "**Improved**\n- MCP tools load faster from definition-scoped snapshots, with process-wide and per-server cache opt-outs.\n- Autopilot stays selected after task_complete by default; set stayInAutopilot to false to return to interactive mode after each task\n\n**Fixed**\n- Restore the early warning when unreclaimable system and tool context nears the limit, before automatic compaction is blocked\n- Session working directory no longer reverts to the original checkout shortly after `/worktree` switches into a new worktree", + "body_html": null, + "categories": [], + "copilot_mentions": [], + "prerelease": true, + "fetched_at": "2026-07-29T09:45:56Z", + "schema_version": 1 +} \ No newline at end of file diff --git a/data/copilot-cli/1.0.76-1.json b/data/copilot-cli/1.0.76-1.json new file mode 100644 index 0000000..66c01be --- /dev/null +++ b/data/copilot-cli/1.0.76-1.json @@ -0,0 +1,15 @@ +{ + "ide": "copilot-cli", + "version": "1.0.76-1", + "release_date": "2026-07-28", + "title": "1.0.76-1", + "url": "https://github.com/github/copilot-cli/releases/tag/v1.0.76-1", + "source": "api", + "body_markdown": "**Added**\n- Voice mode pauses playing media before recording and resumes it afterward, where supported (macOS and Windows)\n- Show the number of active scheduled prompts in the footer\n- Add /limits predict to suggest a session AI-credit limit from similar sessions.\n- Add configurable timed refreshes for custom status-line commands\n\n**Improved**\n- web_fetch routes through the configured sandbox proxy when outbound is allowed, and denies egress when network.allowOutbound is false (a proxy no longer overrides the user's outbound policy); when a proxied fetch fails it warns that curl/wget share the same proxy, and suggests requestSandboxBypass only when the sandbox proxy itself is unreachable\n- Improve subagent delegation for small tasks and parallel work\n- Queue mid-turn /model changes and apply them after the current response finishes\n\n**Fixed**\n- Queued messages list no longer shows a blank row or inflated count, and Ctrl+C removes your own newest queued message\n- Changing the `mouse` setting mid-session now takes effect immediately, from both `/settings mouse on|off` and the `/settings` dialog, instead of being saved but ignored until the CLI restarted", + "body_html": null, + "categories": [], + "copilot_mentions": [], + "prerelease": true, + "fetched_at": "2026-07-29T09:45:56Z", + "schema_version": 1 +} \ No newline at end of file diff --git a/data/copilot-cli/1.0.76-2.json b/data/copilot-cli/1.0.76-2.json new file mode 100644 index 0000000..b7b6ad9 --- /dev/null +++ b/data/copilot-cli/1.0.76-2.json @@ -0,0 +1,17 @@ +{ + "ide": "copilot-cli", + "version": "1.0.76-2", + "release_date": "2026-07-29", + "title": "1.0.76-2", + "url": "https://github.com/github/copilot-cli/releases/tag/v1.0.76-2", + "source": "api", + "body_markdown": "**Added**\n- Add a directable queue manager (staff) to reorder, edit, remove, repeat, and immediately send queued messages\n- New Sessions sidebar for managing multiple concurrent sessions: switch between them, spawn new ones, and see their status at a glance. Turn it on with experimental mode (`/experimental on`).\n- Enterprise administrators can enforce a restrictive sandbox floor: managed settings tighten (but never loosen) the user's sandbox policy, and the `/sandbox` dialog surfaces the org-configured managed values with locked fields and managed filesystem paths so admins can confirm what is enforced.\n\n**Improved**\n- Sandboxed searches now offer an immediate bypass prompt and avoid duplicate bypass prompts.\n\n**Fixed**\n- Sessions no longer fail every turn with \"Holder terminated during creation\" after a subagent finishes\n- Startup tips only suggest /init in repositories that don't already have Copilot instructions\n- A `userPromptSubmitted` hook returning a non-string value for `modifiedPrompt`, `modifiedTransformedPrompt`, or a handled `responseContent` no longer corrupts the session; the value is ignored, a type-only warning naming the field is logged, an empty-string replacement is rejected instead of blanking the model-facing content, a hook that sets `handled` without a usable `responseContent` is now diagnosed instead of silently falling through to the model, and a `null` `additionalContext` is treated as absent instead of being injected as the literal text `null`; hook output is also bounded at 10 MiB per invocation, so an HTTP or command hook returning an unbounded response can no longer exhaust memory or leave an oversized session behind\n- Show recent shell output for large commands that write to a file\n- The /instructions picker now respects --no-custom-instructions.\n- Render inline images in Rio terminals that support Kitty graphics", + "body_html": null, + "categories": [], + "copilot_mentions": [ + "- Startup tips only suggest /init in repositories that don't already have Copilot instructions" + ], + "prerelease": true, + "fetched_at": "2026-07-29T09:45:56Z", + "schema_version": 1 +} \ No newline at end of file diff --git a/data/copilot-cli/index.json b/data/copilot-cli/index.json index 4a8e651..ea705d0 100644 --- a/data/copilot-cli/index.json +++ b/data/copilot-cli/index.json @@ -1,4 +1,19 @@ [ + { + "version": "1.0.76-2", + "release_date": "2026-07-29", + "filename": "1.0.76-2.json" + }, + { + "version": "1.0.76-1", + "release_date": "2026-07-28", + "filename": "1.0.76-1.json" + }, + { + "version": "1.0.76-0", + "release_date": "2026-07-27", + "filename": "1.0.76-0.json" + }, { "version": "1.0.75", "release_date": "2026-07-24",