Guidance for working on the Truss chat landing interface, transcript markdown rendering, composer, model selector, file attachment UI, conversation/agent mode toggle, /api/chat route, and LLM provider chat completion routing. Use when editing src/client/components/ChatLanding.tsx…
Guidance for server-only Truss helper-model features, including conversation title generation, lightweight summaries, internal classification, and other non-user-facing AI tasks. Use when editing src/server/internal-ai/, adding calls to the fast-helper model profile, returning generated chat metadata through…
Guidance for working on the standalone Truss settings page, settings client APIs, provider connection management, customization fields, editable system prompt templates, rich feature settings, and system storage-path disclosure. Use when editing src/client/components/SettingsScreen.tsx, /settings routing in…
Guidance for working on Truss database, configuration, provider settings, model profiles, agent sessions, migrations, and secret handling. Use when editing src/server/storage/, src/server/config/, storage-backed HTTP settings routes, SQLite migrations, docs/database-schema.md, or any feature that persists provider…