fix(coding-agent,tui): drop typebox compiler shim and fix progress
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type Anthropic from "@anthropic-ai/sdk";
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { Type } from "typebox";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { getModel } from "../src/models.js";
|
||||
import { streamAnthropic } from "../src/providers/anthropic.js";
|
||||
|
||||
Reference in New Issue
Block a user