Skip to content

Releases: goodguy1963/Copilot-Cockpit

Copilot Cockpit v2.1.30

Choose a tag to compare

@github-actions github-actions released this 08 Jul 06:01

Fixed

  • Dependency security — Updated the Dependabot Hono lockfile resolution to 4.12.26, covering the Lambda, Lambda@Edge, CORS, and Windows serve-static advisories reported for 4.12.23.
  • Transitive audit cleanup — Updated js-yaml to 4.2.0 through the lockfile so the repository audit no longer reports the merge-key denial-of-service advisory.

Copilot Cockpit v2.1.26

Choose a tag to compare

@github-actions github-actions released this 20 Jun 19:13

Fixed

  • Dependency security — Updated the Dependabot Hono lockfile resolution to 4.12.26, covering the Lambda, Lambda@Edge, CORS, and Windows serve-static advisories reported for 4.12.23.
  • Transitive audit cleanup — Updated js-yaml to 4.2.0 through the lockfile so the repository audit no longer reports the merge-key denial-of-service advisory.

Copilot Cockpit v2.1.25

Choose a tag to compare

@github-actions github-actions released this 14 Jun 09:29

Fixed

  • SQLite save reliability — Workspace SQLite commits are now marked as internal writes so the file watcher no longer reloads against its own save cycle, preventing the disk I/O error loop that could block further saves until a VS Code reload.
  • Recovery affordance — Disk I/O and SQLITE_IOERR save notifications now offer a Reload Now action as a last-resort recovery path for unexpected storage edge cases.
  • Dependency security — Merged the Hono Dependabot update and refreshed vulnerable build/test dependencies, including patched esbuild and brace-expansion versions.

Copilot Cockpit v2.1.24

Choose a tag to compare

@github-actions github-actions released this 01 Jun 22:05

Changed

  • One-time task editor — Editing an active one-time task now shows the remaining countdown instead of the original full delay, so the form reflects the real in-flight timer.
  • Release resilience — Tag builds now continue through GitHub release creation when Open VSX is temporarily read-only instead of aborting after the Open VSX publish step.

Fixed

  • One-time task updates — Saving an unchanged one-time task no longer restarts its countdown from the beginning; existing nextRun timing is preserved unless the timer settings actually change.
  • VSIX packaging hygiene — Scratch logs and temp scripts are excluded from packaged releases, and packaging now fails fast if they leak back into the archive.

Copilot Cockpit v2.1.23

Choose a tag to compare

@github-actions github-actions released this 29 May 15:13

Changed

  • One-time task editor — Editing an active one-time task now shows the remaining countdown instead of the original full delay, so the form reflects the real in-flight timer.
  • Release resilience — Tag builds now continue through GitHub release creation when Open VSX is temporarily read-only instead of aborting after the Open VSX publish step.

Fixed

  • One-time task updates — Saving an unchanged one-time task no longer restarts its countdown from the beginning; existing nextRun timing is preserved unless the timer settings actually change.
  • VSIX packaging hygiene — Scratch logs and temp scripts are excluded from packaged releases, and packaging now fails fast if they leak back into the archive.

Copilot Cockpit v2.1.22

Choose a tag to compare

@goodguy1963 goodguy1963 released this 29 May 14:56

Changed

  • MCP setup guidance — Help-tab onboarding now treats the third-party MCP prompt as optional follow-up work so the main workspace setup can complete independently.
  • MCP server naming — Workspace MCP configs, starter-agent tool grants, and setup guidance now use the clearer server key copilot_cockpit while preserving existing scheduler/cockpit tool-family wording where appropriate.
  • Private-file ignore coverage — Automatic ignore handling now protects additional local-only .vscode state and generated .github artifacts without sweeping up shipped starter-agent content.

Fixed

  • Stale extension windows — After an update, unreloaded VS Code windows now keep hydrating tasks and cockpit board state from authoritative SQLite while still suppressing stale writes until reload.
  • Starter-agent setup metadata — Bundled agent and knowledge surfaces now stay aligned with the MCP rename and current onboarding flow.

Copilot Cockpit v2.1.21

Choose a tag to compare

@github-actions github-actions released this 18 May 17:54

Added

  • Threaded comment modal — Full-screen comment preview now includes up/down navigation, a position indicator ("3 / 8"), and an inline reply composer that stays synced with the side editor draft.
  • Review defaults recommendations — The Settings tab tracks current vs. recommended review prompt templates separately, with a status pill and "Use recommended" button for each prompt field.
  • Read-only archived state — Archived todos show a disabled composer and a clear read-only indicator in both the side editor and the full-screen modal.
  • Cockpit board modal sync — After a reply is posted from the modal, the board refresh moves the modal to the latest comment automatically.
  • Shared comment draft — The editor and modal reply composer share the same draft value, so switching between views or navigating comments preserves unsaved input.

Changed

  • Approval modesApprovalBootstrapMode expanded to include "default", "auto-approve", and "autopilot". Native chat permissions now map directly to VS Code configuration.
  • GitHub integration — Experimental notice added to the GitHub integration tab in the webview.
  • ESLint guard — Disabled @typescript-eslint/no-unused-vars across test suites to reduce noise on test helpers.

Fixed

  • Comment modal architecture — The modal now opens by (todoId, commentIndex) instead of a raw comment object, enabling stable navigation and future-proof thread support.
  • Draft persistence — Navigating between comments in the modal no longer clears the reply draft.
  • Source-shape tests — Updated cockpitWebview.test.ts expectations to match the new threaded modal helpers and shared submit flow.

Removed

  • Safe-staging workflow — Removed the experimental safe-staging.yml GitHub Actions workflow.

Copilot Cockpit v2.1.20

Choose a tag to compare

@goodguy1963 goodguy1963 released this 16 May 08:04
  • Fix: Create Todo race condition -- board now refreshes immediately after todo creation
  • Open VSX Registry publish now included in release workflow

Copilot Cockpit v2.1.16

Choose a tag to compare

@github-actions github-actions released this 15 May 09:24

Added

  • Threaded comment modal — Full-screen comment preview now includes up/down navigation, a position indicator ("3 / 8"), and an inline reply composer that stays synced with the side editor draft.
  • Review defaults recommendations — The Settings tab tracks current vs. recommended review prompt templates separately, with a status pill and "Use recommended" button for each prompt field.
  • Read-only archived state — Archived todos show a disabled composer and a clear read-only indicator in both the side editor and the full-screen modal.
  • Cockpit board modal sync — After a reply is posted from the modal, the board refresh moves the modal to the latest comment automatically.
  • Shared comment draft — The editor and modal reply composer share the same draft value, so switching between views or navigating comments preserves unsaved input.

Changed

  • Approval modesApprovalBootstrapMode expanded to include "default", "auto-approve", and "autopilot". Native chat permissions now map directly to VS Code configuration.
  • GitHub integration — Experimental notice added to the GitHub integration tab in the webview.
  • ESLint guard — Disabled @typescript-eslint/no-unused-vars across test suites to reduce noise on test helpers.

Fixed

  • Comment modal architecture — The modal now opens by (todoId, commentIndex) instead of a raw comment object, enabling stable navigation and future-proof thread support.
  • Draft persistence — Navigating between comments in the modal no longer clears the reply draft.
  • Source-shape tests — Updated cockpitWebview.test.ts expectations to match the new threaded modal helpers and shared submit flow.

Removed

  • Safe-staging workflow — Removed the experimental safe-staging.yml GitHub Actions workflow.

Copilot Cockpit v2.1.4

Choose a tag to compare

@github-actions github-actions released this 05 May 19:30

Added

  • Threaded comment modal — Full-screen comment preview now includes up/down navigation, a position indicator ("3 / 8"), and an inline reply composer that stays synced with the side editor draft.
  • Review defaults recommendations — The Settings tab tracks current vs. recommended review prompt templates separately, with a status pill and "Use recommended" button for each prompt field.
  • Read-only archived state — Archived todos show a disabled composer and a clear read-only indicator in both the side editor and the full-screen modal.
  • Cockpit board modal sync — After a reply is posted from the modal, the board refresh moves the modal to the latest comment automatically.
  • Shared comment draft — The editor and modal reply composer share the same draft value, so switching between views or navigating comments preserves unsaved input.

Changed

  • Approval modesApprovalBootstrapMode expanded to include "default", "auto-approve", and "autopilot". Native chat permissions now map directly to VS Code configuration.
  • GitHub integration — Experimental notice added to the GitHub integration tab in the webview.
  • ESLint guard — Disabled @typescript-eslint/no-unused-vars across test suites to reduce noise on test helpers.

Fixed

  • Comment modal architecture — The modal now opens by (todoId, commentIndex) instead of a raw comment object, enabling stable navigation and future-proof thread support.
  • Draft persistence — Navigating between comments in the modal no longer clears the reply draft.
  • Source-shape tests — Updated cockpitWebview.test.ts expectations to match the new threaded modal helpers and shared submit flow.

Removed

  • Safe-staging workflow — Removed the experimental safe-staging.yml GitHub Actions workflow.