mirror of
https://github.com/cline/cline.git
synced 2026-09-13 18:10:14 +08:00
- Remove porting scree: docs/sdk-model-catalog/* planning docs, TODO-resume-session.md, and stale doc references in code/comments. - Rewrite before/after narrative comments in the 'eternal now' style; drop transient 'Step N'/'Phase N' labels. - Remove leftover [HistoryPerf] diagnostic logging and a dead try/catch rethrow; minor readability/naming. - Restore .clinerules/network.md (still relevant) and update sdk-migration.md to drop dangling references. - Fix latent circular-init TDZ in openai-codex-models (lazy catalog build). - toggleRemoteConfigSetting no longer returns a never-resolving promise. - Move vitest config into apps/vscode and rename script test:sdk -> test:vitest; wire it into CI. - Repair/reimplement the SDK-adapter vitest suites (auth-service, provider-migration, sdk-task-history) to match current behavior; all 432 tests pass.