| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-06 | Enhance assistant security with structured validation and input sanitization | A.J. Shulman | |
| - Prompt enhancements: - Enforce strict response structure validation by requiring <stage>, <thought>, <action>, and <answer> tags in responses. - Add self-validation instruction in <final_instruction> for assistant to check response structure before outputting. - Instruct assistant to ignore XML-like syntax from user input, treating any <stage>, <action>, etc., as plain text. - Code changes: - Implement `validateAssistantResponse` function to enforce required response structure (e.g., ensuring <stage> element). - Add input sanitization using `lodash.escape` to treat user inputs as plain text, preventing XML or HTML injection. - Configure XML parser to ignore external entities and avoid interpreting embedded XML-like syntax. - Introduce fallback error handling in parsing and validation to prevent assistant crashes on malformed or unexpected input. - Log response errors with detailed messages to aid debugging and improve system resilience. - Enhance input validation for tools by adding parameter checks, handling malformed data gracefully, and logging safety errors. | |||
| 2024-11-06 | UI work | Nathan-SR | |
| 2024-11-05 | edits are persisting!! | Nathan-SR | |
| 2024-11-05 | UI changes and added other collection types | Nathan-SR | |
| 2024-11-05 | fixed display of where control point will be added on mouse moves. fixed ↵ | bobzel | |
| clickable ink line to not select fill area unless its actually painted. added end cap properties to ink stroke ui. enabled more than one ink stroke to show editable control points when multiselected. | |||
| 2024-11-05 | fixed a bunch of slowdowns | Nathan-SR | |
| 2024-11-05 | reworking preview rendering to make it just docs rather than images of docs | Nathan-SR | |
| 2024-11-04 | Merge branch 'ajs-finalagent' into alyssa-agent | alyssaf16 | |
| 2024-11-04 | Updates | alyssaf16 | |
| 2024-11-04 | fixing chunking and doc names | A.J. Shulman | |
| 2024-11-04 | reworking doc generation from template | Nathan-SR | |
| 2024-11-03 | fixed parsing of chat's svg's to strokes | bobzel | |
| 2024-11-03 | style fixes to smart draw controls | eleanor-park | |
| 2024-11-03 | working on smart draw width bugs | eleanor-park | |
| 2024-11-01 | fixed inifnite loop in card view caused by bug in formattedText of adding ↵ | bobzel | |
| tagsView height to doc height. made selected docs also be focused docs in cardview. fixed tags text color to be set to black | |||
| 2024-11-01 | fixed resize problem where NaN is generated by scaling very narrow in a card ↵ | bobzel | |
| view. | |||
| 2024-10-31 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | geireann | |
| 2024-10-31 | restored smartdraw ink mode. siwtched to enums for setting ink properties. | bobzel | |
| 2024-10-31 | nesting works | alyssaf16 | |
| 2024-10-30 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | alyssaf16 | |
| alyssa-agent | |||
| 2024-10-30 | version 5 working | alyssaf16 | |
| 2024-10-30 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-10-30 | from last | bobzel | |
| 2024-10-30 | blending changes | eleanor-park | |
| 2024-10-30 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-10-30 | fix for disableMixedBlend over images and videos. | bobzel | |
| 2024-10-30 | version 4 of restructuring | alyssaf16 | |
| 2024-10-30 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-10-30 | integrated image stickers with palette | eleanor-park | |
| 2024-10-30 | reworked how context menu buttons for ink and text work. added ↵ | bobzel | |
| disableMixBlend for making transparent docs not use 'multiply'. | |||
| 2024-10-30 | much better RAG with image retrieval fixed significantly and much faster ↵ | A.J. Shulman | |
| (only saving images in one place and remembering where they are saved) | |||
| 2024-10-30 | before changing the get result endpoint | A.J. Shulman | |
| 2024-10-30 | carousel doc working well enough for demo | Nathan-SR | |
| 2024-10-30 | getAllsubfields works now | Nathan-SR | |
| 2024-10-30 | docs loading properly into preview | Nathan-SR | |
| 2024-10-30 | bug fixes to cut modes and rendering | eleanor-park | |
| 2024-10-29 | templates are being generated correctly | Nathan-SR | |
| 2024-10-29 | content is being filled into fields properly | Nathan-SR | |
| 2024-10-29 | matching algorithm working | Nathan-SR | |
| 2024-10-29 | no compile errors but probably 100 logical ones | Nathan-SR | |
| 2024-10-29 | improved rectangle/triangle gesture recognition | bobzel | |
| 2024-10-29 | fixes to allow typing and drawing without a mode switch. | bobzel | |
| 2024-10-29 | starting to integrate refactor with docreatormenu functionality | Nathan-SR | |
| 2024-10-28 | basic structure of 4 cut modes implemented, many bugs to fix | eleanor-park | |
| 2024-10-28 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-28 | reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵ | bobzel | |
| boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox. | |||
| 2024-10-27 | redesigning to make structure recursive | alyssaf16 | |
| 2024-10-27 | breaking up files | Nathan-SR | |
| 2024-10-27 | work on template refactor | Nathan-SR | |
| 2024-10-24 | create documents | alyssaf16 | |
