Peter Steinberger
|
f6928617b7
|
test: stabilize gate regressions
|
2026-03-18 15:36:32 +00:00 |
|
Peter Steinberger
|
c0c3c4824d
|
fix: checkpoint gate fixes before rebase
|
2026-03-18 15:36:18 +00:00 |
|
Vincent Koc
|
1040ae56b5
|
Telegram: fix reply-runtime test typings
|
2026-03-18 01:53:29 -07:00 |
|
Ayaan Zaidi
|
d9e776eb47
|
test(telegram): align create-bot assertions
|
2026-03-18 13:35:56 +05:30 |
|
Vincent Koc
|
fbd88e2c8f
|
Main recovery: restore formatter and contract checks (#49570)
* Extensions: fix oxfmt drift on main
* Plugins: restore runtime barrel exports on main
* Config: restore web search compatibility types
* Telegram: align test harness with reply runtime
* Plugin SDK: fix channel config accessor generics
* CLI: remove redundant search provider casts
* Tests: restore main typecheck coverage
* Lobster: fix test import formatting
* Extensions: route bundled seams through plugin-sdk
* Tests: use extension env helper for xai
* Image generation: fix main oxfmt drift
* Config: restore latest main compatibility checks
* Plugin SDK: align guardrail tests with lint
* Telegram: type native command skill mock
|
2026-03-18 00:30:01 -07:00 |
|
Ayaan Zaidi
|
b9dfb6cc23
|
test(telegram): inject bot deps in harnesses
|
2026-03-18 10:12:15 +05:30 |
|
Ayaan Zaidi
|
23f618d62d
|
test(telegram): rewire bot harnesses to runtime seams
|
2026-03-18 10:12:15 +05:30 |
|
Peter Steinberger
|
f9588da3e0
|
refactor: split plugin testing seam from bundled extension helpers
|
2026-03-17 01:05:09 -07:00 |
|
Peter Steinberger
|
f6868b7e42
|
refactor: dedupe channel entrypoints and test bridges
|
2026-03-16 23:52:23 -07:00 |
|
scoootscooob
|
ac29edf6c3
|
fix(ci): update vitest configs after channel move to extensions/ (openclaw#46066)
Verified:
- pnpm build
- pnpm check
- pnpm test:macmini
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com>
Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
|
2026-03-14 13:23:25 -05:00 |
|
scoootscooob
|
e5bca0832f
|
refactor: move Telegram channel implementation to extensions/ (#45635)
* refactor: move Telegram channel implementation to extensions/telegram/src/
Move all Telegram channel code (123 files + 10 bot/ files + 8 channel plugin
files) from src/telegram/ and src/channels/plugins/*/telegram.ts to
extensions/telegram/src/. Leave thin re-export shims at original locations so
cross-cutting src/ imports continue to resolve.
- Fix all relative import paths in moved files (../X/ -> ../../../src/X/)
- Fix vi.mock paths in 60 test files
- Fix inline typeof import() expressions
- Update tsconfig.plugin-sdk.dts.json rootDir to "." for cross-directory DTS
- Update write-plugin-sdk-entry-dts.ts for new rootDir structure
- Move channel plugin files with correct path remapping
* fix: support keyed telegram send deps
* fix: sync telegram extension copies with latest main
* fix: correct import paths and remove misplaced files in telegram extension
* fix: sync outbound-adapter with main (add sendTelegramPayloadMessages) and fix delivery.test import path
|
2026-03-14 02:50:17 -07:00 |
|