Skip to content

Commit d32526a

Browse files
regenrated
2 parents b44ba4a + c11a0d2 commit d32526a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

registry.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated": "2026-03-06T20:28:28.829Z",
2+
"generated": "2026-03-08T02:05:03.626Z",
33
"repository": "mianjunaid1223/venesa-capabilities",
44
"branch": "main",
55
"rawBase": "https://raw.githubusercontent.com/mianjunaid1223/venesa-capabilities/main",
@@ -8,7 +8,7 @@
88
{
99
"name": "convertCurrency",
1010
"description": "Converts an amount from one currency to another using live exchange rates. Provide the amount, source currency code (e.g. USD), and target currency code (e.g. EUR).",
11-
"version": "1.0.8",
11+
"version": "1.0.0",
1212
"returnType": "data",
1313
"tags": [
1414
"currency",
@@ -44,7 +44,7 @@
4444
{
4545
"name": "getDiskInfo",
4646
"description": "Shows all fixed drives (C:, D:, etc...) with total size, free space in GB, and usage percentage. Use when the user asks about disk space, storage capacity, how full a drive is, or whether they have enough space.",
47-
"version": "1.0.7",
47+
"version": "1.0.0",
4848
"returnType": "data",
4949
"tags": [
5050
"system",
@@ -67,7 +67,7 @@
6767
{
6868
"name": "getTime",
6969
"description": "Returns the current local time and full date including day of the week. Use when the user asks what time it is, today's date, what day it is, or any question about the current moment.",
70-
"version": "1.0.4",
70+
"version": "1.0.0",
7171
"returnType": "data",
7272
"tags": [
7373
"time",
@@ -89,7 +89,7 @@
8989
{
9090
"name": "getWeather",
9191
"description": "Opens a live Google weather search in the browser for a given city or location. Use when the user asks about the current weather, temperature, forecast, or conditions for any place. Accepts an optional location; defaults to generic weather if none is given.",
92-
"version": "1.0.5",
92+
"version": "1.0.0",
9393
"returnType": "action",
9494
"tags": [
9595
"weather",
@@ -111,7 +111,7 @@
111111
{
112112
"name": "getInstalledApps",
113113
"description": "Scans the Windows registry and returns up to 50 installed programs with their name, version, and publisher. Use when the user asks what software is installed, whether a specific program exists on the PC, or wants a list of installed applications.",
114-
"version": "1.0.5",
114+
"version": "1.0.0",
115115
"returnType": "data",
116116
"tags": [
117117
"system",
@@ -134,7 +134,7 @@
134134
{
135135
"name": "getNetworkInfo",
136136
"description": "Returns all active network adapters and their IPv4 addresses. Use when the user asks for their IP address, which network or adapter they are connected to, their network speed, or wants to see connection details.",
137-
"version": "1.0.4",
137+
"version": "1.0.0",
138138
"returnType": "data",
139139
"tags": [
140140
"system",
@@ -157,7 +157,7 @@
157157
{
158158
"name": "listProcesses",
159159
"description": "Lists the top 10 processes consuming the most CPU, showing process ID, name, CPU time, and memory usage in bytes. Use when the user asks what is slowing the PC down, which processes are running, what is consuming CPU, or wants to identify resource hogs.",
160-
"version": "1.0.5",
160+
"version": "1.0.0",
161161
"returnType": "data",
162162
"tags": [
163163
"system",
@@ -179,7 +179,7 @@
179179
{
180180
"name": "quickNote",
181181
"description": "Persistently saves and retrieves short text notes using the memory system. Supports five operations: add (save a new note), list (show all notes), search (find notes by keyword), delete (remove a note by index), clear (wipe all notes). Use whenever the user wants to save, recall, find, or delete a note or reminder.",
182-
"version": "1.0.5",
182+
"version": "1.0.0",
183183
"returnType": "memory",
184184
"tags": [
185185
"note",
@@ -208,7 +208,7 @@
208208
{
209209
"name": "listRunningApps",
210210
"description": "Lists all applications with a visible window currently open on the desktop, showing app name, window title, and memory usage in MB. Background services and system processes are excluded. Use when the user asks what apps or windows are open right now.",
211-
"version": "1.0.4",
211+
"version": "1.0.0",
212212
"returnType": "data",
213213
"tags": [
214214
"system",
@@ -231,7 +231,7 @@
231231
{
232232
"name": "systemCleaner",
233233
"description": "Frees up disk space by removing junk files from Windows Temp, System Temp, thumbnails, Chrome cache, and Edge cache. Three operations: scan (preview how much space can be recovered without deleting anything), clean (permanently delete the junk files and report freed MB), empty-recycle-bin (immediately empty the Recycle Bin). Use when the user wants to clean up, free space, or remove temporary files.",
234-
"version": "1.0.5",
234+
"version": "1.0.0",
235235
"returnType": "hybrid",
236236
"tags": [
237237
"clean",
@@ -261,7 +261,7 @@
261261
{
262262
"name": "getSystemInfo",
263263
"description": "Reports a real-time snapshot of system health: current CPU load percentage, RAM used vs total in GB, battery charge percentage (or N/A on desktops), and how long the system has been running since last reboot. Use when the user asks how the PC is performing, checks battery level, asks about RAM or CPU usage, or wants a general hardware status summary.",
264-
"version": "1.0.4",
264+
"version": "1.0.0",
265265
"returnType": "data",
266266
"tags": [
267267
"system",
@@ -288,7 +288,7 @@
288288
{
289289
"name": "wifiPasswords",
290290
"description": "Retrieves saved WiFi network credentials stored on this Windows PC. Without a network name, returns a list of all saved networks and whether each has a password. With a network name, confirms whether a password is saved for that specific network. Passwords are returned redacted for security. Use when the user asks what WiFi networks are saved, or wants to check a saved network.",
291-
"version": "1.0.4",
291+
"version": "1.0.0",
292292
"returnType": "data",
293293
"tags": [
294294
"wifi",
@@ -312,7 +312,7 @@
312312
{
313313
"name": "youtubeSearch",
314314
"description": "Opens the YouTube search results page in the default browser for a given search query. Use when the user asks to search, find, watch, or look up anything on YouTube. Requires a non-empty search query.",
315-
"version": "1.0.4",
315+
"version": "1.0.0",
316316
"returnType": "action",
317317
"tags": [
318318
"web",

0 commit comments

Comments
 (0)