Skip to content

Conversation

@phrocker
Copy link
Contributor

@phrocker phrocker commented Jan 6, 2026

No description provided.

phrocker and others added 6 commits January 4, 2026 09:26
…n (#282)

* Initial plan

* Add tooltip controller with DTOs, service, and tests

- Created TooltipController with /describe and /chat endpoints
- Added DTOs for tooltip requests and responses
- Implemented TooltipService for AI-powered tooltips
- Added CodebaseIndexingService for indexing docs and code
- Created comprehensive unit tests
- All tests passing

Co-authored-by: phrocker <[email protected]>

* Add admin indexing endpoint and comprehensive documentation

- Added /admin/index endpoint for manual codebase indexing
- Added permission check for admin-only indexing trigger
- Created comprehensive TOOLTIP_SYSTEM.md documentation
- Documented API endpoints, configuration, architecture, and usage
- Included troubleshooting guide and future enhancements

Co-authored-by: phrocker <[email protected]>

* Fix TooltipControllerTest to include CodebaseIndexingService mock

- Added missing CodebaseIndexingService mock in test setup
- Updated constructor call with all 5 required parameters
- All 7 tests passing successfully

Co-authored-by: phrocker <[email protected]>

* Address code review feedback

- Made LLM model configurable via application properties
- Added comprehensive documentation for deprecated method usage
- Improved glob pattern matching documentation
- Fixed Lombok annotation imports to use short form
- Updated documentation with new configuration option

Co-authored-by: phrocker <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: phrocker <[email protected]>
…UI search (#284)

* Initial plan

* Fix private memory storage and retrieval with null userId

Co-authored-by: phrocker <[email protected]>

* Fix potential NPE when both markings and userId are null

Co-authored-by: phrocker <[email protected]>

* Enable PRIVATE memory search from UI by passing agentId to hybridSearch

Co-authored-by: phrocker <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: phrocker <[email protected]>
@phrocker phrocker merged commit 9752f71 into main Jan 7, 2026
10 checks passed
@phrocker phrocker deleted the agents_2x2 branch January 7, 2026 01:21
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