Replace the bracketed optional model placeholder with copy-pasteable onboarding commands so the OpenRouter custom model path is shown unambiguously in both bootstrap help and the onboarding guide.
Document the agents_ipc configuration section (enabled, db_path,
staleness_secs) and the five IPC tools registered when enabled.
Closes the documentation gap from PR #1668 (agents IPC feature).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove the manual Homebrew-core publishing workflow and related docs references.
Signed-off-by: Rui Chen <rui@chenrui.dev>
(cherry picked from commit bc8b721b7e)
Replace vague placeholders with descriptive ones:
- cli_xxx → your_lark_app_id
- xxx → your_lark_app_secret
Makes it clearer what values users need to substitute.
* feat(providers): implement Qwen OAuth quota tracking
Add static quota display for Qwen OAuth provider (portal.qwen.ai).
Qwen OAuth API does not return rate-limit headers, so this provides
a static quota indicator based on known OAuth free-tier limits.
Changes:
- Add QwenQuotaExtractor in quota_adapter.rs
- Parses rate-limit errors for retry backoff
- Registered for all Qwen aliases (qwen, qwen-code, dashscope, etc.)
- Add Qwen OAuth detection in quota_cli.rs
- Auto-detects ~/.qwen/oauth_creds.json
- Displays static quota: ?/1000 (unknown remaining, 1000/day total)
- Improve quota display formatting
- Shows "?/total" when only total limit is known
- Add comprehensive test report and testing scripts
- Full integration test report: docs/qwen-provider-test-report.md
- Model availability, context window, and latency tests
- Reusable test scripts in scripts/ directory
Test results:
- Available model: qwen3-coder-plus (verified)
- Context window: ~32K tokens
- Average latency: ~2.8s
- All 15 quota tests passing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
(cherry picked from commit fa91b6a170)
* docs: satisfy markdownlint spacing in qwen docs
---------
Co-authored-by: ZeroClaw Bot <zeroclaw_bot@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>