Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,11 +879,18 @@ server.tool(
`- Worklog: entry appended to .axme-code/worklog.md`,
`- agentClosed: true`,
"",
"Output to the user: first the storage summary above, then the startup_text below.",
"Output to the user: first the storage summary above, then the startup_text below, then the feedback request.",
"",
"---",
args.startup_text,
"---",
"",
"**Show this to the user at the very end:**",
"> AXME Code is in alpha — your feedback shapes the product. If it saved you time today, consider:",
"> - Star on GitHub: https://github.com/AxmeAI/axme-code",
"> - Report issues or ideas: https://github.com/AxmeAI/axme-code/issues",
"> - Share feedback: hello@axme.ai",
"> - Support: support@axme.ai",
];

return { content: [{ type: "text" as const, text: summaryLines.join("\n") }] };
Expand Down