refactor: hide web provider helpers

This commit is contained in:
Tianyi Cui
2026-07-14 04:21:48 +08:00
parent 3ab35de64f
commit 0c88df78b2
9 changed files with 10 additions and 17 deletions
@@ -18,8 +18,6 @@ export {
LocalFetchProvider,
} from './provider.ts'
export type { LocalFetchLimits } from './provider.ts'
export { classifyContentType, decoderForCharset, isSameOrigin, parseCharset, validateFetchUrl } from './policy.ts'
export type { FetchableKind } from './policy.ts'
/** Default `User-Agent`: an explicit product agent, never a browser disguise. */
export const DEFAULT_USER_AGENT = 'deepseek-harness/0.0.1 (+https://github.com/deepseek-ai)'