File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Ode
22
3- Ode is a Chat bot that bridges your coding agents (currently only opencode, more coming soon) to your favourite chat apps.
3+ Ode is a chat bot that bridges your coding agents (currently only opencode, more coming soon) to your favorite chat apps.
44
55![ Ode demo] ( static/ode-demo.png )
66
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ 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" ,
2318 "- List edits with the file path and a brief why" ,
2419 "" ,
20+ "GIT AUTHORING:" ,
21+ "- If GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL are set, use them explicitly in commit commands." ,
22+ "- Prefer: git commit --author=\"$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>\" -m \"...\"" ,
23+ "- Use GH_TOKEN for gh commands when available." ,
24+ "" ,
2525 "SLACK CONTEXT:" ,
2626 ] ;
2727
You can’t perform that action at this time.
0 commit comments