Signal: fix account config type import (#49470)
Merged via squash. Prepared head SHA: fab2ef4c1f8fa4922bcf76fc34f04ad5786c56e4 Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com> Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com> Reviewed-by: @scoootscooob
This commit is contained in:
parent
bfecc58a62
commit
4c160d2c3a
@ -141,6 +141,7 @@ Docs: https://docs.openclaw.ai
|
||||
- Secrets/exec refs: require explicit `--allow-exec` for `secrets apply` write plans that contain exec SecretRefs/providers, and align audit/configure/apply dry-run behavior to skip exec checks unless opted in to prevent unexpected command side effects. (#49417) Thanks @restriction and @joshavant.
|
||||
- Tools/image generation: add bundled fal image generation support so `image_generate` can target `fal/*` models with `FAL_KEY`, including single-image edit flows via FLUX image-to-image. Thanks @vincentkoc.
|
||||
- xAI/web search: add missing Grok credential metadata so the bundled provider registration type-checks again. (#49472) thanks @scoootscooob.
|
||||
- Signal/runtime API: re-export `SignalAccountConfig` so Signal account resolution type-checks again. (#49470) Thanks @scoootscooob.
|
||||
|
||||
### Breaking
|
||||
|
||||
|
||||
@ -1 +1,2 @@
|
||||
export * from "./src/index.js";
|
||||
export type { SignalAccountConfig } from "../../src/config/types.signal.js";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user