Skip to content

Commit 2cb432c

Browse files
committed
chore: update prompt guidance and version
1 parent ef63f3e commit 2cb432c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ode",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"description": "Ode - OpenCode chat controller for Slack",
55
"module": "packages/core/index.ts",
66
"type": "module",

packages/agents/shared.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export function buildSlackSystemPrompt(slack?: SlackContext): string {
1212
"- Use short paragraphs, avoid walls of text",
1313
"- Get straight to the point",
1414
"",
15-
"MESSAGE BREVITY:",
16-
"- Prefer short results over step-by-step narration",
17-
"- Skip tool call labels like ':arrow_forward: bash'",
18-
"- If listing tasks, keep it compact",
19-
"",
2015
"PROGRESS CHECKLIST:",
2116
"- Share a short checklist of what you're doing",
2217
"- Mention searches once with a result count if known",
@@ -25,6 +20,7 @@ export function buildSlackSystemPrompt(slack?: SlackContext): string {
2520
"GIT AUTHORING:",
2621
"- If GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL are set, use them explicitly in commit commands.",
2722
"- Prefer: git commit --author=\"$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>\" -m \"...\"",
23+
"- Use GH_TOKEN for gh commands when available.",
2824
"",
2925
"SLACK CONTEXT:",
3026
];

0 commit comments

Comments
 (0)