aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2025-08-14added background removal for images.bobzel
2025-08-11fixed image fill api to handler errors better.bobzel
2025-08-04switched to use firefly for image fillbobzel
2025-07-22Merge branch 'master' into lanyi-expanded-agent-paper-mainsharkiecodes
2025-07-21more server side cleanupbobzel
2025-07-21cleaning up server warnings/errorsbobzel
2025-07-16Merge branch 'master' into lanyi-expanded-agent-paper-mainsharkiecodes
2025-07-09fixed landscape pdf loading. fixed crash when uploading a password ↵bobzel
protected pdf.
2025-07-07merge issuesA.J. Shulman
2025-07-07changes (seeing if they work)A.J. Shulman
2025-06-27Fix for small PDFs: dynamic cluster downsizing + summary stabilitySkitty1238
2025-06-26Merge branch 'master' into agent-paper-mainbobzel
2025-06-19Merge branch 'task_nodes_aarav'bobzel
2025-06-18fixed corsproxying of images.geireann
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-06-09documentationSkitty1238
2025-06-09implemented undoable deletion so that tasks reappear in Google Tasks upon ↵Skitty1238
undo in Dash
2025-06-06added bi directional syncing for task editing (based on most recent edit). ↵Skitty1238
Modified button to reflect bi-directionality of syncing
2025-06-06implemented auto-sync to Google when task node loses focus. Created helpers ↵Skitty1238
for retrieiving due date and body for Google Task, to reduce redundant code
2025-06-05fixed automatically enabling/disabling sync button + persistence on reloadSkitty1238
2025-06-05changed add to google tasks button to sync to google button. Implemented ↵Skitty1238
auto creation and auto deletion in Google when node is created/deleted in dash
2025-06-05fixed being able to add tasks to Google Tasks. Cleaned up google ↵Skitty1238
authorization button clicks + alerts
2025-06-04from lastbobzel
2025-06-04more typing/cleanup for google authentication and dashUserModelbobzel
2025-06-04more cleanup of google authorizationbobzel
2025-06-04cleaned up getting client id/secret for google. fixed final message after ↵bobzel
going through authentication process.
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-03gcal task addition route added -- problems with fetchOrGenerateAccessTokenSkitty1238
2025-06-03fixed drag and drop of calendar events not following cursor properlySkitty1238
2025-05-30cNathan-SR
2025-05-30Merge branch 'master' into Template-ChangesNathan-SR
2025-05-30couple more component refactorsNathan-SR
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-22fixed regenerating a fireflyimage without a prompt change.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-11many changes to firefly UI (options added) and starting work on finalizing ↵Nathan-SR
conditionals
2025-05-11chanegd everything to be more consistentA.J. Shulman
- made both web related tools use doc manager and chunk Ids
2025-05-11Made 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-11Merge branch 'master' into agent-web-workingA.J. Shulman
2025-05-10feat: changed web document to display screenshotA.J. Shulman
2025-05-10changed how we corsProxy web pages to be simpler and work better. changed ↵bobzel
dragging off annotations after text selections to only create a text doc whent the drop target is the parent collection -- otherwise links are created.
2025-05-09added user templates to template_user global field. fixed schemas to not ↵bobzel
erase field values when setting a new column name. fixed templates to render properly when switching by fixing contentsRef to be observable. fixed templates with fields in stacks to autoHeight update correctly by . fixed images in templates to set their nativeDim after rendering. fixed text views of descriptions to auto-updated by setting the modification date of the description field.
2025-05-02fixed up image outpaint dialog and added options for placementt.bobzel
2025-04-28fix for outpainting alignmentbobzel
2025-04-28cleaned up outpainting and Doc resize code. fixes problems with doc ↵bobzel
resizing of text boxes with ctrl-key.
2025-04-24fixed reauthorizing dropboxtoken.bobzel
2025-04-23from lastbobzel