mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
This reverts commit d66a6f6124.
This commit is contained in:
@@ -57,7 +57,6 @@ import {
|
||||
resolveSystemPromptSections,
|
||||
} from './systemPromptSections.js'
|
||||
import { SLEEP_TOOL_NAME } from '@claude-code-best/builtin-tools/tools/SleepTool/prompt.js'
|
||||
import { getGoalContinuationPrompt } from '../services/goal/goalState.js'
|
||||
import { TICK_TAG } from './xml.js'
|
||||
import { logForDebugging } from '../utils/debug.js'
|
||||
import { loadMemoryPrompt } from '../memdir/memdir.js'
|
||||
@@ -506,11 +505,6 @@ ${CYBER_RISK_INSTRUCTION}`,
|
||||
...(feature('KAIROS') || feature('KAIROS_BRIEF')
|
||||
? [systemPromptSection('brief', () => getBriefSection())]
|
||||
: []),
|
||||
DANGEROUS_uncachedSystemPromptSection(
|
||||
'goal_continuation',
|
||||
() => getGoalContinuationPrompt(),
|
||||
'Goal state changes between turns',
|
||||
),
|
||||
]
|
||||
|
||||
const resolvedDynamicSections =
|
||||
|
||||
Reference in New Issue
Block a user