Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-02 | added view for multimonth to make it do something. | bobzel | |
2025-06-02 | changed field names for tasks to start with task_. changed calendar date ↵ | bobzel | |
and range to start with _calendar | |||
2025-06-02 | from last | bobzel | |
2025-06-02 | Merge branch 'master' into task_nodes_aarav | bobzel | |
2025-06-02 | from last | bobzel | |
2025-06-02 | tweaks to tablebox to show bottom line of bottom row | bobzel | |
2025-06-02 | fixed loading error message | bobzel | |
2025-06-02 | Merge branch 'master' into task_nodes_aarav | Skitty1238 | |
2025-06-02 | added separate /ask toggle for prompts menu | aaravkumar | |
2025-06-02 | fixed toggling inline prompting so that /ask works even when inline ↵ | aaravkumar | |
prompting is disabled | |||
2025-06-01 | reactive backgrounds, tagging of pdfs, group-select and suggested templates, ↵ | sharkiecodes | |
text box content influences backgrounds | |||
2025-06-01 | a number of fixes to document creator to fix preview of templates and ↵ | bobzel | |
templates with images. | |||
2025-05-30 | Merge branch 'master' into Template-Changes | bobzel | |
2025-05-30 | fixed 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-30 | c | Nathan-SR | |
2025-05-30 | c | Nathan-SR | |
2025-05-30 | linting | Nathan-SR | |
2025-05-30 | Merge branch 'master' into Template-Changes | Nathan-SR | |
2025-05-30 | couple more component refactors | Nathan-SR | |
2025-05-27 | canceling image outpaiting cancels outpaint ui from showing up now. | bobzel | |
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-27 | fixed image rengerate to hide ui buttons first. | bobzel | |
2025-05-27 | fixed 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-23 | fixes to rotation center to reset when not shown | bobzel | |
2025-05-22 | presets | sharkiecodes | |
2025-05-22 | regen of backgrounds adapts to outpainted size | sharkiecodes | |
2025-05-22 | reactive backgrounds | sharkiecodes | |
2025-05-22 | fixed regenerating a fireflyimage without a prompt change. | bobzel | |
2025-05-22 | fixed flashcard ui flip/practice dropdowns. | bobzel | |
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-20 | fixed creating list of headers in stacking view when it doesn't exist. ↵ | bobzel | |
start of making fields dropdown more reactive. | |||
2025-05-20 | package updates | geireann | |
2025-05-19 | fixed text boxes to calculate height correctly. removed usertag ↵ | bobzel | |
modification time in text. fixed masonry and stacking views with pivots. | |||
2025-05-19 | fix crash from last. | bobzel | |
2025-05-16 | made pdf buttons maintain scren size. | bobzel | |
2025-05-16 | changed 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-15 | scroll wheel fixes for calendarBox | bobzel | |
2025-05-15 | cleaned up calendarBox to have a more reactive UI and to fix some bugs with ↵ | bobzel | |
selecting and autoscroling. | |||
2025-05-15 | fixed web box clicks on TEXTareas | bobzel | |
2025-05-14 | fixed selecting allDay for calendar. fixed turning off allDay when moving ↵ | bobzel | |
calendar events. fixed undoing calendar drags. | |||
2025-05-14 | Merge branch 'master' into aarav_edit | bobzel | |
2025-05-14 | moved calendar button to expert. fixed context menu for dash field views. | bobzel | |
2025-05-13 | fixed 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-12 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Joanne | |
joanne-tutorialagent | |||
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 | |