docs: add /connectors, /mcp, Composio, Cloudflare, RPM to README#9
Open
zar-app[bot] wants to merge 1 commit into
Open
docs: add /connectors, /mcp, Composio, Cloudflare, RPM to README#9zar-app[bot] wants to merge 1 commit into
zar-app[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed in the code
Five major features were added: RPM rate limiting, a wizard edit mode, Composio integration (with /connectors command and composio_execute tool), MCP server support (with /mcp command), and Cloudflare D1/R2 as an optional storage backend. These touched agent.py, config.py, tools.py, and the CLI setup wizard.
What ZAR updated
README.md— Several user-facing changes are missing from the README: (1) New MAX_RPM env var, (2) New Composio env vars (COMPOSIO_API_KEY), (3) New Cloudflare storage env vars (STORAGE_MODE, CF_ACCOUNT_ID, CF_D1_DATABASE_ID, CF_API_TOKEN…Why it matters
The README was missing the two new Telegram commands (/connectors, /mcp), the composio_execute tool (bumping the count from 12 to 13), five new Cloudflare env vars, the MAX_RPM and COMPOSIO_API_KEY env vars, and the fact that synthclaw setup now doubles as an edit wizard — leaving users unable to discover or configure any of these features.
Review and merge if this looks right. Reply or close if not — feedback helps ZAR improve.