@ziuus/vanta 0.10.38 → 0.10.40

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
@@ -10,11 +10,18 @@ A fast, aesthetic terminal system dashboard in Rust. The most complete keyboard-
10
10
  [![CI](https://img.shields.io/github/actions/workflow/status/ziuus/vanta/ci.yml?style=for-the-badge&label=CI)](https://github.com/ziuus/vanta/actions/workflows/ci.yml)
11
11
  [![Release](https://img.shields.io/github/v/release/ziuus/vanta?style=for-the-badge&color=4A9E8E)](https://github.com/ziuus/vanta/releases)
12
12
  [![License](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)](LICENSE)
13
- [![Landing page](https://img.shields.io/badge/Landing_Page-030712?style=for-the-badge&logo=vercel&logoColor=white)](https://website-pi-seven-nty4ogjp2f.vercel.app)
13
+ [![Integrations](https://img.shields.io/badge/Community-Integrations-052e16?style=for-the-badge&logo=github&logoColor=white)](https://github.com/ziuus/vanta-integrations)
14
+ [![Landing page](https://img.shields.io/badge/Landing_Page-030712?style=for-the-badge&logo=vercel&logoColor=white)](https://vanta-website-omega.vercel.app)
14
15
 
15
16
  <br />
16
17
 
17
- <img src="https://raw.githubusercontent.com/ziuus/vanta/main/docs/dashboard.png" alt="vanta dashboard page" width="900" />
18
+ <a href="https://vanta-website-omega.vercel.app">
19
+ <video src="https://raw.githubusercontent.com/ziuus/vanta/main/docs/vanta-demo.mp4" autoplay loop muted playsinline width="900"></video>
20
+ </a>
21
+
22
+ <p align="center">
23
+ <em>Live terminal dashboard in action. <a href="https://github.com/ziuus/vanta/releases/download/v0.10.38/vanta-demo.mp4">Watch 1080p 60FPS video</a> • <a href="https://vanta-website-omega.vercel.app">Visit Website</a></em>
24
+ </p>
18
25
 
19
26
  </div>
20
27
 
@@ -235,6 +242,22 @@ and never blocks on I/O.
235
242
  | Media | MPRIS over D-Bus (`dbus` crate) |
236
243
  | Audio viz | `cava` raw output, idle wave fallback |
237
244
 
245
+ ## 🧩 Creating Plugins & Extensions
246
+
247
+ Want to build your own custom widgets (like a Crypto tracker or a File Space viewer)? Vanta supports a powerful, secure WebAssembly (WASM) plugin system via Extism.
248
+
249
+ Check out the **[Vanta Extension Developer Guide (EXTENSIONS.md)](EXTENSIONS.md)** to learn how to:
250
+ - Structure a new Rust WASM plugin out of the box.
251
+ - Compile and test your plugin locally (`vanta link`).
252
+ - Publish your plugin to the community registry (`vanta-integrations`).
253
+
254
+ ## 🤖 AI Agent Integration
255
+
256
+ Vanta is explicitly designed to be modified and configured by AI agents (like Cursor, Claude, or Copilot). We provide dedicated skill/prompt files that you can feed directly into your AI:
257
+
258
+ - **For End Users (Configuration):** Provide the **[VANTA_CONFIG_SKILL.md](VANTA_CONFIG_SKILL.md)** file to your AI. It teaches the agent how to build gorgeous 2D dashboard grids, customize themes, set up performance profiles, and write your `config.toml`.
259
+ - **For Developers (WASM Plugins):** Provide the **[AGENTS.md](AGENTS.md)** file to your AI. It acts as a complete architecture and API guide, teaching the agent how to write Extism WASM widgets, hook into the host Key-Value mailbox, and compile plugins for Vanta.
260
+
238
261
  ## Contributing
239
262
 
240
263
  Issues and PRs welcome — bug reports, new themes, new panels, or a GPU vendor
package/bin/vanta-bin CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziuus/vanta",
3
- "version": "0.10.38",
3
+ "version": "0.10.40",
4
4
  "description": "Aesthetic Rust TUI system dashboard — CPU, memory, disk, network, GPU, processes, now-playing, clock, file manager, notes and visualizer in one terminal pane",
5
5
  "bin": {
6
6
  "vanta": "bin/vanta.js"