Commit graph

7 commits

Author SHA1 Message Date
JamesTheGiblet
2b775903a6 feat: add session title management and rename functionality in the BuddAI interface 2025-12-29 13:43:37 +00:00
JamesTheGiblet
da3530774b Add comprehensive test suite for BuddAI v3.1
- Implemented tests for database initialization, SQL injection prevention, auto-learning pattern extraction, module detection, complexity detection, LRU cache performance, session export, actionable suggestions, repository indexing, search query safety, and context window management.
- Utilized SQLite for database operations and temporary directories for test isolation.
- Included detailed output for test results with color-coded pass/fail indicators.
2025-12-29 13:38:31 +00:00
JamesTheGiblet
406d848203 feat: add initial implementation of BuddAI web interface with chat functionality, file upload, and theme toggle 2025-12-28 17:25:03 +00:00
JamesTheGiblet
ba814f0559 feat: Upgrade to BuddAI v3.0 with server capabilities and new frontend interface 2025-12-28 16:59:16 +00:00
JamesTheGiblet
3747bf5091 feat: Introduce BuddAI v3.0 with enhanced modular building and proactive suggestion engine
- Added ShadowSuggestionEngine for proactive module suggestions based on user history.
- Implemented style signature scanning to extract coding preferences from indexed repositories.
- Enhanced chat functionality to include search queries for repository functions.
- Updated database schema to include style preferences.
- Improved modular build execution with Forge Theory integration.
- Added proactive suggestion bar to responses based on user input and generated code.
- Refined code generation to align with user-specific naming conventions and safety patterns.
- Introduced commands for scanning style signatures and improved help documentation.
2025-12-28 16:29:06 +00:00
James The Giblet
fe928a5df4 Update print statement from 'Hello' to 'Goodbye' 2025-12-27 11:48:03 +00:00
James The Giblet
fbea56b68e Initial commit 2025-12-27 11:46:01 +00:00