Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commune-dev/commune-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: remove-sms-references
Choose a base ref
...
head repository: commune-dev/commune-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Mar 17, 2026

  1. Merge pull request #2 from commune-dev/remove-sms-references

    remove SMS and phone number references
    shanjairaj7 authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    1a50703 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    c6988f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    294aadb View commit details
    Browse the repository at this point in the history
  3. 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
    GitHub Actions committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    7fc37a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. 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 Shanjai
    Shanjai authored and Shanjai committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    31995cf View commit details
    Browse the repository at this point in the history
  2. chore: bump commune-mail to 0.3.4

    Shanjai Shanjai
    Shanjai authored and Shanjai committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    0d1a3f4 View commit details
    Browse the repository at this point in the history
Loading