-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: commune-dev/commune-python
base: feat/test-specs
head repository: commune-dev/commune-python
compare: main
- 11 commits
- 8 files changed
- 6 contributors
Commits on Mar 1, 2026
-
Merge pull request #1 from shanjai-raj/feat/test-specs
test: add behavioral spec files for review training data
Configuration menu - View commit details
-
Copy full SHA for 633d53c - Browse repository at this point
Copy the full SHA 633d53cView commit details
Commits on Mar 7, 2026
-
docs: add Ecosystem section linking to cookbook, MCP, and TypeScript SDK
Shanjai committedMar 7, 2026 Configuration menu - View commit details
-
Copy full SHA for 2688ad1 - Browse repository at this point
Copy the full SHA 2688ad1View commit details
Commits on Mar 8, 2026
-
docs: update license to Apache 2.0, standardize ecosystem cross-links
Shanjai committedMar 8, 2026 Configuration menu - View commit details
-
Copy full SHA for f5df818 - Browse repository at this point
Copy the full SHA f5df818View commit details
Commits on Mar 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 42f1f16 - Browse repository at this point
Copy the full SHA 42f1f16View commit details
Commits on Mar 17, 2026
-
remove SMS and phone number references
Shanjai Raj committedMar 17, 2026 Configuration menu - View commit details
-
Copy full SHA for 38f6734 - Browse repository at this point
Copy the full SHA 38f6734View commit details -
Merge pull request #2 from commune-dev/remove-sms-references
remove SMS and phone number references
Configuration menu - View commit details
-
Copy full SHA for 1a50703 - Browse repository at this point
Copy the full SHA 1a50703View commit details
Commits on Mar 19, 2026
-
feat: Phase 1 deliverability improvements — 5 quick wins
Shanjai committedMar 19, 2026 Configuration menu - View commit details
-
Copy full SHA for c6988f8 - Browse repository at this point
Copy the full SHA c6988f8View commit details -
feat: x402 native payments + on-chain agent reputation
Shanjai committedMar 19, 2026 Configuration menu - View commit details
-
Copy full SHA for 294aadb - Browse repository at this point
Copy the full SHA 294aadbView commit details -
feat: x402 native payments + on-chain agent reputation
Pay per API call with USDC via the x402 protocol. No API key, no subscription. Developers create an x402 client with their own signer and pass it to Commune. We never touch private keys. Backend: - x402 payment middleware (402 response, verification, settlement) - Wallet-based org auto-provisioning (findOrCreateByWallet with upsert) - Per-endpoint pricing config (USDC on Base, Polygon, Arbitrum, Solana, etc.) - Agent reputation service (EAS attestations on Base) - Reputation API endpoints (GET /v1/wallet/reputation) SDKs: - TypeScript: wallet param accepts x402Client object - Python: wallet param on CommuneClient + AsyncCommuneClient - MCP: set_x402_client() for programmatic x402 setup - Sync + async x402 HTTP clients with transparent 402 handling Docs: - x402 payments integration page - Updated authentication docs with wallet auth section - Example: x402-wallet-agent (TypeScript + Python)
GitHub Actions committedMar 19, 2026 Configuration menu - View commit details
-
Copy full SHA for 7fc37a3 - Browse repository at this point
Copy the full SHA 7fc37a3View commit details
Commits on Jun 26, 2026
-
feat: restore SMS namespace on sync + async clients
Re-adds _Sms and _AsyncSms classes with send(); registers client.sms.send() on CommuneClient and AsyncCommuneClient. SmsSendResult type was already exported.
Shanjai authored and Shanjai committedJun 26, 2026 Configuration menu - View commit details
-
Copy full SHA for 31995cf - Browse repository at this point
Copy the full SHA 31995cfView commit details -
chore: bump commune-mail to 0.3.4
Shanjai authored and Shanjai committedJun 26, 2026 Configuration menu - View commit details
-
Copy full SHA for 0d1a3f4 - Browse repository at this point
Copy the full SHA 0d1a3f4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff feat/test-specs...main