| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-21 | feat: add codebase exploration tools for agent assistance | A.J. Shulman | |
| Add three new agent tools to improve navigation and understanding of the codebase: FileContentTool: retrieves complete content of specified files (max 3) FileNamesTool: lists all available files in the codebase CodebaseSummarySearchTool: performs semantic search across file summaries | |||
| 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-12 | added mermaid guide | A.J. Shulman | |
| 2025-05-12 | Added example | A.J. Shulman | |
| 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-11 | Made it so chunk Ids are seperately managed and made sure the doc id is ↵ | A.J. Shulman | |
| sonsistent and not created in python spawn | |||
| 2025-05-11 | Merge branch 'master' into agent-web-working | A.J. Shulman | |
| 2025-05-10 | feat: changed web document to display screenshot | A.J. Shulman | |
| 2025-04-27 | new attempt with new citation unification | A.J. Shulman | |
| 2025-04-24 | attempt at linking docs but listing metadata doesn't work | A.J. Shulman | |
| 2025-04-24 | Linking docs now works with visible docs | A.J. Shulman | |
| 2025-04-23 | lots of typechecking fixes. | bobzel | |
| 2025-04-22 | improved document creation and limited context window | A.J. Shulman | |
| 2025-04-10 | Revert "adding edit and create at the same time" | A.J. Shulman | |
| This reverts commit 9de0e9844d5cbfbb385da34545006e617873b07a. | |||
| 2025-04-10 | adding edit and create at the same time | A.J. Shulman | |
| 2025-04-10 | getting rid of single field edits. | A.J. Shulman | |
| 2025-04-10 | trying again | A.J. Shulman | |
| 2025-04-04 | specifying note document and removing unnecessary tools | A.J. Shulman | |
| 2025-04-04 | feat: create and edit are unified | A.J. Shulman | |
| 2025-04-03 | better text editing? | A.J. Shulman | |
| 2025-04-03 | better editing of texts | A.J. Shulman | |
| 2025-04-03 | fix: handles dependent fields and boolean values | A.J. Shulman | |
| 2025-04-03 | attempt | A.J. Shulman | |
| 2025-03-05 | added:hover mode for images to make primary image fade in instead of alternate. | bobzel | |
| 2025-03-04 | fixed scrolling tabs in docking view. fixed createanydoc tool description array | bobzel | |
| 2025-02-26 | added typing to PostToServer calls. made smartDraw popup create images locally. | bobzel | |
| 2025-02-19 | more gptpopup cleanup. | bobzel | |
| 2025-02-14 | major restructure of GPTPopup so that it works with all collections. | bobzel | |
| 2025-02-11 | enabled multi-select modification of text documents from topBar buttons. ↵ | bobzel | |
| fixed diagram box layout and scrolling. fixed problem with createDoc tool where it would fail when it got an array. fixed formatting of chat box errors. | |||
| 2025-02-10 | reconciling createDocTool to be superset of createAnyDocTool | bobzel | |
| 2025-02-10 | updated from master | bobzel | |
| 2025-02-10 | more cleanup of createDoc and chatbox | bobzel | |
| 2025-02-10 | code cleanup in createDocumentTool. added childLayoutFitWidth to ↵ | bobzel | |
| comparisonBox so flashcards can fill window. | |||
| 2025-02-09 | trying to get assistant to create Docs properly | bobzel | |
| 2025-01-23 | Deleted dictionary tool | A.J. Shulman | |
| 2025-01-23 | added commenting | A.J. Shulman | |
| 2025-01-21 | more attempts to cleanup typing, etc in chat box | bobzel | |
| 2025-01-21 | Merge branch 'master' into alyssa-agent | bobzel | |
| 2025-01-13 | commit createdocumenttool | alyssaf16 | |
| 2024-12-20 | working new tool | A.J. Shulman | |
| 2024-12-19 | image generation works better | A.J. Shulman | |
| 2024-12-18 | image creation works but is weird | A.J. Shulman | |
| 2024-12-18 | trying new image generation plus new implementaion of video and audio | A.J. Shulman | |
| 2024-12-18 | better | A.J. Shulman | |
| 2024-11-13 | dashboard functioning | alyssaf16 | |
| 2024-11-13 | 4 hours later...dashboard i think working | alyssaf16 | |
| 2024-11-12 | image doc working | alyssaf16 | |
| 2024-11-12 | comparison box with assistant working | alyssaf16 | |
| 2024-11-12 | flashcards w assistant finally workgit add -A | alyssaf16 | |
| 2024-11-07 | making it work even better | A.J. Shulman | |
