rig-derive-v0.1.15

0xPlaygrounds/rigrig-derive-v0.1.15Jun 2, 2026by github-actions[bot]

AI Summary

Internal update to the derive macro to use the standard schemars library instead of a hand-rolled implementation.

Key Highlights

  • Replace hand-rolled schema with schemars in #[rig_tool]

New Features

  • Schemars integration for tool attributes

Full Release Notes

### Added

- *(rig-derive)* replace hand-rolled schema with schemars in #[rig_tool] ([#1576](https://github.com/0xPlaygrounds/rig/pull/1576)) (by @tomasz-feliksik)

### Contributors

* @tomasz-feliksik