refactor: remove remaining extension src imports

This commit is contained in:
Peter Steinberger
2026-03-17 19:48:47 -07:00
parent 055632460d
commit 5b2c5ee2bc
20 changed files with 136 additions and 16 deletions

View File

@@ -72,6 +72,12 @@ export {
export { formatPairingApproveHint } from "../channels/plugins/helpers.js";
export { getChatChannelMeta } from "../channels/registry.js";
export { buildOauthProviderAuthResult } from "./provider-auth-result.js";
export {
channelTargetSchema,
channelTargetsSchema,
optionalStringEnum,
stringEnum,
} from "../agents/schema/typebox.js";
export {
DEFAULT_SECRET_FILE_MAX_BYTES,
loadSecretFileSync,