aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-06-05fixed being able to add tasks to Google Tasks. Cleaned up google ↵Skitty1238
authorization button clicks + alerts
2025-06-04Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵Skitty1238
into task_nodes_aarav
2025-06-04from lastbobzel
2025-06-04more typing/cleanup for google authentication and dashUserModelbobzel
2025-06-04Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵Skitty1238
into task_nodes_aarav
2025-06-04Merge branch 'task_nodes_aarav' of https://github.com/brown-dash/Dash-Web ↵bobzel
into task_nodes_aarav
2025-06-04more cleanup of google authorizationbobzel
2025-06-04from lastbobzel
2025-06-04cleaned up getting client id/secret for google. fixed final message after ↵bobzel
going through authentication process.
2025-06-04allowed for incomplete tasks + fix for all day tasks not being added ↵Skitty1238
correctly + button styling
2025-06-04changed google authentication to not reload the page.bobzel
2025-06-04fixed google authentication + linking and task creation via GT buttonSkitty1238
2025-06-04partial google calendar task integration + fix with dark mode colors for ↵Skitty1238
task nodes so that text is still visible
2025-06-04Merge branch 'master' into task_nodes_aaravSkitty1238
2025-06-03gcal task addition route added -- problems with fetchOrGenerateAccessTokenSkitty1238
2025-06-03fixed equationBox so that it can be used in templates.bobzel
2025-06-03fixed drag and drop of calendar events not following cursor properlySkitty1238
2025-06-03fix for task resizing not working after merge, and fix for all-day view for ↵Skitty1238
initial task-nodes (i.e. if you just created task node and checked all-day, cal view was previously showing task 1 day early)
2025-06-02added view for multimonth to make it do something.bobzel
2025-06-02changed field names for tasks to start with task_. changed calendar date ↵bobzel
and range to start with _calendar
2025-06-02from lastbobzel
2025-06-02Merge branch 'master' into task_nodes_aaravbobzel
2025-06-02from lastbobzel
2025-06-02tweaks to tablebox to show bottom line of bottom rowbobzel
2025-06-02fixed loading error messagebobzel
2025-06-02Merge branch 'master' into task_nodes_aaravSkitty1238
2025-06-02added separate /ask toggle for prompts menuaaravkumar
2025-06-02fixed toggling inline prompting so that /ask works even when inline ↵aaravkumar
prompting is disabled
2025-06-01reactive backgrounds, tagging of pdfs, group-select and suggested templates, ↵sharkiecodes
text box content influences backgrounds
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.