Files
cline/apps/vscode
Cline Agent 8701da8d9e chore(vscode): remove unused debug harness and MCP OAuth test server
Delete the HTTP-controlled debug harness (src/dev/debug-harness/) and the
local MCP OAuth fixture server (src/dev/mcp-oauth-test-server/) plus its
package.json script. Neither is referenced by the extension bundle (esbuild
excludes src/dev/), by tests, by tsconfig, or by CI — verified there are zero
imports of either module anywhere in the codebase.

The only touchpoints are env-var-gated runtime hooks in src/utils/env.ts
(CLINE_CAPTURE_BROWSER / CLINE_DEBUG_HARNESS_PORT) and src/extension.ts
(globalThis.__clineHandleUri, registered only when CLINE_CAPTURE_BROWSER is
set). These are pure process.env reads with no import of the harness code and
self-disable in production, so they are left intact for local testing.

This lessens the SDK-migration review burden by ~3.1K lines of dev-only
tooling. The harnesses can be restored locally from history as needed.
2026-06-21 22:04:27 -04:00
..
2026-05-25 21:35:59 +02:00
2026-06-19 10:13:55 -07:00
2026-06-19 13:17:47 -07:00
2026-05-25 21:35:59 +02:00
2026-06-19 10:13:56 -07:00
2026-05-25 21:35:59 +02:00
2026-06-18 22:21:42 -04:00
2026-06-03 18:58:27 +02:00
2026-05-25 21:35:59 +02:00
2026-05-25 21:35:59 +02:00
2026-06-20 11:34:56 -03:00