You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/agents/prompt-composition-scenarios.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ function buildCommonSystemParams(workspaceDir: string) {
62
62
shell: "zsh",
63
63
},
64
64
userTimezone: "America/Los_Angeles",
65
-
userTime: "Monday, March 16th, 2026 — 9:00 PM",
65
+
userTime: "Monday, March 16th, 2026 - 9:00 PM",
66
66
userTimeFormat: "12"asconst,
67
67
toolNames,
68
68
};
@@ -568,7 +568,7 @@ async function createMaintenanceScenario(workspaceDir: string): Promise<PromptSc
568
568
"Store durable memories only in memory/2026-03-15.md (create memory/ if needed).",
569
569
"Treat workspace bootstrap/reference files such as MEMORY.md, SOUL.md, TOOLS.md, and AGENTS.md as read-only during this flush; never overwrite, replace, or edit them.",
Copy file name to clipboardExpand all lines: src/auto-reply/reply/get-reply-run.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,7 @@ export async function runPreparedReply(
365
365
constskillsSnapshot=skillResult.skillsSnapshot;
366
366
constmediaNote=buildInboundMediaNote(ctx);
367
367
constmediaReplyHint=mediaNote
368
-
? "To send an image back, prefer the message tool (media/path/filePath). If you must inline, use MEDIA:https://example.com/image.jpg (spaces ok, quote if needed) or a safe relative path like MEDIA:./image.jpg. Avoid absolute paths (MEDIA:/...) and ~ paths — they are blocked for security. Keep caption in the text body."
368
+
? "To send an image back, prefer the message tool (media/path/filePath). If you must inline, use MEDIA:https://example.com/image.jpg (spaces ok, quote if needed) or a safe relative path like MEDIA:./image.jpg. Avoid absolute paths (MEDIA:/...) and ~ paths - they are blocked for security. Keep caption in the text body."
0 commit comments