Conversation
…mprovements ## Extended Thinking for Claude via Bedrock - Patch rig-bedrock to preserve Reasoning blocks with tool calls - The upstream rig-bedrock drops thinking content when tool calls are present - Enable Claude's extended thinking with 8K token budget - Display thinking in beautiful peach/coral themed UI before responses ## Conversation Compaction System - Add automatic context compaction when token count exceeds thresholds - Smart eviction strategy preserving tool call/result adjacency - Generate summaries of compacted turns for context continuity - Configurable thresholds via CompactionConfig ## Profile Management - Add /profile command for managing multiple API key configurations - Support for work/personal/project-specific profiles - Store OpenAI, Anthropic, and Bedrock credentials per profile - Switch profiles on-the-fly during chat sessions ## Terraform Tools - Add terraform_fmt tool for formatting .tf files - Add terraform_validate tool for configuration validation - Add terraform_install tool for automated Terraform installation ## UI/UX Improvements - Remove language headers from code blocks (cleaner output) - Add beautiful markdown rendering with syntax highlighting - Improve tool execution display with Claude Code style - Add thinking display section with warm peach colors ## Other Changes - Add test Dockerfiles for hadolint testing - Improve IDE client connection handling - Enhanced session management with better error recovery 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Alex793x
added a commit
that referenced
this pull request
Mar 28, 2026
feat(agent): add extended thinking, conversation compaction, and UI i…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…mprovements
Extended Thinking for Claude via Bedrock
Conversation Compaction System
Profile Management
Terraform Tools
UI/UX Improvements
Other Changes
🤖 Generated with Claude Code