Skip to content

Conversation

@bokelley
Copy link
Contributor

Summary

  • Fixed Addie saying "click the link above" without actually including the GitHub link
  • Made prompt instruction more explicit about copying tool output verbatim
  • Added HTML comment instruction in tool output as additional guidance for the LLM

Problem

When users asked Addie to create a GitHub issue, it would call draft_github_issue which returns a properly formatted message with a clickable link. However, Addie was paraphrasing and saying "Click the link above to create it" without actually including the link in the response. Users can't see tool outputs directly - they only see what Addie writes.

Test plan

  • Deploy to production
  • Ask Addie to create a GitHub issue
  • Verify the response includes the actual clickable link

🤖 Generated with Claude Code

bokelley and others added 4 commits December 31, 2025 09:49
Addie was saying "click the link above" without actually including the
link from the draft_github_issue tool output. Users can't see tool
outputs directly - only what Addie writes in the response.

- Made prompt instruction more explicit about copying tool output verbatim
- Added HTML comment instruction in tool output as additional guidance

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Addie now receives channel info (name, description/purpose, topic) when
users interact via Slack Assistant or @mentions. This helps Addie
understand the context of where the conversation is happening.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Extract duplicate channel info fetching into buildChannelContext helper
- Remove HTML comment instruction from draft_github_issue tool output
  (prompt in prompts.ts already provides explicit instructions)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit b1bb19c into main Dec 31, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants