picoclaw/web/frontend/src
柚子 3b3062abe8
feat(models): add extra_body config field in model add/edit UI (#1969)
* Add extraBody field to model configuration forms

This adds a new field allowing users to specify additional JSON fields
to inject into the request body when configuring models.

* Handle ExtraBody clearing when frontend sends empty object

The backend now interprets an empty object sent from the frontend as a
signal to clear the ExtraBody field, while nil/undefined preserves the
existing value. Frontend changed to send {} instead of undefined when
the field is empty.
2026-03-25 11:11:02 +08:00
..
api Add virtual model support for multi-key expansion 2026-03-25 00:00:36 +08:00
components feat(models): add extra_body config field in model add/edit UI (#1969) 2026-03-25 11:11:02 +08:00
features/chat fix(web): refactor pico chat flow and fix proxied websocket URLs (#1639) 2026-03-16 16:25:16 +08:00
hooks Merge pull request #1955 from alexhoshina/refactor/wecom 2026-03-24 23:37:35 +08:00
i18n feat(models): add extra_body config field in model add/edit UI (#1969) 2026-03-25 11:11:02 +08:00
lib fix(web): refactor pico chat flow and fix proxied websocket URLs (#1639) 2026-03-16 16:25:16 +08:00
routes fix(web): refactor pico chat flow and fix proxied websocket URLs (#1639) 2026-03-16 16:25:16 +08:00
store feat: add web gateway hot reload and polling state sync (#1684) 2026-03-17 18:46:00 +08:00
index.css feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
main.tsx feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
routeTree.gen.ts feat(web): add agent management UI and improve launcher integration (#1358) 2026-03-11 18:37:00 +08:00