Manifest Router Adds ZAI Subscription Support for OpenClaw Model Management

Manifest router now supports ZAI subscriptions for OpenClaw setups. All ZAI models appear in your routing tiers, and Manifest automatically selects the appropriate model for each request.
Configuration Example
The source provides this routing configuration:
- Simple: GLM-4.5-Air / 1st fallback: GLM-4.6
- Standard: GLM-4.6 / 1st fallback: GLM-4.7
- Complex: GLM-4.7 / 1st fallback: GLM-5
- Reasoning: GLM-5 / 1st fallback: GLM-5-Turbo
- Coding: GLM-5.1 / 1st fallback: GLM-5-Turbo
Key Features
According to the source, Manifest includes these capabilities:
- Setup 5 fallback models per routing tier
- Define preferred models based on task types
- Set usage limits
- Track everything from the dashboard
- Monitor costs per agent, per message, and per model
Manifest is currently in beta, free, and open source. The developer requests honest feedback to help build what the community wants.
📖 Read the full source: r/clawdbot
👀 See Also

SWE-CI: New Benchmark Tests AI Agents on Long-Term Code Maintenance via CI
SWE-CI is a repository-level benchmark that evaluates LLM-powered agents on maintaining codebases through continuous integration cycles, shifting focus from static bug fixing to long-term maintainability across 100 real-world tasks.

Free pharmacovigilance signal detection tool built with Claude Code
A developer used Claude Code to build a free pharmacovigilance platform that analyzes 2.9 million FDA adverse event reports, running statistical signal detection that commercial platforms charge $50K-500K/year for. The tool is hosted for free on HuggingFace.

Unlocking Proactivity: A Deep Dive into Clawbot Innovations from the Community
Discover how enthusiasts are enhancing their Clawbot's proactivity through inventive strategies and community-driven insights. A look at discussions and revelations from r/openclaw.

companion-capture: Tool saves Claude Code's ephemeral speech bubbles
companion-capture is an open-source tool that captures Claude Code's companion character speech bubbles before they vanish from the terminal. It saves messages to markdown files and SQLite for search, using VT100 screen buffer parsing to track cursor positions.