Files
openclaw/src/plugin-sdk/google.ts
Tak Hoffman 9c7823350b feat: add /tools runtime availability view (#54088)
* test(memory): lock qmd status counts regression

* feat: make /tools show what the agent can use right now

* fix: sync web ui slash commands with the shared registry

* feat: add profile and unavailable counts to /tools

* refine: keep /tools focused on available tools

* fix: resolve /tools review regressions

* fix: honor model compat in /tools inventory

* fix: sync generated protocol models for /tools

* fix: restore canonical slash command names

* fix: avoid ci lint drift in google helper exports

* perf: stop computing unused /tools unavailable counts

* docs: clarify /tools runtime behavior
2026-03-24 21:09:51 -05:00

7 lines
361 B
TypeScript

// Private Google-specific helpers used by bundled Google plugins.
export { normalizeGoogleModelId } from "../agents/model-id-normalization.js";
export { DEFAULT_GOOGLE_API_BASE_URL } from "../infra/google-api-base-url.js";
export { normalizeGoogleApiBaseUrl } from "../infra/google-api-base-url.js";
export { parseGeminiAuth } from "../infra/gemini-auth.js";