From e07fe646ddd966091464e147703ebac8958a2105 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Sep 2026 17:17:29 +0000 Subject: [PATCH 1/4] Submit add-on --- addons/aivoicedictation/2026.1.0.json | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 addons/aivoicedictation/2026.1.0.json diff --git a/addons/aivoicedictation/2026.1.0.json b/addons/aivoicedictation/2026.1.0.json new file mode 100644 index 00000000000..c031ea53ed8 --- /dev/null +++ b/addons/aivoicedictation/2026.1.0.json @@ -0,0 +1,31 @@ +{ + "addonId": "aivoicedictation", + "displayName": "AI voice dictation", + "URL": "https://github.com/Bibeksharma5/AI-Voice-dictation-NVDA-addon/releases/download/v26.1/AI-VoiceDictation-2026.1.nvda-addon", + "description": "AI voice dictation is a comprehensive, all-in-one voice toolkit for NVDA, powered by Google Gemini, that turns your speech into polished text and supercharges everyday productivity. Dictate naturally into any edit box, transcribe audio files directly from File Explorer, refine clipboard text with professional spelling and grammar correction, enrich your writing with tasteful emoji formatting, and translate instantly into more than 100 languages. Every feature is built around accessibility and efficiency: a single layered command system (NVDA+Alt+Space) puts the entire toolkit at your fingertips, multiple Gemini API keys are rotated automatically whenever one is exhausted, dictation can be paused and resumed without losing your place, any running operation can be cancelled with a single key, current status is always one keystroke away, and the last dictation recording can be re-run if a network or API failure interrupts it. Whether you are drafting documents, composing messages, working with audio recordings, or communicating across languages, AI voice dictation is your voice-powered productivity companion, made and maintained in Nepal.", + "sha256": "e22f2eb0fea4dcecae0bcedf997ecae30739746ff1110f3601381c33267ef6e5", + "addonVersionName": "2026.1", + "addonVersionNumber": { + "major": 2026, + "minor": 1, + "patch": 0 + }, + "minNVDAVersion": { + "major": 2026, + "minor": 1, + "patch": 0 + }, + "lastTestedVersion": { + "major": 2026, + "minor": 1, + "patch": 0 + }, + "channel": "stable", + "publisher": "Bibek Sharma Dhakal", + "sourceURL": "https://github.com/Bibeksharma5/AI-Voice-dictation-NVDA-addon", + "license": "GPL v2", + "homepage": "https://github.com/Bibeksharma5/AI-Voice-dictation-NVDA-addon", + "licenseURL": "https://www.gnu.org/licenses/gpl-2.0.html", + "submissionTime": 1788369448000, + "translations": [] +} \ No newline at end of file From e51b74f854e17b629c187cd15e4ffba598837060 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Sep 2026 17:19:30 +0000 Subject: [PATCH 2/4] Add code analysis results --- addons/aivoicedictation/2026.1.0.json | 46 +++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/addons/aivoicedictation/2026.1.0.json b/addons/aivoicedictation/2026.1.0.json index c031ea53ed8..cfdea78d2a1 100644 --- a/addons/aivoicedictation/2026.1.0.json +++ b/addons/aivoicedictation/2026.1.0.json @@ -27,5 +27,47 @@ "homepage": "https://github.com/Bibeksharma5/AI-Voice-dictation-NVDA-addon", "licenseURL": "https://www.gnu.org/licenses/gpl-2.0.html", "submissionTime": 1788369448000, - "translations": [] -} \ No newline at end of file + "translations": [], + "vtScanUrl": "https://www.virustotal.com/gui/file/e22f2eb0fea4dcecae0bcedf997ecae30739746ff1110f3601381c33267ef6e5", + "scanResults": { + "virusTotal": [ + { + "_id": "e22f2eb0fea4dcecae0bcedf997ecae30739746ff1110f3601381c33267ef6e5", + "_type": "file", + "filecondis": { + "dhash": "10181c1c1d340000", + "raw_md5": "0d1d4dc5318ec50624141a148149b434" + }, + "first_submission_date": 1788369452, + "last_analysis_results": {}, + "last_analysis_stats": { + "confirmed-timeout": 0, + "failure": 0, + "harmless": 0, + "malicious": 0, + "suspicious": 0, + "timeout": 0, + "type-unsupported": 0, + "undetected": 0 + }, + "last_modification_date": 1788369453, + "last_submission_date": 1788369452, + "md5": "c3ab18d3f71be31ab527eca5983150d6", + "names": [], + "reputation": 0, + "sha1": "05f6021897bfadf99db48123b7a9d815be43aaa3", + "sha256": "e22f2eb0fea4dcecae0bcedf997ecae30739746ff1110f3601381c33267ef6e5", + "size": 31637, + "tags": [], + "times_submitted": 1, + "total_votes": { + "harmless": 0, + "malicious": 0 + }, + "type_description": "unknown", + "type_tags": [], + "unique_sources": 1 + } + ] + } +} From 068b485790cc06196ea68dda5092c01ee779426d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Sep 2026 05:18:28 +0000 Subject: [PATCH 3/4] Add Bibeksharma5 as an approved submitter for aivoicedictation --- submitters.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/submitters.json b/submitters.json index c2f23ad27eb..c3b57f8fd02 100644 --- a/submitters.json +++ b/submitters.json @@ -1745,5 +1745,11 @@ "ytdlpDownloader" ], "githubName": "uzunfikret71-stack" + }, + "207805050": { + "addons": [ + "aivoicedictation" + ], + "githubName": "Bibeksharma5" } } From 65515932c751f0ec41019e80df32471f8f99bcfc Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Sep 2026 05:18:31 +0000 Subject: [PATCH 4/4] update discussion URL --- addons/aivoicedictation/2026.1.0.json | 3 ++- discussions.json | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addons/aivoicedictation/2026.1.0.json b/addons/aivoicedictation/2026.1.0.json index cfdea78d2a1..da0e7a33051 100644 --- a/addons/aivoicedictation/2026.1.0.json +++ b/addons/aivoicedictation/2026.1.0.json @@ -69,5 +69,6 @@ "unique_sources": 1 } ] - } + }, + "reviewUrl": "https://github.com/nvaccess/addon-datastore/discussions/11485" } diff --git a/discussions.json b/discussions.json index b4d2acfa140..28d50c814ec 100644 --- a/discussions.json +++ b/discussions.json @@ -2070,5 +2070,9 @@ "yaMusicHelper": { "discussionId": "D_kwDODeB9Us4ApGGp", "discussionUrl": "https://github.com/nvaccess/addon-datastore/discussions/11465" + }, + "aivoicedictation": { + "discussionId": "D_kwDODeB9Us4ApHoW", + "discussionUrl": "https://github.com/nvaccess/addon-datastore/discussions/11485" } }