Skip to content

v0.2.4 — Openclaw Gateway Agent/Skill/Session Tools Integration

Choose a tag to compare

@CCLucky-uu CCLucky-uu released this 12 Jun 13:46
· 11 commits to main since this release

What's Changed

Added

  • Openclaw Gateway agent/skill/session tools — Wevra Agent now manages Openclaw agents through the gateway instead of local abstractions
    • gateway_agent_list, gateway_agent_create, gateway_agent_update, gateway_agent_delete, gateway_agent_send tools
    • gateway_session_list, gateway_session_get, gateway_session_history tools
    • gateway_skill_install, gateway_skill_update, gateway_skill_search, gateway_skill_status tools
    • skills.install RPC supporting clawhub/upload/installer modes
    • pipeline_node tool validates agentId references against registered Openclaw agents
    • Gateway RPC discovery documentation (docs/gateway-rpc-discovery.md)

Changed

  • Agent tools architecture — removed built-in agent.ts (353 lines), replaced with gateway.ts (588 lines) routing all agent operations through Openclaw Gateway
  • Agent loop — removed hard maxIterations=25 cap; loop terminates naturally when LLM produces no tool calls
  • Model config — inherit contextWindow/maxTokens from builtin providers when missing from persisted config; getModelsConfigPublic() returns templates as single source of truth
  • Frontend model configModelConfigModal uses backend templates instead of duplicated provider constants
  • Deprecated models removed — dropped Xiaomi MiMo V2 Flash, MiMo V2 Pro, MiMo V2 Omni

Fixed

  • Typecheck script — generate version.ts before running tsc to prevent missing module errors

Full Changelog: v0.2.3...v0.2.4