Review of "Habla - Voice Dictation" version 3

Details Page Preview

Panel indicator for local whisper.cpp dictation. Shows a live input level while recording so you can see it hearing you, an elapsed timer, transcription progress and the last transcript. Clicking a transcript or a recent entry copies it to the clipboard. Start, stop, cancel and re-transcribe from the menu or from keyboard shortcuts.

Extension Homepage
https://github.com/enBonnet/habla

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1 manual_review 1

Shexli found 2 issues that may need reviewer attention.

EGO-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • extension.js:41
    GLib.file_get_contents(path)

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • extension.js:187
    St.Clipboard.get_default()

All Versions

Version Status
3 Unreviewed
2 Active
1 Rejected