Tracked from upstream issue benjitaylor#159.
Type: feature • Severity: low
Assessment
The requested props don't exist: AgentationProps in package/src/components/page-toolbar-css/index.tsx (lines 288-319) exposes only callbacks, endpoint/session, and className — no appearance, showSettings, or defaultSettings. The underlying detailLevel/forensic concept already exists internally (settings.outputDetail driven by the settings panel and stored in localStorage, see generate-output.ts and settings-panel/index.tsx), so a defaultSettings/showSettings prop would be a small, well-scoped addition. However the request bundles a Clerk-style appearance theming API, which is a large, open-ended surface that conflicts with the project's package-size and UI-scrutiny values and needs design before shipping; none of the open PRs (closest is benjitaylor#169 shadow DOM) address it.
Upstream: benjitaylor#159
Tracked from upstream issue benjitaylor#159.
Type: feature • Severity: low
Assessment
The requested props don't exist: AgentationProps in package/src/components/page-toolbar-css/index.tsx (lines 288-319) exposes only callbacks, endpoint/session, and className — no
appearance,showSettings, ordefaultSettings. The underlyingdetailLevel/forensic concept already exists internally (settings.outputDetail driven by the settings panel and stored in localStorage, see generate-output.ts and settings-panel/index.tsx), so adefaultSettings/showSettingsprop would be a small, well-scoped addition. However the request bundles a Clerk-styleappearancetheming API, which is a large, open-ended surface that conflicts with the project's package-size and UI-scrutiny values and needs design before shipping; none of the open PRs (closest is benjitaylor#169 shadow DOM) address it.Upstream: benjitaylor#159