chore: remove dead routes/components + fix redact/env cleanup

This commit is contained in:
Gabriel Brown
2026-07-11 18:11:22 -04:00
parent f89dfce3b8
commit 1fbb2dd0a1
11 changed files with 48 additions and 137 deletions
@@ -34,7 +34,6 @@ const runtimeLabels: Record<RuntimeName, string> = {
};
type AgentSettings = {
_id?: Id<'spoonAgentSettings'>;
defaultBaseBranch?: string;
runtime?: RuntimeName | 'openai_direct';
agentModel: string;