Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:40 +08:00
commit 760b74045e
4 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "claude-listen",
"description": "Voice input plugin for Claude Code using the listen CLI tool. Enables voice-to-text transcription for hands-free coding.",
"version": "1.1.2",
"author": {
"name": "gmoqa",
"email": "gmoqa@users.noreply.github.com",
"url": "https://github.com/gmoqa"
},
"commands": [
"./commands"
]
}