{"id":13341894,"url":"https://github.com/redocrepus/arkode","last_synced_at":"2025-03-11T23:30:26.424Z","repository":{"id":213757719,"uuid":"732431790","full_name":"redocrepus/arkode","owner":"redocrepus","description":"Code in VS Code, using your voice, fmedia, WhisperAI and ChatGPT","archived":false,"fork":false,"pushed_at":"2024-01-20T14:06:40.000Z","size":100,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T10:07:59.016Z","etag":null,"topics":["accessibility","chatgpt","chatgpt-api","code-assistant","coding-assistant","coding-by-voice","developer-tools","openai","openai-api","programming-assistant","programming-by-voice","visual-studio-code","visual-studio-code-extension","visualstudiocode","voice-coding","voicecode","voicecoding","vscode-extension","whisper","whisper-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redocrepus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-16T16:49:09.000Z","updated_at":"2024-04-17T05:43:42.000Z","dependencies_parsed_at":"2023-12-22T21:34:43.210Z","dependency_job_id":"9462209a-6935-4798-8197-b316392e6089","html_url":"https://github.com/redocrepus/arkode","commit_stats":null,"previous_names":["redocrepus/arkode"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redocrepus%2Farkode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redocrepus%2Farkode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redocrepus%2Farkode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redocrepus%2Farkode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redocrepus","download_url":"https://codeload.github.com/redocrepus/arkode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243129497,"owners_count":20241025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","chatgpt","chatgpt-api","code-assistant","coding-assistant","coding-by-voice","developer-tools","openai","openai-api","programming-assistant","programming-by-voice","visual-studio-code","visual-studio-code-extension","visualstudiocode","voice-coding","voicecode","voicecoding","vscode-extension","whisper","whisper-api"],"created_at":"2024-07-29T19:26:40.758Z","updated_at":"2025-03-11T23:30:26.144Z","avatar_url":"https://github.com/redocrepus.png","language":"TypeScript","readme":"# arkode\n\nVoice Coding extension for VS Code.\nUses fmedia to record, WhisperAPI to transcribe and ChatGPT To format the code.\n\nMy objective is to bootstrap a tool for hands-off coding using only voice.\nAt every phase I add a little piece of functionality supporting handless coding.\nI have started with https://github.com/redocrepus/ahk-whisper-paste,\nand then used it to develop this extension.\nNow I'm using the extension to improve it.\n\n## Warnings !!!\n\n- This extension is a POC. I have no prior experience developing VS Code extensions and there might be severe issues. Use it at your own risk\n- This extension sends your code to OpenAI.\nNeither security nor privacy was a consideration when writing this extension.\n\n## Prerequisites\n\nRequires fmedia. You can get it here: https://stsaz.github.io/fmedia/\n\n## Usage\n\nHit the `pause` key to start/stop dictating your coding request.\nOptionally, you can first select a unique section of your code,\nthe selection will be replaced by the implementation of your request.\nIf no code was selected, first the extension will inject placeholder at the cursor position and then replace it with the code you've described.\nProcessing your requests may take some time and there is no progress indicator yet,\nso, please be patient.\n\n### Help needed improve features description\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n- `arkode.apiKey`: Your OpenAI API key.\n- `arkode.fmediaPath`: The path to the `fmedia` directory.\n- `arkode.whisperPromptFilePath`: The file path for the transcription prompt used for WhisperAPI.\n- `arkode.systemMessageFilePath`: Path to the system message file for ChatGPT.\n- `arkode.model`: ChatGPT model (for best results use `\"gpt-4-1106-preview\"`\n- `arkode.debugTranscription`: If not empty, your recordings are ignored and this text is be used (for saving fees and time when debugging).\n\nTo modify these settings, go to `File \u003e Preferences \u003e Settings` (Windows) and search for `Arkode`.\n\n\n## Known Issues\n\n### Help needed to describe known issues\n\nCalling out known issues can help limit users opening duplicate issues against your extension.\n\n## Changelog\n\n### 0.0.2-alpha\n\n#### New\n- ChatGPT enhanced coding:\n  - [Optional] Select a code section to be modified.\n  - Dictate a code change request for ChatGPT to implement on current text selection or at the current cursor position.\n- New settings\n  - `arkode.whisperPromptFilePath` for customized WhisperAPI prompt files.\n  - `arkode.systemMessageFilePath` for specifying the system message file path for ChatGPT.\n  - `arkode.model`: Recommended default ChatGPT model is `\"gpt-4-1106-preview\"`.\n  - `arkode.debugTranscription` for predefined requests instead of live whisper AI queries - for debugging.\n\n### Improvements\n\n- Slightly better information messages\n\n#### Changes\n- Renamed the command `arkode.inject` to `arkode.dictateCodingRequest`\n\n### 0.0.1-alpha\n\nInitial release only does context-based transcription, but doesn't do any syntax/semantics based post processing yet.\n\n\n---\n\n## Following extension guidelines\n\nEnsure that you've read through the extensions guidelines and follow the best practices for creating your extension.\n\n* [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines)\n\n## Working with Markdown\n\nYou can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:\n\n* Split the editor (`Cmd+\\` on macOS or `Ctrl+\\` on Windows and Linux).\n* Toggle preview (`Shift+Cmd+V` on macOS or `Shift+Ctrl+V` on Windows and Linux).\n* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets.\n\n## For more information\n\n* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)\n* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)\n\n**Enjoy!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredocrepus%2Farkode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredocrepus%2Farkode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredocrepus%2Farkode/lists"}