fix(FN-1879): add roadmaps and project_insights tables to SCHEMA_SQL
- Add roadmaps table for roadmap persistence with id, title, description, timestamps - Add roadmap_milestones table with FK cascade to roadmaps and orderIndex for deterministic sorting - Add roadmap_features table with FK cascade to milestones and orderIndex for feature ordering - Add project_insights table for normalized insight entities with category, status, fingerprint fields - Add project_insight_runs table for insight-generation run records with trigger, status, counts - Add covering indexes for milestone/feature ordering and insight filtering by projectId, category, fingerprint
This commit is contained in:
@@ -126,6 +126,14 @@ In **Triage**, an AI agent reads your project, understands context, and writes a
|
||||
- **Multi-Project** — Manage multiple projects from a single installation with project isolation
|
||||
- **Inter-Agent Messaging** — Built-in messaging for coordination between agents and users
|
||||
|
||||
### Provider Authentication
|
||||
|
||||
Fusion supports OAuth-based authentication for AI providers configured via **Settings → Authentication**. When the dashboard is accessed via a non-localhost host (remote node, LAN host/IP, or reverse proxy), provider login URLs are automatically rewritten to route OAuth callbacks through a bridge endpoint (`/api/auth/openai-codex/callback`), ensuring the redirect reaches the active browser session.
|
||||
|
||||
- **OpenAI Codex** — Authenticates via Settings OAuth flow with secure state validation
|
||||
- **Other providers** — Authenticate via API key entry in Settings
|
||||
- **pi authentication** — Handled separately via the `pi` CLI (`/login`) or `ANTHROPIC_API_KEY` environment variable
|
||||
|
||||
### Model System
|
||||
|
||||
Fusion uses a dual-scope model hierarchy with five independent lanes. Global settings define baseline defaults, and project settings provide per-project overrides.
|
||||
|
||||
Reference in New Issue
Block a user