| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-21 | Added codebase search and retrieval to Vectorstore | A.J. Shulman | |
| Summary indexing: Added functionality to embed and index file summaries from file_summaries.json in Pinecone Vector search: Implemented semantic search to find the top 5 most relevant files for a query Content retrieval: Added method to fetch full file content from file_content.json API endpoints: /getFileSummaries - Retrieves all file summaries /getFileContent - Fetches file content by path /getRawFileContent - Returns content as plain text to avoid JSON parsing errors Error handling: Added comprehensive error handling and debugging throughout Initialization: Implemented proper async initialization sequence with verification Performance: Added streaming for large files to improve memory efficiency Testing: Added automated test queries to validate functionality | |||
| 2025-05-11 | chanegd everything to be more consistent | A.J. Shulman | |
| - made both web related tools use doc manager and chunk Ids | |||
| 2025-05-10 | feat: changed web document to display screenshot | A.J. Shulman | |
| 2025-04-24 | attempt at linking docs but listing metadata doesn't work | A.J. Shulman | |
| 2024-12-18 | better | A.J. Shulman | |
| 2024-10-20 | changed to generic addLinkedDoc | A.J. Shulman | |
| 2024-10-17 | Removed awaits inside loops and made Parameters readonly for better type safety | A.J. Shulman | |
| 2024-10-17 | Implemented strict typechecking for tools, specifically tool inputs | A.J. Shulman | |
| 2024-10-15 | tried something for typechecking but way too overcomplicated | A.J. Shulman | |
| 2024-09-30 | upate AJ assistant from master and fix some lint errors | bobzel | |
| 2024-09-07 | completely restructured, added comments, and significantly reduced the ↵ | A.J. Shulman | |
| length of the prompt (~72% shorter and cheaper) | |||
