11 Commits

Author SHA1 Message Date
b09b3ebae6 chore: update deps due to security vulnerabilities (#12371)
* chore: update deps due to security vulnerabilities

update deps due to security vulnerabilities found by mend scan done by openrag team

* chore: run npm audit fix

run npm audit fix

* chore: safe uv audit changes

safe uv audit changes

* chore: safe 2

safe 2

* chore: safe upgrades 3
safe upgrades 3

* chore: pin "langgraph-checkpoint>4.0.0,<5.0.0",

pin "langgraph-checkpoint>4.0.0,<5.0.0",
2026-03-27 23:40:12 +00:00
99fc2cf068 feat: adds streamable http instead of sse on mcp client (#10157)
* Changed SSE to Streamable_HTTP implementation on backend

* Changed SSE to Streamable HTTP on frontend

* [autofix.ci] apply automated fixes

* Added support for SSE as a fallback

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* added /sse

* updated code

* created test to test streamable http

* Test SSE fallback on HTTP/SSE tab

* Changed nvidia remix starter project

* [autofix.ci] apply automated fixes

* Added changes for backwards compatibility

* fixed issues on mcp util

* [autofix.ci] apply automated fixes

* Fixed tests to have a helper to initialize server, with health check

* updated package lock

* fixed backend tests

* fixed backend test

* [autofix.ci] apply automated fixes

* format imports

* fixed backend test

* fixed frontend tests

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* changed http to streamable http

* [autofix.ci] apply automated fixes

* fixed mcp util test

* fixed test

* ruff fix

* wait timeout on mcp server test

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-07 21:20:40 +00:00
56f13c918b Reorganize repo (#1971)
* chore: Update dockerfile paths and branch name in render.yaml and release.yml

* chore(readthedocs.yaml): remove .readthedocs.yaml file as it is no longer needed
chore(base.Dockerfile): remove base.Dockerfile as it is no longer used in the project
feat(cdk-docker-compose.yml): add cdk-docker-compose.yml file to set up docker-compose for backend and frontend services

* move dockerignore

* chore: Remove test-results/.last-run.json file

* chore: Cache Node.js dependencies during workflow execution

* chore: Remove npm cache from workflow and cache Node.js dependencies

* chore: Update shardIndex and shardTotal values in typescript_test.yml workflow

* chore: Update Playwright test command with shard and worker options
2024-05-27 06:55:32 -07:00
93df6b0a8b Added combobox and command 2023-11-16 10:46:29 -03:00
ee52095f61 🔥 chore(package.json): remove devDependencies from package.json
🔖 chore(pyproject.toml): bump version to 0.4.12
2023-08-17 23:30:15 -03:00
1ff7dca09e feat: Add remaining icons (Slack, Wikipedia and Wolfram) 2023-07-18 18:21:03 -03:00
49c0319e91 fix(src/icons): use lib to fix svg import error 2023-07-12 18:14:12 -03:00
8d03db2834 removing package.json from root folder 2023-06-08 16:24:44 -03:00
c797b98984 changing the package.json installation 2023-06-06 18:32:39 -03:00
56ca610a79 Starting migration to shadUI 2023-06-01 21:09:50 -03:00
c772a4dcdd 🚀 chore(package.json): add vite-plugin-svgr dependency to both root and frontend package.json
 feat(GenericNode): add ChromaIcon and fix validation status icons
🎨 style(GenericNode): refactor GenericNode component to improve readability
🐛 fix(vite.config.ts): add svgr plugin to the frontend Vite configuration
The vite-plugin-svgr dependency was added to both the root and frontend package.json files to enable the use of SVG files as React components. The GenericNode component was updated to include the ChromaIcon component and to fix the validation status icons. The component was also refactored to improve readability. The svgr plugin was added to the frontend Vite configuration to enable the use of SVG files as React components.
2023-05-27 11:55:41 -03:00