mirror of
https://github.com/cline/cline.git
synced 2026-08-31 01:40:46 +08:00
d5748b2939
* fix: remove stale Double-Check Completion feature tip The rotating feature tips still told users to enable "Double-Check Completion" in settings, but that toggle was removed in the new UI — the Features section now offers Auto Compact, Feature Tips, Background Edit, Checkpoints, Worktrees and Hooks. Following the tip sent users searching the settings panel for something that isn't there. Drop the tip. The remaining ten were checked against the current UI and all still hold, including the "Settings → Features → Feature Tips" path. * chore: remove dead CLI settings e2e page object and orphaned test `page-objects/settings.ts` asserted the CLI settings Features tab shows "Double-check completion" — the same removed setting behind the stale feature tip. Nothing in the live tui-test suite (apps/cli/src/tests) imported it; only chat.ts and auth.ts page objects are in use. Its one importer, apps/vscode/tests/e2e/cli/interactive.test.ts, is a leftover from the pre-2026-06-02 SDK migration squash: all three of its imports resolve to files that don't exist, there's no tui-test config in that tree, and no npm script runs it. It cannot execute.