6 Commits

Author SHA1 Message Date
b7ac8193fa feat(telegram-remote): show transcript in Telegram only, not to AI
All checks were successful
build-and-publish / build-test (push) Successful in 25s
build-and-publish / publish (push) Has been skipped
2026-08-27 22:50:03 +07:00
287fe2b820 fix(telegram-remote): poll Whishper through status 1 (processing)
All checks were successful
build-and-publish / build-test (push) Successful in 27s
build-and-publish / publish (push) Has been skipped
Whishper job lifecycle: 0=created, 1=processing (tens of seconds),
2/3=finished. The poll loop treated any status != -1 as terminal and
threw 'job finished without text (status 1)' mid-transcription. Keep
polling on -1/0/1; only finished statuses with empty text are errors.
2026-08-27 22:34:28 +07:00
8ccffb2901 chore(telegram-remote): bump version to 0.2.0
All checks were successful
build-and-publish / build-test (push) Successful in 25s
build-and-publish / publish (push) Has been skipped
2026-08-27 22:25:52 +07:00
25d4e0e113 feat(telegram-remote): ship lib/ code, add voice transcription, chat pagination, stream photos
All checks were successful
build-and-publish / build-test (push) Successful in 29s
build-and-publish / publish (push) Has been skipped
- 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
2026-08-27 22:20:53 +07:00
e76c91c886 fix: rewrite tool-lab tests as pure functions (remove dead mount/FakeFs; fix import-type-as-value bug)
All checks were successful
build-and-publish / build-test (push) Successful in 26s
build-and-publish / publish (push) Has been skipped
2026-08-27 09:35:31 +07:00
81159a22e8 chore: isolate shared dsh plugins into independent monorepo
Some checks failed
build-and-publish / build-test (push) Failing after 1m6s
build-and-publish / publish (push) Has been skipped
2026-08-26 22:44:31 +07:00