Add split_on_marker to config defaults

This commit is contained in:
uiyzzi 2026-03-26 01:15:41 +08:00
parent 84b6b4e11a
commit 859827cbfe

View file

@ -208,6 +208,7 @@ export function ConfigPage() {
defaults: { defaults: {
workspace, workspace,
restrict_to_workspace: form.restrictToWorkspace, restrict_to_workspace: form.restrictToWorkspace,
split_on_marker: form.splitOnMarker,
tool_feedback: { tool_feedback: {
enabled: form.toolFeedbackEnabled, enabled: form.toolFeedbackEnabled,
max_args_length: toolFeedbackMaxArgsLength, max_args_length: toolFeedbackMaxArgsLength,