@dcyfr/ai 3.0.9 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.1.0](https://github.com/dcyfr-labs/dcyfr-ai/compare/v3.0.9...v3.1.0) (2026-05-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * **release:** mint tokens via dcyfr-labs-release GitHub App ([#220](https://github.com/dcyfr-labs/dcyfr-ai/issues/220)) ([b667da3](https://github.com/dcyfr-labs/dcyfr-ai/commit/b667da3dff2234946ccfbe543e4c7ac69d137535))
9
+
3
10
  ## [3.0.9](https://github.com/dcyfr-labs/dcyfr-ai/compare/v3.0.8...v3.0.9) (2026-05-25)
4
11
 
5
12
 
package/README.md CHANGED
@@ -13,6 +13,7 @@
13
13
  -->
14
14
 
15
15
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/dcyfr/dcyfr-ai)
16
+ [![Featured on Peerlist](https://img.shields.io/badge/Featured%20on-Peerlist-00AA45?logo=peerlist&logoColor=white)](https://peerlist.io/dcyfr/project/dcyfr-ai)
16
17
 
17
18
  [![npm](https://img.shields.io/npm/v/@dcyfr/ai?logo=npm&logoColor=white)](https://www.npmjs.com/package/@dcyfr/ai)
18
19
  [![Downloads](https://img.shields.io/npm/dm/@dcyfr/ai?logo=npm&logoColor=white)](https://www.npmjs.com/package/@dcyfr/ai)
@@ -30,6 +31,7 @@ Portable AI agent harness with plugin architecture for managing multiple AI prov
30
31
  - Primary domain: [www.dcyfr.ai](https://www.dcyfr.ai)
31
32
  - Trademark guidance: [../TRADEMARK.md](../TRADEMARK.md)
32
33
  - Licensing details: [LICENSE](./LICENSE)
34
+ - Peerlist project: [peerlist.io/dcyfr/project/dcyfr-ai](https://peerlist.io/dcyfr/project/dcyfr-ai)
33
35
 
34
36
  ## 🔍 @dcyfr/ai vs. Alternatives
35
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcyfr/ai",
3
- "version": "3.0.9",
3
+ "version": "3.1.0",
4
4
  "description": "Portable AI agent harness with plugin architecture",
5
5
  "main": "./dist/ai/index.js",
6
6
  "types": "./dist/ai/index.d.ts",