feat: demote context startup priority

- cap contexts to 10 per account
- align MCP and onboarding context guidance
- keep contexts optional unless obviously relevant
This commit is contained in:
“BeeRad”
2026-04-13 12:18:47 +10:00
parent 96c72fc908
commit 5dcb2b7df6
15 changed files with 150 additions and 41 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export default function ContextsPane({
{loading ? (
<div style={emptyStateStyle}>Loading contexts...</div>
) : contexts.length === 0 ? (
<div style={emptyStateStyle}>No contexts yet.</div>
<div style={emptyStateStyle}>No contexts yet. That is optional.</div>
) : (
contexts.map((context) => (
<button