@openafw/openafw 0.5.2 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin/tools.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { getSecret, readSecrets } from "../secrets-Bj-gyv53.js";
3
- import { activeProviderFor, readToolProviders, searchBaidu, searchBrave, searchDuckDuckGo } from "../backends-Byh5VYtT.js";
2
+ import { getSecret, readSecrets } from "../secrets-evRw4cV3.js";
3
+ import { activeProviderFor, readToolProviders, searchBaidu, searchBrave, searchDuckDuckGo } from "../backends-BmyOv3bJ.js";
4
4
  import process from "node:process";
5
5
 
6
6
  //#region src/core/web-search/fetch.ts
@@ -1,3 +1,3 @@
1
- import { EMPTY_SECRETS, SECRETS_VERSION, getSecret, mutateSecrets, normalizeSecretStore, readSecrets, removeSecret, secretRefs, setSecret, writeSecrets } from "./secrets-Bj-gyv53.js";
1
+ import { EMPTY_SECRETS, SECRETS_VERSION, getSecret, mutateSecrets, normalizeSecretStore, readSecrets, removeSecret, secretRefs, setSecret, writeSecrets } from "./secrets-evRw4cV3.js";
2
2
 
3
3
  export { readSecrets };
@@ -35,6 +35,11 @@ const paths = {
35
35
  models: join(AFW_HOME, "models.json"),
36
36
  routing: join(AFW_HOME, "routing.json"),
37
37
  secrets: join(AFW_HOME, "secrets.json"),
38
+ oauth: {
39
+ dir: join(AFW_HOME, "oauth"),
40
+ claudeCode: join(AFW_HOME, "oauth", "claude-code.json"),
41
+ codex: join(AFW_HOME, "oauth", "codex.json")
42
+ },
38
43
  keys: join(AFW_HOME, "keys.json"),
39
44
  tiers: join(AFW_HOME, "tiers.json"),
40
45
  masking: join(AFW_HOME, "masking.json"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openafw/openafw",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "description": "The local firewall for AI agents: route and repair them, and keep your secrets off the model, the API relay, and the supply chain. Local credential masking, per-route model routing, and security detectors on the wire. Free and fully open source.",
5
5
  "license": "MIT",
6
6
  "type": "module",