Refactor FormattingService and SearchManager for table-based output

- Updated FormattingService to format search results as tables, including methods for formatting observations, sessions, and user prompts.
- Removed JSON format handling from SearchManager and streamlined result formatting to consistently use table format.
- Enhanced readability and consistency in search tips and formatting logic.
- Introduced token estimation for observations and improved time formatting.
This commit is contained in:
Alex Newman
2025-12-14 19:48:53 -05:00
parent b45e8b2a29
commit 2ec72f948d
3 changed files with 217 additions and 508 deletions
File diff suppressed because one or more lines are too long