| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-03-05 | added:hover mode for images to make primary image fade in instead of alternate. | bobzel | |
| 2025-03-04 | fixed scrolling tabs in docking view. fixed createanydoc tool description array | bobzel | |
| 2025-02-26 | added typing to PostToServer calls. made smartDraw popup create images locally. | bobzel | |
| 2025-02-25 | more compile fixes. | bobzel | |
| 2025-02-25 | added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵ | bobzel | |
| mostly related to how scss files can be included in each other | |||
| 2025-02-24 | Merge branch 'master' into ajs-finalagent | A.J. Shulman | |
| 2025-02-24 | fix & feat: changed cohere embeddings for OpenAI's new embedding model and ↵ | A.J. Shulman | |
| also improved security by moving api keys to .env | |||
| 2025-02-21 | fixed dropping image onto image boxes. re-enabled rag tool | bobzel | |
| 2025-02-19 | more gptpopup cleanup. | bobzel | |
| 2025-02-14 | major restructure of GPTPopup so that it works with all collections. | bobzel | |
| 2025-02-12 | chat box fits width by default | bobzel | |
| 2025-02-11 | enabled multi-select modification of text documents from topBar buttons. ↵ | bobzel | |
| fixed diagram box layout and scrolling. fixed problem with createDoc tool where it would fail when it got an array. fixed formatting of chat box errors. | |||
| 2025-02-10 | reconciling createDocTool to be superset of createAnyDocTool | bobzel | |
| 2025-02-10 | updated from master | bobzel | |
| 2025-02-10 | from last | bobzel | |
| 2025-02-10 | added dictation buttons to chatbox | bobzel | |
| 2025-02-10 | more cleanup of createDoc and chatbox | bobzel | |
| 2025-02-10 | code cleanup in createDocumentTool. added childLayoutFitWidth to ↵ | bobzel | |
| comparisonBox so flashcards can fill window. | |||
| 2025-02-09 | trying to get assistant to create Docs properly | bobzel | |
| 2025-01-23 | Deleted dictionary tool | A.J. Shulman | |
| 2025-01-23 | added commenting | A.J. Shulman | |
| 2025-01-21 | more attempts to cleanup typing, etc in chat box | bobzel | |
| 2025-01-21 | trying to cleanup chatBox code and types | bobzel | |
| 2025-01-21 | fixed merge error | bobzel | |
| 2025-01-21 | Merge branch 'master' into alyssa-agent | bobzel | |
| 2025-01-13 | commit createdocumenttool | alyssaf16 | |
| 2025-01-13 | commit chatbox | alyssaf16 | |
| 2024-12-20 | working new tool | A.J. Shulman | |
| 2024-12-19 | image generation works better | A.J. Shulman | |
| 2024-12-18 | image creation works but is weird | A.J. Shulman | |
| 2024-12-18 | trying new image generation plus new implementaion of video and audio | A.J. Shulman | |
| 2024-12-18 | better | A.J. Shulman | |
| 2024-11-26 | website glitch fixed | alyssaf16 | |
| 2024-11-22 | added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵ | bobzel | |
| image and an svg. | |||
| 2024-11-13 | dashboard functioning | alyssaf16 | |
| 2024-11-13 | 4 hours later...dashboard i think working | alyssaf16 | |
| 2024-11-12 | image doc working | alyssaf16 | |
| 2024-11-12 | comparison box with assistant working | alyssaf16 | |
| 2024-11-12 | flashcards w assistant finally workgit add -A | alyssaf16 | |
| 2024-11-08 | Displays markdown again now | A.J. Shulman | |
| 2024-11-08 | displays much better with citations inline | A.J. Shulman | |
| 2024-11-08 | looks better still some things to work out | A.J. Shulman | |
| 2024-11-07 | making it work even better | A.J. Shulman | |
| 2024-11-07 | working to create docs but wrong doc types/not compatible with LLM | A.J. Shulman | |
| 2024-11-07 | trying to add a new create any doc tool | A.J. Shulman | |
| 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-04 | Merge branch 'ajs-finalagent' into alyssa-agent | alyssaf16 | |
| 2024-11-04 | Updates | alyssaf16 | |
| 2024-10-31 | nesting works | alyssaf16 | |
