b7ac8193fa
feat(telegram-remote): show transcript in Telegram only, not to AI
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)
...
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
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
...
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)
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
2e94fc9a68
Обновить .gitea/workflows/publish.yml
build-and-publish / build-test (push) Failing after 19s
build-and-publish / publish (push) Has been skipped
2026-08-27 09:16:38 +07:00
a96fd4995e
Обновить .gitea/workflows/publish.yml
build-and-publish / build-test (push) Failing after 16s
build-and-publish / publish (push) Has been skipped
2026-08-27 09:13:58 +07:00
f686c1413c
fix: install plugins via direct Gitea tarball URLs (core deps from npmjs)
build-and-publish / build-test (push) Failing after 20s
build-and-publish / publish (push) Has been skipped
2026-08-26 23:10:05 +07:00
81159a22e8
chore: isolate shared dsh plugins into independent monorepo
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
0e0b68fed5
Initial commit
2026-08-26 21:56:12 +07:00