mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 19:44:30 +00:00
Agent: unify bootstrap truncation warning handling (#32769)
Merged via squash.
Prepared head SHA: 5d6d4ddfa6
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
committed by
GitHub
parent
3ad3a90db3
commit
e4b4486a96
@@ -328,6 +328,15 @@ export type SessionSystemPromptReport = {
|
||||
workspaceDir?: string;
|
||||
bootstrapMaxChars?: number;
|
||||
bootstrapTotalMaxChars?: number;
|
||||
bootstrapTruncation?: {
|
||||
warningMode?: "off" | "once" | "always";
|
||||
warningShown?: boolean;
|
||||
promptWarningSignature?: string;
|
||||
warningSignaturesSeen?: string[];
|
||||
truncatedFiles?: number;
|
||||
nearLimitFiles?: number;
|
||||
totalNearLimit?: boolean;
|
||||
};
|
||||
sandbox?: {
|
||||
mode?: string;
|
||||
sandboxed?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user