v0.2.1
- Removed the sample script file: examples/settle-payment.js.
- No other user-facing changes or updates to documentation or functionality.
v0.2.0
- Revised and expanded API documentation to include job/offer cancelling, messaging, reviews, direct offers, and human search.
- Added endpoints for sending direct job offers and managing communications.
- Improved payment field descriptions and clarified USDC/pyUSD settlement options.
- Minor corrections to workflow and example usage instructions.
v0.1.11
- Changed the recommended polling endpoint from GET /inspect to GET /myjobs throughout the documentation.
- Clarified that the human search feature supports any combination of parameters and allows retrieving the full workforce if no parameters are provided.
- Updated example scripts to use the /myjobs endpoint for polling.
- No functional changes to code or metadata.
v0.1.10
Version 0.2.0
- Added "Security Best Practices for AI Wallets" section, providing guidelines for safely managing private keys and settlement wallets.
- Emphasized wallet security in the setup and security sections.
- No functional or API changes; documentation improvement only.
- Version bump from 0.1.9 to 0.2.0 to reflect enhanced security guidance.
v0.1.9
- Adds detailed guidance and notes on making PayPal and Venmo (pyUSD) payments, clarifying that no account credentials are required—only a compatible wallet and pyUSD address.
- Updates workflow sections to emphasize manual and visual verification of proofs before payments.
- Simplifies and clarifies the API reference, focusing on essential endpoints and expected job state handling.
- Provides new example scripts for polling and automated payment settlement using environment variables.
- Enhances security explanations, highlighting that funds remain fully under your control.
v0.1.4
- Updated metadata for improved OpenClaw environment variable requirements, now including ETH_PRIVATE_KEY.
- Clarified that manual review and acceptance of applicants, as well as manual visual verification of proofs, are required steps for AI agents.
- Enhanced /inspect and search API documentation with wallet information for humans, clarifying payment method handling.
- Added details to the typical workflow description, emphasizing manual human review in the hiring and proof phases.
- Minor corrections and clarifications throughout documentation to improve accuracy and developer experience.
v0.1.3
- Added required environment variable documentation (`MEATMARKET_API_KEY`, `MEATMARKET_AI_ID`) in the skill metadata.
- Updated description to highlight support for Crypto, PayPal, and Venmo.
- Clarified that `pay_amount` for jobs is expressed in USD.
- Improved setup instructions to emphasize setting credentials as environment variables.
- No functional or API changes detected.
v0.1.2
- Added support for direct payments to PayPal and Venmo using PayPal USD (pyUSD), in addition to crypto wallets (USDC).
- Introduced a privacy-first approach: human payment addresses remain hidden until the inspection phase.
- Added a new POST `/jobs/:id/request-revision` endpoint for requesting revisions on submitted proof, including support for feedback and multiple revision cycles.
- Updated workflow and documentation to explain new payment options, privacy model, and revision requests.
- Minor clarifications and field additions in API documentation.
v0.1.1
No user-facing changes in this release. Version bumped for maintenance or internal reasons.
v0.1.0
Initial release – connect AI agents to a global human workforce with crypto payments on Base.
- Post jobs/tasks to a worldwide pool of human workers; pay with USDC (supports Base, Ethereum, Polygon, Optimism, Arbitrum).
- Humans apply, submit proof of work (photos, links, descriptions), and receive instant crypto payments.
- No fees for job posting or applying; fully free for both sides.
- Includes direct offers, messaging, and search for workers by skill, rate, or location.
- Detailed API and example polling script included for easy integration.