vilvona 1.0.8 → 1.0.9

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
@@ -8,6 +8,7 @@
8
8
  [![MIT](https://img.shields.io/badge/license-MIT-22c55e)](LICENSE)
9
9
  [![Node 22+](https://img.shields.io/badge/node-22%2B-22c55e)](https://nodejs.org)
10
10
  [![Claude Fable 5](https://img.shields.io/badge/AI-Claude%20Fable%205-15803d)](https://anthropic.com)
11
+ [![Known Vulnerabilities](https://snyk.io/test/github/vignesh2027/Vilvona-AI/badge.svg)](https://snyk.io/test/github/vignesh2027/Vilvona-AI)
11
12
  [![Stars](https://img.shields.io/github/stars/vignesh2027/Vilvona-AI?style=social)](https://github.com/vignesh2027/Vilvona-AI)
12
13
 
13
14
  **Self-hosted AI assistant that connects all your apps.**
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "openclaw",
3
- "version": "2026.6.2",
3
+ "version": "1.0.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "openclaw",
9
- "version": "2026.6.2",
9
+ "version": "1.0.9",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
package/openclaw.mjs CHANGED
@@ -16,7 +16,7 @@ const VILVONA_VERSION = (() => {
16
16
  try {
17
17
  return _require("./package.json").version;
18
18
  } catch {
19
- return "1.0.8";
19
+ return "1.0.9";
20
20
  }
21
21
  })();
22
22
 
package/package.json CHANGED
@@ -1,8 +1,23 @@
1
1
  {
2
2
  "name": "vilvona",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Vilvona AI — Your personal AI that connects everything. Claude Fable 5 powered, works on mobile, Tamil & Hindi support.",
5
- "keywords": ["ai", "assistant", "claude", "fable5", "personal-ai", "whatsapp", "telegram", "slack", "tamil", "hindi", "self-hosted", "open-source", "chatbot", "automation"],
5
+ "keywords": [
6
+ "ai",
7
+ "assistant",
8
+ "claude",
9
+ "fable5",
10
+ "personal-ai",
11
+ "whatsapp",
12
+ "telegram",
13
+ "slack",
14
+ "tamil",
15
+ "hindi",
16
+ "self-hosted",
17
+ "open-source",
18
+ "chatbot",
19
+ "automation"
20
+ ],
6
21
  "homepage": "https://vignesh2027.github.io/Vilvona-AI",
7
22
  "bugs": {
8
23
  "url": "https://github.com/vignesh2027/Vilvona-AI/issues"