refactor: unwrap ACP namespace + self-reexport (#22936)

This commit is contained in:
Kit Langton
2026-04-17 00:00:50 +00:00
committed by GitHub
parent 19d15d9ff7
commit 1291e82bb4
+2 -2
View File
@@ -57,7 +57,6 @@ type ModelOption = { modelId: string; name: string }
const DEFAULT_VARIANT_VALUE = "default" const DEFAULT_VARIANT_VALUE = "default"
export namespace ACP {
const log = Log.create({ service: "acp-agent" }) const log = Log.create({ service: "acp-agent" })
async function getContextLimit( async function getContextLimit(
@@ -1838,4 +1837,5 @@ export namespace ACP {
} }
return options return options
} }
}
export * as ACP from "./agent"