Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-14 | added background removal for images. | bobzel | |
2025-08-11 | fixed image fill api to handler errors better. | bobzel | |
2025-08-04 | switched to use firefly for image fill | bobzel | |
2025-07-22 | Merge branch 'master' into lanyi-expanded-agent-paper-main | sharkiecodes | |
2025-07-21 | more server side cleanup | bobzel | |
2025-07-21 | cleaning up server warnings/errors | bobzel | |
2025-07-16 | Merge branch 'master' into lanyi-expanded-agent-paper-main | sharkiecodes | |
2025-07-09 | fixed landscape pdf loading. fixed crash when uploading a password ↵ | bobzel | |
protected pdf. | |||
2025-07-07 | merge issues | A.J. Shulman | |
2025-07-07 | changes (seeing if they work) | A.J. Shulman | |
2025-06-27 | Fix for small PDFs: dynamic cluster downsizing + summary stability | Skitty1238 | |
2025-06-26 | Merge branch 'master' into agent-paper-main | bobzel | |
2025-06-19 | Merge branch 'task_nodes_aarav' | bobzel | |
2025-06-18 | fixed corsproxying of images. | geireann | |
2025-06-13 | updated css and project to HTML5 standards. fixed border rounding for images. | bobzel | |
2025-06-09 | documentation | Skitty1238 | |
2025-06-09 | implemented undoable deletion so that tasks reappear in Google Tasks upon ↵ | Skitty1238 | |
undo in Dash | |||
2025-06-06 | added bi directional syncing for task editing (based on most recent edit). ↵ | Skitty1238 | |
Modified button to reflect bi-directionality of syncing | |||
2025-06-06 | implemented 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-05 | fixed automatically enabling/disabling sync button + persistence on reload | Skitty1238 | |
2025-06-05 | changed 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-05 | fixed being able to add tasks to Google Tasks. Cleaned up google ↵ | Skitty1238 | |
authorization button clicks + alerts | |||
2025-06-04 | from last | bobzel | |
2025-06-04 | more typing/cleanup for google authentication and dashUserModel | bobzel | |
2025-06-04 | more cleanup of google authorization | bobzel | |
2025-06-04 | cleaned up getting client id/secret for google. fixed final message after ↵ | bobzel | |
going through authentication process. | |||
2025-06-04 | changed google authentication to not reload the page. | bobzel | |
2025-06-04 | fixed google authentication + linking and task creation via GT button | Skitty1238 | |
2025-06-04 | partial google calendar task integration + fix with dark mode colors for ↵ | Skitty1238 | |
task nodes so that text is still visible | |||
2025-06-03 | gcal task addition route added -- problems with fetchOrGenerateAccessToken | Skitty1238 | |
2025-06-03 | fixed drag and drop of calendar events not following cursor properly | Skitty1238 | |
2025-05-30 | c | 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 | 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-22 | fixed regenerating a fireflyimage without a prompt change. | 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-11 | many changes to firefly UI (options added) and starting work on finalizing ↵ | Nathan-SR | |
conditionals | |||
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 | 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 | 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-10 | changed 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-09 | added 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-02 | fixed up image outpaint dialog and added options for placementt. | bobzel | |
2025-04-28 | fix for outpainting alignment | bobzel | |
2025-04-28 | cleaned up outpainting and Doc resize code. fixes problems with doc ↵ | bobzel | |
resizing of text boxes with ctrl-key. | |||
2025-04-24 | fixed reauthorizing dropboxtoken. | bobzel | |
2025-04-23 | from last | bobzel | |