-
Notifications
You must be signed in to change notification settings - Fork 0
🧠 Implement expandable reasoning system with enhanced UI and agent capabilities #39
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
Merged
Conversation
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
… and final selection phases
…e context extraction in agent loop
…gration This commit refactors the agent_loop in codetide/agents/tide/ui/app.py by removing the loading message display, replacing direct STREAM_START_TOKEN checks with a more general SPECIAL_TOKENS filter, and integrating a new ReasoningExplorer custom element with enhanced marker configurations for reasoning steps, summaries, and identifier tracking. It also imports and uses ROUND_FINISHED token for stream completion handling, cleans up commented-out ticket UI code, and adjusts stream processing logic to better support reasoning step updates and UI synchronization.
… stream processing
…nd flexible content handling
…s in agent; update candidate gathering and final selection prompts for clarity and formatting
…ng, and deeper analysis toggle
… add action_id tracking
…zation This commit introduces async_extract_words_from_text method with non-blocking chunked processing, adds lazy sorting with sort/async_sort methods, and optimizes performance for large word lists
…ch validation and async autocomplete extraction
… in ReasoningExplorer
…te prefill and code context
to prevent blocking on large word lists
This commit introduces mapped_words parameter to AutoComplete class enabling filename mapping during exact match extraction in both sync and async methods
to test patch application without final check that breaks isolated additions
…ingExplorer component
…mponents and two-phase identifier resolution
… with structured search query handling
… style and clarity
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.
📝 Summary
This pull request introduces a comprehensive expandable reasoning system that enhances the agent's ability to process and display reasoning steps, improves identifier resolution through smart code search, and provides an interactive UI for exploring the reasoning process. The implementation includes two-phase identifier resolution, dynamic history expansion, and a polished ReasoningExplorer component with animated states and collapsible sections.
✨ Features
🐞 Bug Fixes
⚙️ Improvements
🧹 Refactoring
📚 Documentation
✅ Tests
🗒️ Notes