Add provider handoff compaction on model switches #1911
+1,140
−97
Annotations
4 errors and 1 warning
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck
@t3tools/web#typecheck: command (/home/runner/_work/t3code/t3code/apps/web) /home/runner/.bun/bin/bun run typecheck exited (2)
|
|
Typecheck
Type '{ provider: "claudeAgent"; enabled: true; installed: true; version: string; status: "ready"; auth: { status: "authenticated"; }; checkedAt: string; models: { slug: string; name: string; isCustom: false; capabilities: null; }[]; }' is missing the following properties from type '{ readonly version: string | null; readonly auth: { readonly status: "authenticated" | "unknown" | "unauthenticated"; readonly label?: string | undefined; readonly type?: string | undefined; }; ... 8 more ...; readonly message?: string | undefined; }': slashCommands, skills
|
|
Typecheck
Type '{ provider: "codex"; enabled: true; installed: true; version: string; status: "ready"; auth: { status: "authenticated"; }; checkedAt: string; models: { slug: string; name: string; isCustom: false; capabilities: null; }[]; }' is missing the following properties from type '{ readonly version: string | null; readonly auth: { readonly status: "authenticated" | "unknown" | "unauthenticated"; readonly label?: string | undefined; readonly type?: string | undefined; }; ... 8 more ...; readonly message?: string | undefined; }': slashCommands, skills
|
|
Lint:
apps/web/src/environments/runtime/catalog.test.ts#L98
Function `resolveRegistryRead` does not capture any variables from its parent scope
|
Loading