vilvona 1.0.5 → 1.0.7
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/docs/index.html +46 -2
- package/openclaw.mjs +1 -1
- package/package.json +1 -1
package/docs/index.html
CHANGED
|
@@ -169,6 +169,31 @@
|
|
|
169
169
|
transition: border-color 0.2s;
|
|
170
170
|
}
|
|
171
171
|
.btn-outline:hover { border-color: var(--green-mid); }
|
|
172
|
+
.btn-pro-hero {
|
|
173
|
+
display: inline-flex; align-items: center; gap: 8px;
|
|
174
|
+
background: linear-gradient(135deg, #92400e 0%, #b45309 50%, #d97706 100%);
|
|
175
|
+
color: #fff;
|
|
176
|
+
padding: 11px 26px; border-radius: 9px;
|
|
177
|
+
text-decoration: none; font-weight: 700; font-size: 0.92rem;
|
|
178
|
+
box-shadow: 0 2px 12px rgba(180,83,9,0.28);
|
|
179
|
+
transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
|
|
180
|
+
letter-spacing: 0.01em;
|
|
181
|
+
}
|
|
182
|
+
.btn-pro-hero:hover { opacity: 0.92; transform: translateY(-1px); box-shadow: 0 4px 20px rgba(180,83,9,0.36); }
|
|
183
|
+
|
|
184
|
+
/* ── PRO HERO STRIP ── */
|
|
185
|
+
.pro-hero-strip {
|
|
186
|
+
display: flex; align-items: center; justify-content: center;
|
|
187
|
+
gap: 20px; flex-wrap: wrap;
|
|
188
|
+
margin-top: 24px;
|
|
189
|
+
padding: 18px 24px;
|
|
190
|
+
background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
|
|
191
|
+
border: 1.5px solid #fcd34d;
|
|
192
|
+
border-radius: 12px;
|
|
193
|
+
}
|
|
194
|
+
.pro-hero-strip-text { text-align: left; }
|
|
195
|
+
.pro-hero-strip-text strong { font-size: 0.95rem; color: #92400e; display: block; margin-bottom: 2px; }
|
|
196
|
+
.pro-hero-strip-text span { font-size: 0.82rem; color: #b45309; }
|
|
172
197
|
|
|
173
198
|
/* ── BADGES ── */
|
|
174
199
|
.badge-row {
|
|
@@ -353,7 +378,7 @@
|
|
|
353
378
|
<img src="logo.png" alt="Vilvona AI" />
|
|
354
379
|
<span>Vilvona AI</span>
|
|
355
380
|
</a>
|
|
356
|
-
<span class="topnav-version">v1.0.
|
|
381
|
+
<span class="topnav-version">v1.0.7</span>
|
|
357
382
|
</div>
|
|
358
383
|
<div class="topnav-right">
|
|
359
384
|
<a href="#quickstart" class="hide-mobile">Quickstart</a>
|
|
@@ -419,7 +444,7 @@
|
|
|
419
444
|
<h1>Vilvona <span>AI</span></h1>
|
|
420
445
|
<p>Your personal AI that connects everything. Self-hosted, BYOK, mobile-ready.</p>
|
|
421
446
|
<div class="badge-row">
|
|
422
|
-
<img src="https://img.shields.io/npm/v/vilvona?label=npm&color=22c55e" alt="npm" />
|
|
447
|
+
<img src="https://img.shields.io/npm/v/vilvona?label=npm&color=22c55e&cacheSeconds=300" alt="npm version" />
|
|
423
448
|
<img src="https://img.shields.io/badge/license-MIT-22c55e.svg" alt="MIT" />
|
|
424
449
|
<img src="https://img.shields.io/badge/node-22%2B-22c55e" alt="Node 22+" />
|
|
425
450
|
<img src="https://img.shields.io/badge/AI-Claude%20Fable%205-15803d" alt="Fable 5" />
|
|
@@ -433,6 +458,18 @@
|
|
|
433
458
|
<a href="#quickstart" class="btn-primary">Get Started</a>
|
|
434
459
|
<a href="https://github.com/vignesh2027/Vilvona-AI" class="btn-outline" target="_blank">GitHub →</a>
|
|
435
460
|
</div>
|
|
461
|
+
|
|
462
|
+
<!-- PRO CTA STRIP -->
|
|
463
|
+
<div class="pro-hero-strip">
|
|
464
|
+
<div class="pro-hero-strip-text">
|
|
465
|
+
<strong>Vilvona AI Pro — ₹4,100 one-time (~$49)</strong>
|
|
466
|
+
<span>Audit logs · Team sync · Priority Fable 5 · Webhooks · White-label · Lifetime access</span>
|
|
467
|
+
</div>
|
|
468
|
+
<a href="https://vignesh2027.mojo.page/vilvona-ai-pro" class="btn-pro-hero" target="_blank">
|
|
469
|
+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
|
|
470
|
+
Get Pro — ₹4,100
|
|
471
|
+
</a>
|
|
472
|
+
</div>
|
|
436
473
|
</div>
|
|
437
474
|
|
|
438
475
|
<!-- INTRODUCTION -->
|
|
@@ -943,6 +980,13 @@
|
|
|
943
980
|
<div class="doc-section fade-up" id="changelog">
|
|
944
981
|
<h2>Changelog</h2>
|
|
945
982
|
|
|
983
|
+
<h3>v1.0.5 <span style="color:var(--muted);font-weight:400;font-size:0.85rem">2026-06-12</span></h3>
|
|
984
|
+
<ul>
|
|
985
|
+
<li>Fix: release workflow auto-publishes to npm AND creates GitHub Release on tag push</li>
|
|
986
|
+
<li>Fix: CI and release workflows updated for Node.js 24 compatibility</li>
|
|
987
|
+
<li>All install methods verified: npx, yarn dlx, pnpm dlx on Mac</li>
|
|
988
|
+
</ul>
|
|
989
|
+
|
|
946
990
|
<h3>v1.0.4 <span style="color:var(--muted);font-weight:400;font-size:0.85rem">2026-06-12</span></h3>
|
|
947
991
|
<ul>
|
|
948
992
|
<li>Fix: <code>--version</code> now shows the actual installed version instead of hardcoded 1.0.0</li>
|
package/openclaw.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vilvona",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Vilvona AI — Your personal AI that connects everything. Claude Fable 5 powered, works on mobile, Tamil & Hindi support.",
|
|
5
5
|
"keywords": ["ai", "assistant", "claude", "fable5", "personal-ai", "whatsapp", "telegram", "slack", "tamil", "hindi", "self-hosted", "open-source", "chatbot", "automation"],
|
|
6
6
|
"homepage": "https://vignesh2027.github.io/Vilvona-AI",
|