Skip to content

v1.0.0 - Basic recommended

Choose a tag to compare

@Mieruko Mieruko released this 13 Sep 17:10
· 4 commits to main since this release

v1.0.0 — Basic first

Released: 2026-09-14.

The first versioned release of MCP Plugins With ChatGPT Web brings project editing, review, approvals, persistent task context and optional parallel work into a local Workbench.

Recommended setup

Basic is the recommended experience for everyday coding. New projects use it by default. It offers the complete coding tool registry, a persistent project task, grouped changes, review and Undo/Redo. Advanced is available for multiple tasks, managed worktrees, preview runtimes and the integration queue.

Experience, permissions and tool profiles are separate settings. Basic does not mean read-only; Full does not automatically enable machine scope.

Included in v1

  • Basic/Advanced experiences with one writer conversation per Basic project.
  • Session-bound workspaces and tasks, managed parallel branches, previews and local merge coordination.
  • Project-folder relocation and missing-folder detection that preserve task identity and recorded file history.
  • Batched inspection, cursor-based process output and a slim MCP tool profile.
  • Task handoffs available in slim; current-task summaries and bounded operation history.
  • Recent auto memory within UTF-8 byte and line budgets; project skills loaded on demand.
  • Optional conversational Ask/Auto/Full changes, enabled by the owner with WORKBENCH_REMOTE_POLICY_CONTROL=true.
  • Setup wizard, local browser authentication, OAuth and tunnel helpers.

Correctness fixes included

  • Workspace/task control requires Full with machine scope on the source task.
  • Retargeting retains writer ownership while managed processes or preview leases are active.
  • Approving an old handoff update detects a newer dashboard edit and preserves it.
  • Pending file contents and raw arguments are omitted from bounded MCP history.
  • Concurrent server instances cannot own the same Workbench state; crash recovery ignores claims belonging to dead processes.

Install or upgrade

Use Node.js 22 and Git. On Windows, PowerShell is also used by the included launchers.

git clone https://github.com/Mieruko/MCP_Plugins_With_ChatGPTWeb.git
cd MCP_Plugins_With_ChatGPTWeb
git checkout v1.0.0
npm ci
npm start

For an existing installation, stop its server, preserve .env and back up the configured WORKBENCH_PATH before updating the checkout. Do not discard local source changes. Run npm ci and npm run build, then start the server and refresh the connector's tool definitions.

Saved workspace experiences are retained; legacy workspaces without an experience value migrate to Advanced. Select Basic · Recommended in the experience dialog if you want the simpler workflow. Use a separate WORKBENCH_PATH for each concurrently running installation.

Boundaries

Release checks passed: npm test, npm run test:integration, and node scripts/run-all-tests.mjs --readiness-only. These include real local HTTP/MCP dispatch, two-session writer control, permission switching, stale handoff approvals, bounded history, state ownership and upstream proxy calls.

  • Workbench Full controls this server's approvals. It cannot disable independent client/connector review.
  • File Undo does not restore database, shell, Git remote or other external effects; handoff and permission metadata are not file Undo operations.
  • Machine-scope processes use the server account's access. Docker sandboxing is optional and requires a locally available configured image.
  • Session coordination covers Workbench-managed operations; external editors and detached processes remain outside those guarantees.
  • Local HTTP/MCP tests exercise the release behavior. They do not certify every hosted ChatGPT connector or phone/browser configuration.

See the README for setup and experience documentation for coordination behavior.