supermemory/apps/web/components/settings
sreedharsreeram 570ed22b6c feat(skills): surface Company Brain-created skills (#1412)
## What and why

Make skills created through Company Brain visible in the existing Settings catalog without a manual reload. The UI labels Slack-originated skills and refreshes the catalog while the Settings page is open.

```mermaid
flowchart LR
  A[Slack approval] --> B[Company Brain skill catalog]
  B --> C[Skills API query]
  C --> D[Settings Skills list]
  D --> E[Created by Company Brain label]
```

## Validation

- `bunx biome check apps/web/components/settings/company-brain-skills.tsx apps/web/components/settings/company-brain-skills/domain.ts apps/web/components/settings/company-brain-skills/skill-row.tsx apps/web/hooks/use-brain-skills.impl.ts` — passed

## Impact

Settings polling refreshes every 15 seconds and on window focus. It does not change the Nova/browser chat workflow or create skills from that surface.
2026-08-05 03:42:37 +00:00
..
company-brain-skills feat(skills): surface Company Brain-created skills (#1412) 2026-08-05 03:42:37 +00:00
account.tsx fix(web): invite dialog focus trap inside settings modal (#1347) 2026-07-24 03:18:39 +00:00
billing.tsx docs(brain): note trial attach after Slack OAuth (#1313) 2026-07-21 21:34:25 +00:00
cancel-reasons.ts feat(billing): cancel flow with reason capture + book-a-call (#1077) 2026-06-10 13:34:33 +05:30
company-brain-automations.tsx feat(web): revamp Company Brain configure page (#1306) 2026-07-18 18:45:03 +00:00
company-brain-connections.tsx feat(web): Slack disconnect UI and connect-error toasts (#1375) 2026-07-31 07:11:26 +00:00
company-brain-models.tsx Add consent flow for Slack workspace reassignment (#1369) 2026-07-30 16:42:15 -07:00
company-brain-proactivity.tsx feat(web): search channels in proactivity exceptions picker (#1377) 2026-07-30 18:08:16 +00:00
company-brain-skills.tsx feat(skills): surface Company Brain-created skills (#1412) 2026-08-05 03:42:37 +00:00
connections-mcp.tsx feat(web): make /integrations a real route with connect deeplinks (#1155) 2026-06-23 20:42:29 +00:00
integrations.tsx fix settings/integrations responsiveness (#1003) 2026-05-30 14:56:51 -07:00
org-context.tsx feat(settings): settings modal overhaul (#1069) 2026-06-09 12:07:47 +05:30
proactiveness-icon.tsx feat(web): Company Brain proactivity settings UI (#1374) 2026-07-29 21:47:29 +00:00
proactiveness.tsx feat(web): Company Brain proactiveness (automations) settings (#1207) 2026-07-07 21:20:50 +00:00
settings-content.tsx fix(web): invite dialog focus trap inside settings modal (#1347) 2026-07-24 03:18:39 +00:00
settings-modal.tsx Fix settings organization flows (#1159) 2026-06-27 14:27:36 +00:00
settings-org-switcher.tsx Fix settings organization flows (#1159) 2026-06-27 14:27:36 +00:00
support.tsx feat(web): redesign settings layout + split billing into its own tab (#980) 2026-05-20 14:56:10 +05:30
sync-history-panel.tsx mobile responsiveness pass + connections reauth fix (#959) 2026-05-17 21:49:23 +00:00
sync-status-badge.tsx mobile responsiveness pass + connections reauth fix (#959) 2026-05-17 21:49:23 +00:00
sync-utils.ts feat/granola connector (#1007) 2026-06-03 15:19:49 +00:00
workspace-prompt.tsx Add Nova workspace prompt settings (#1323) 2026-07-29 21:13:59 +00:00