chore: remove system-append flag (#1280)

This commit is contained in:
Devansh Jain
2026-03-05 15:37:31 -08:00
committed by GitHub
parent 6540a38f82
commit 6a65ff5008
5 changed files with 16 additions and 12 deletions

View File

@@ -387,7 +387,6 @@ export async function handleHeadlessCommand(
const forceNew = values["new-agent"];
const systemPromptPreset = values.system;
const systemCustom = values["system-custom"];
const systemAppend = values["system-append"];
const embeddingModel = values.embedding;
const memoryBlocksJson = values["memory-blocks"];
const blockValueArgs = values["block-value"];
@@ -804,7 +803,6 @@ export async function handleHeadlessCommand(
parallelToolCalls: true,
systemPromptPreset,
systemPromptCustom: systemCustom,
systemPromptAppend: systemAppend,
memoryPromptMode: requestedMemoryPromptMode,
initBlocks,
baseTools,