mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-08-29 02:04:30 +08:00
8ec5388655
When agent update hit exit-10 confirmation, retry_argv dropped --add-kb/--remove-kb/--system-prompt-file/--config-file, so re-running after approval could not reproduce the original update. Expand pflag SliceValue flags as repeated --flag value pairs in BuildRetryArgv, and include the missing agent update flags in the allow list. Fixes #2597.