Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: implement thinking token support #1155

Merged
merged 18 commits into from
Mar 4, 2025
Merged

FEATURE: implement thinking token support #1155

merged 18 commits into from
Mar 4, 2025

Conversation

SamSaffron
Copy link
Member

@SamSaffron SamSaffron commented Feb 27, 2025

This PR adds support for "thinking tokens" - a feature that exposes the model's reasoning process before providing the final response. Key improvements include:

  • Add a new Thinking class to handle thinking content from LLMs
  • Modify endpoints (Claude, AWS Bedrock) to handle thinking output
  • Update AI bot to display thinking in collapsible details section
  • Fix SEARCH/REPLACE blocks to support empty replacement strings
  • Allow configurable temperature in triage and report automations
  • Various bug fixes and improvements to diff parsing

@SamSaffron SamSaffron changed the title stuff FEATURE: implement thinking token support Feb 27, 2025
@SamSaffron SamSaffron marked this pull request as ready for review March 3, 2025 06:34
@SamSaffron SamSaffron merged commit f6eedf3 into main Mar 4, 2025
6 checks passed
@SamSaffron SamSaffron deleted the stuff branch March 4, 2025 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants