Skip to content

Commit 5fb368b

Browse files
committed
fix: enforce verbatim output in /codetime slash command template
1 parent cf42c7c commit 5fb368b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export const plugin: Plugin = async (ctx) => {
380380
'- If no arguments (empty/blank), call `codetime` with `project: "current"` to show current project time.\n' +
381381
"- If the argument is `breakdown`, call `codetime` with `breakdown: true` to show all projects.\n" +
382382
"- Otherwise, call `codetime` with `project` set to the argument value to show that specific project's time.\n\n" +
383-
"Return the output verbatim. Do not call other tools.",
383+
"IMPORTANT: Return ONLY the exact output from the codetime tool, with absolutely no additional text, formatting, markdown, explanation, or commentary before or after it. Do not wrap it in code blocks. Do not add any other text.",
384384
};
385385
},
386386

0 commit comments

Comments
 (0)