mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 10:50:58 +00:00
* 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
7 lines
361 B
TypeScript
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";
|