v0.2.4 — Openclaw Gateway Agent/Skill/Session Tools Integration
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_sendtoolsgateway_session_list,gateway_session_get,gateway_session_historytoolsgateway_skill_install,gateway_skill_update,gateway_skill_search,gateway_skill_statustoolsskills.installRPC supporting clawhub/upload/installer modespipeline_nodetool validatesagentIdreferences 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 withgateway.ts(588 lines) routing all agent operations through Openclaw Gateway - Agent loop — removed hard
maxIterations=25cap; loop terminates naturally when LLM produces no tool calls - Model config — inherit
contextWindow/maxTokensfrom builtin providers when missing from persisted config;getModelsConfigPublic()returns templates as single source of truth - Frontend model config —
ModelConfigModaluses 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.tsbefore runningtscto prevent missing module errors
Full Changelog: v0.2.3...v0.2.4