feat: remove prompt completion feature (#1076)

This commit is contained in:
tanzhenxin 2025-11-20 14:36:51 +08:00 committed by GitHub
parent e1e7a0d606
commit 07069f00d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 99 additions and 665 deletions

View file

@ -789,7 +789,6 @@ export async function loadCliConfig(
useBuiltinRipgrep: settings.tools?.useBuiltinRipgrep,
shouldUseNodePtyShell: settings.tools?.shell?.enableInteractiveShell,
skipNextSpeakerCheck: settings.model?.skipNextSpeakerCheck,
enablePromptCompletion: settings.general?.enablePromptCompletion ?? false,
skipLoopDetection: settings.model?.skipLoopDetection ?? false,
skipStartupContext: settings.model?.skipStartupContext ?? false,
vlmSwitchMode,