aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-06-01a number of fixes to document creator to fix preview of templates and ↵bobzel
templates with images.
2025-05-30Merge branch 'master' into Template-Changesbobzel
2025-05-30fixed using empty images in templates to support assigning a new image and ↵bobzel
getting native dimensions right. fixed native dimensions of images within templates to not use native dims of template. fixed undo for text templates that don't have a text box. fixed image dropping on images that are empty (to assign the dropped image).
2025-05-30cNathan-SR
2025-05-30cNathan-SR
2025-05-30lintingNathan-SR
2025-05-30Merge branch 'master' into Template-ChangesNathan-SR
2025-05-30couple more component refactorsNathan-SR
2025-05-27canceling image outpaiting cancels outpaint ui from showing up now.bobzel
2025-05-27feat: 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-27fixed image rengerate to hide ui buttons first.bobzel
2025-05-27fixed resetting autoheight by dragging up to work when nativewidth's are ↵bobzel
set. fixed autoheight on text to work properly when native dims are set. fixed templates to support native witdths and heights.
2025-05-23fixes to rotation center to reset when not shownbobzel
2025-05-22presetssharkiecodes
2025-05-22regen of backgrounds adapts to outpainted sizesharkiecodes
2025-05-22reactive backgroundssharkiecodes
2025-05-22fixed regenerating a fireflyimage without a prompt change.bobzel
2025-05-22fixed flashcard ui flip/practice dropdowns.bobzel
2025-05-21feat: add codebase exploration tools for agent assistanceA.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-21Added codebase search and retrieval to VectorstoreA.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-20fixed creating list of headers in stacking view when it doesn't exist. ↵bobzel
start of making fields dropdown more reactive.
2025-05-19fixed text boxes to calculate height correctly. removed usertag ↵bobzel
modification time in text. fixed masonry and stacking views with pivots.
2025-05-19fix crash from last.bobzel
2025-05-16made pdf buttons maintain scren size.bobzel
2025-05-16changed isGroup to freeform_isGroup to fix issues with groups that are ↵bobzel
changed into other collection types. fixed toggleTarget links to work when opening in a light box (previously they flickered on, then off). fixed text boxes with a number field as data to act like a number input box.
2025-05-15scroll wheel fixes for calendarBoxbobzel
2025-05-15cleaned up calendarBox to have a more reactive UI and to fix some bugs with ↵bobzel
selecting and autoscroling.
2025-05-15fixed web box clicks on TEXTareasbobzel
2025-05-14fixed selecting allDay for calendar. fixed turning off allDay when moving ↵bobzel
calendar events. fixed undoing calendar drags.
2025-05-14Merge branch 'master' into aarav_editbobzel
2025-05-14moved calendar button to expert. fixed context menu for dash field views.bobzel
2025-05-13fixed setting up link anchors for video to be added to Doc. fixed ↵bobzel
imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly..
2025-05-12Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Joanne
joanne-tutorialagent
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-05-12added tutorial tool, still need to integrate with metadatatoolJoanne
2025-05-12added mermaid guideA.J. Shulman
2025-05-12even betterA.J. Shulman
2025-05-12workign betterA.J. Shulman
2025-05-12Added exampleA.J. Shulman
2025-05-12conditionalsNathan-SR
2025-05-12cNathan-SR
2025-05-12cNathan-SR
2025-05-12styleref working hackilyNathan-SR
2025-05-12data fieldsNathan-SR
2025-05-12scrapbooks with tagssharkiecodes
2025-05-11outpainting scrapbookssharkiecodes
2025-05-11integrated outpainting with scrapbookssharkiecodes
2025-05-11scrapbook backgroundssharkiecodes
2025-05-11many changes to firefly UI (options added) and starting work on finalizing ↵Nathan-SR
conditionals
2025-05-11cleaned up unused functions and also made available documents area json.A.J. Shulman