| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-03 | fixed creating docs with ai tool to allow options to be specified. | bobzel | |
| 2025-07-03 | minor image edit | sharkiecodes | |
| 2025-07-03 | Completed Tag/Sort Tools | sharkiecodes | |
| 2025-07-02 | Implementing replacement of GPTPopup | sharkiecodes | |
| 2025-07-01 | Merge branch 'agent-paper-main' into lanyi-expanded-agent-paper-main | sharkiecodes | |
| 2025-07-01 | fixing sorting tagging tools | sharkiecodes | |
| 2025-07-01 | reverted chat send to use dash component Button, and dictation to use ↵ | bobzel | |
| Toggle. Reverted Dropdown to use trigger of CLICK (hover doesn't work well). got rid of currentuserutil button references in infoUI & replaced with info-specific button descriptions. fixed up a bunch of lint/typing errors | |||
| 2025-07-01 | creating sorting and tagging tools for agent | sharkiecodes | |
| 2025-07-01 | Adding Tagging and Sorting tools | sharkiecodes | |
| 2025-06-26 | Merge branch 'agent-paper-main' of https://github.com/brown-dash/Dash-Web ↵ | Joanne | |
| into joanne-tutorialagent | |||
| 2025-06-26 | from last | bobzel | |
| 2025-06-26 | Merge branch 'master' into agent-paper-main | bobzel | |
| 2025-06-24 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Joanne | |
| joanne-tutorialagent | |||
| 2025-06-23 | fixed invalidations to not trigger creating new refs when ref= was assigned ↵ | bobzel | |
| to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls. | |||
| 2025-06-22 | successfully merged documentationtext functionality with new version of ↵ | Joanne | |
| agent, however still minor issues with the agent not selecting the proper tool for documentation generation without the additional context from the topbar | |||
| 2025-06-20 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Joanne | |
| joanne-tutorialagent | |||
| 2025-06-17 | Merge branch 'agent-paper-main' of https://github.com/brown-dash/Dash-Web ↵ | Joanne | |
| into joanne-tutorialagent | |||
| 2025-06-13 | updated css and project to HTML5 standards. fixed border rounding for images. | bobzel | |
| 2025-06-11 | improved agent tool generation | A.J. Shulman | |
| 2025-05-27 | feat: implement dynamic tool creation with deferred webpack rebuild and AI ↵ | A.J. Shulman | |
| integration Added runtime tool registry to Agent.ts for dynamic tool lookup Implemented CreateNewTool agent tool for AI-driven code analysis and tool generation Enabled deferred saving to avoid interrupting AI workflows with immediate rebuilds Introduced user-controlled modal for confirming tool installation and page reload Added REST API and secure server-side persistence for dynamic tools Built TypeScript validation, transpilation, and sandboxed execution for safe tool handling UI enhancements: modal with blur, responsive design, clear messaging Ensured compatibility with Webpack using dynamic require() calls Full error handling, code validation, and secure storage on client and server sides | |||
| 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 tutorial tool, still need to integrate with metadatatool | Joanne | |
| 2025-05-12 | added tutorial tool, still need to integrate with metadatatool | Joanne | |
| 2025-05-12 | added mermaid guide | A.J. Shulman | |
| 2025-05-12 | even better | A.J. Shulman | |
| 2025-05-12 | workign better | A.J. Shulman | |
| 2025-05-12 | Added example | A.J. Shulman | |
| 2025-05-11 | cleaned up unused functions and also made available documents area json. | A.J. Shulman | |
| 2025-05-11 | Made sure if there was no chunk in a document, that it would still revert ↵ | A.J. Shulman | |
| back to using the chunkid as a documentID | |||
| 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 | feat: improved text from document popup | A.J. Shulman | |
| 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 | old screenshot? | A.J. Shulman | |
| 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-05-09 | fix: making sure the assitant docuemnt manager persists | A.J. Shulman | |
| 2025-05-08 | improve: enhance ChatBox UI with consistent styling and better accessibility | A.J. Shulman | |
| • Fixed dictation button styling to match send button dimensions and colors • Created dedicated DictationButton.scss for better button styling • Removed vertical movement animations from all buttons for a more stable UI • Fixed empty space issue below the "Show Agent Thoughts/Actions" button • Implemented consistent hover effects across all interactive elements • Ensured font size scaling works for agent thoughts/actions content • Used Dash blue colors (#487af0, #3b6cd7) for consistent branding • Improved microphone button state visualization with pulse animation | |||
| 2025-05-08 | fix: fixed getDocumentMetadata to actually work correctly for getting all ↵ | A.J. Shulman | |
| documents. | |||
| 2025-05-05 | Merge branch 'master' into joanne-tutorialagent | bobzel | |
| 2025-04-27 | improved consistency across doc types and parsing | A.J. Shulman | |
| 2025-04-27 | a bit more consistent | 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 | basic implementation of tutorial tool, still need formatting | Joanne | |
| 2025-04-22 | improved document creation and limited context window | A.J. Shulman | |
| 2025-04-21 | feat & fix: citations now scroll to correct page and using OpenAI 4o with ↵ | A.J. Shulman | |
| structured outputs | |||
| 2025-04-21 | improved error handling in agent | A.J. Shulman | |
