opencode-pollinations-plugin 5.4.8-debug.6 → 5.4.8

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🌸 Pollinations AI Plugin for OpenCode (v5.4.6)
1
+ # 🌸 Pollinations AI Plugin for OpenCode (v5.4.8)
2
2
 
3
3
  <div align="center">
4
4
  <img src="https://avatars.githubusercontent.com/u/88394740?s=400&v=4" alt="Pollinations.ai Logo" width="200">
@@ -10,7 +10,7 @@
10
10
 
11
11
  <div align="center">
12
12
 
13
- ![Version](https://img.shields.io/badge/version-5.4.6-blue.svg)
13
+ ![Version](https://img.shields.io/badge/version-5.4.8-blue.svg)
14
14
  ![License](https://img.shields.io/badge/license-MIT-green.svg)
15
15
  ![Status](https://img.shields.io/badge/status-Stable-success.svg)
16
16
 
@@ -45,6 +45,19 @@ Pollinations.ai is an open-source platform built by and for the community. We pr
45
45
  <em>Wide Range of Models (Mistral, OpenAI, Gemini, Claude)</em>
46
46
  </p>
47
47
 
48
+ <p align="center">
49
+ <img src="docs/images/free_add.png" alt="Free Chat Example" width="800">
50
+ <br>
51
+ <em>Free Universe Chat (Supported by Pollinations Ads)</em>
52
+ </p>
53
+
54
+ <p align="center">
55
+ <img src="docs/images/plan_1.png" alt="Plan Build Step 1" width="400">
56
+ <img src="docs/images/plan_2.png" alt="Plan Build Step 2" width="400">
57
+ <br>
58
+ <em>Integrated Plan Building Workflow</em>
59
+ </p>
60
+
48
61
  ## ✨ Features
49
62
 
50
63
  - **🌍 Free Universe**: Access generic models (`openai`, `mistral`, `gemini`) for **FREE**, unlimited time, no API key required.
@@ -25,7 +25,7 @@ const DEFAULT_CONFIG_V5 = {
25
25
  thresholds: { tier: 10, wallet: 5 },
26
26
  fallbacks: {
27
27
  free: { main: 'free/mistral', agent: 'free/openai-fast' },
28
- enter: { agent: 'free/gemini' }
28
+ enter: { agent: 'free/openai-fast' }
29
29
  },
30
30
  enablePaidTools: false,
31
31
  statusBar: true
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opencode-pollinations-plugin",
3
3
  "displayName": "Pollinations AI (V5.1)",
4
- "version": "5.4.8-debug.6",
4
+ "version": "5.4.8",
5
5
  "description": "Native Pollinations.ai Provider Plugin for OpenCode",
6
6
  "publisher": "pollinations",
7
7
  "repository": {