feat(telegram-remote): ship lib/ code, add voice transcription, chat pagination, stream photos
- Add lib/ (plain-ESM plugin code, no build step) so the published tarball actually contains the plugin; un-ignore lib/ for this package - Sync README: voice/audio transcription via home-lab Whishper (default large-v2, device cuda, language auto), /chats pagination and subagent hiding, whisper* config keys, updated security note
This commit is contained in:
3
packages/telegram-remote/.gitignore
vendored
3
packages/telegram-remote/.gitignore
vendored
@@ -6,3 +6,6 @@ node_modules/
|
||||
*state.json
|
||||
.env
|
||||
|
||||
|
||||
# The plugin ships its built JS (plain-ESM, no build step); keep lib/ in the package.
|
||||
!lib/
|
||||
|
||||
Reference in New Issue
Block a user