Commit c046be7
committed
address PR #555 P0/P1 review feedback
- surface DB errors in usage/attachments/providers instead of swallowing them
- replace naked unwraps + string-matched wiki errors with typed WikiError
- sanitize FTS5 queries to block operator injection
- add tracing context to map_err closures across API handlers
- make token_usage migration idempotent with IF NOT EXISTS
- remove window as any in client.ts and useServer
- type prompt history, platform toggle, portal conversations, link/group/human
and secrets endpoints in api/client.ts
- fix Sidebar render-phase setState and unsafe location.search cast
- fix OrgGraphInner render-body ref mutation and fire-and-forget mutations
- fix PortalPanel settings reset on background refetch
- stabilise RecentActivityCard query key with useMemo
- replace ConfigSectionEditor catch-all type with typed section union
- bump @spacedrive/* to 0.2.2 and regenerate openapi schema1 parent 180271e commit c046be7
File tree
32 files changed
+2803
-894
lines changed- interface
- src
- api
- components
- agent-config
- dashboard
- org
- portal
- hooks
- migrations
- src
- agent
- api
- cron
- llm
- tools
- wiki
- tests
32 files changed
+2803
-894
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments