paperclip/ui/src
plind-dm 87d46bba57 fix(ui): use null instead of undefined when clearing extra args
Clearing the extra args field set the overlay value to undefined,
which gets dropped during object spread when building the PATCH
payload. The existing extraArgs from the agent config survived the
merge, making it impossible to clear the field. Use null so the
value explicitly overwrites the existing config entry.

Closes #2350
2026-04-03 23:15:10 +09:00
..
adapters feat(hermes): upgrade hermes-paperclip-adapter + UI adapter + skills + detectModel 2026-03-28 01:34:48 +01:00
api feat(inbox): add operator search and keyboard controls 2026-04-02 11:45:15 -05:00
components fix(ui): use null instead of undefined when clearing extra args 2026-04-03 23:15:10 +09:00
context fix(inbox): address Greptile review findings 2026-04-02 12:16:34 -05:00
fixtures Add a run transcript UX fixture lab 2026-03-11 10:47:22 -05:00
hooks feat(inbox): add operator search and keyboard controls 2026-04-02 11:45:15 -05:00
lib Merge pull request #2540 from paperclipai/pap-1078-inbox-operator-polish 2026-04-02 13:02:33 -05:00
pages Merge pull request #2540 from paperclipai/pap-1078-inbox-operator-polish 2026-04-02 13:02:33 -05:00
plugins Enhance plugin loading and toolbar integration 2026-03-14 15:27:45 -07:00
App.tsx Fix execution workspace company routing 2026-03-29 10:55:21 -05:00
index.css feat(inbox): add operator search and keyboard controls 2026-04-02 11:45:15 -05:00
main.tsx fix providers 2026-03-23 16:57:38 -05:00
vite-env.d.ts Add feedback voting and thumbs capture flow 2026-04-02 09:11:49 -05:00