mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
## Stack context Stacks on #1306, which moves Company Brain settings into the revamped Configure page. Backend contract and runtime support: supermemoryai/mono#2581. The UI safely hides any effort controls omitted by an older backend response. ## What changed - Adds independent Low, Medium, High, and Extra high reasoning controls for Main, Triage, and Research. - Saves model and reasoning edits together through the existing partial PATCH. - Keeps controls visible but disabled for non-admin members. - Explains that Extra high maps to High for Grok and GPT providers. ## Validation - `bunx biome check apps/web/hooks/use-brain-models.ts apps/web/components/settings/company-brain-models.tsx` - `bun run build` in `apps/web` - `git diff --check` The standalone web TypeScript command still reports pre-existing unrelated errors outside these files. --- **Session Details** - Session: [View Session](https://supermemory.us1.vorflux.com/agent-sessions/1c4f3ec7-a536-4105-bbe7-8b19e61f245f) - Requested by: Sreeram Sreedhar (sreeram@supermemory.com) - Address comments on this PR. Add `(aside)` to your comment to have me ignore it. |
||
|---|---|---|
| .. | ||
| use-account-settings.ts | ||
| use-brain-models.ts | ||
| use-company-brain.ts | ||
| use-connection-health.ts | ||
| use-connector-access.ts | ||
| use-container-tags.ts | ||
| use-delete-organization.ts | ||
| use-digests.ts | ||
| use-document-mutations.ts | ||
| use-full-document.ts | ||
| use-inferred-memories.ts | ||
| use-org-member-role.ts | ||
| use-org-settings.ts | ||
| use-org-summaries.ts | ||
| use-personalization.ts | ||
| use-plugin-space-meta.ts | ||
| use-processing-documents.ts | ||
| use-project-mutations.ts | ||
| use-research-status.ts | ||
| use-reset-organization.ts | ||
| use-space-context.ts | ||
| use-space-profile.ts | ||
| use-sync-runs.ts | ||
| use-token-usage.ts | ||
| use-trigger-sync.ts | ||