add org level context and space level profile#1002
Conversation
|
Claude finished @ved015's task in 1m 15s —— View job Reviewing PR Changes
Overview: Adds organization-level context settings and space-level profile panels to let users guide how Nova processes content and view what Nova "knows" about each space. Issues found: None — this looks good to ship. The code is well-structured:
Score: 9/10 Minor observations (not blocking):
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 2f61a70 | May 26 2026, 09:49 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 2f61a70 | Commit Preview URL Branch Preview URL |
May 26 2026, 09:50 AM |
There was a problem hiding this comment.
Overview: Adds organization-level context settings and space-level profile panels to let users guide how Nova processes content and view what Nova "knows" about each space.
Issues found: None — this looks good to ship.
The code is well-structured:
- Hooks properly guard queries with
enabledchecks fororgIdandcontainerTag - Mobile/desktop responsive handling is clean with modal vs panel pattern
- State management is straightforward with optimistic UI and proper loading states
- The API schema change is handled defensively (supports both old and new response formats)
- No security concerns — credentials flow through standard patterns
Score: 9/10
Minor observations (not blocking):
useUpdateOrgSettingsuses rawfetchwhileuseOrgSettingsuses$fetch— this works fine but loses retry logic for mutations. Not a bug, just inconsistent.- Template prompts are hardcoded in the component — fine for now but could be extracted to a config if more templates are added.
More Section
Dropdown opens on clicking more
Space profile section
Organisation Section with same button and colour style as existing
Modal opens with same colour scheme as rest
Disable manage
Improvised the ux a little bit to add prompt
Final look after saving org context