Commit Graph

  • 08ca248378 perf(outbound): use loaded-only channel plugin reads Vincent Koc 2026-04-13 17:12:27 +01:00
  • ae3d731810 perf(outbound): use read-only channel registry seam Vincent Koc 2026-04-13 17:05:45 +01:00
  • 0369bd75c1 fix(voice-call): keep unknown-call replays retryable Vincent Koc 2026-04-13 17:04:53 +01:00
  • 7c71255948 fix(telegram): defer replay commit until update succeeds Vincent Koc 2026-04-13 17:03:09 +01:00
  • 019f32cdb8 perf(cron): lazy-load skills snapshot runtime Vincent Koc 2026-04-13 17:00:12 +01:00
  • 2c3871b4b1 fix(voice-call): retry rejected inbound hangups Vincent Koc 2026-04-13 17:00:02 +01:00
  • a8977cde64 perf(cron): lazy-load delivery subagent registry Vincent Koc 2026-04-13 16:57:46 +01:00
  • 7daa0d047a perf(cron): use session store read path Vincent Koc 2026-04-13 16:54:25 +01:00
  • 101c16b0b1 perf(cron): lazy-load context and catalog lookups Vincent Koc 2026-04-13 16:53:25 +01:00
  • 54eaf85ea2 fix(telegram): block watermark advancement past failed updates Vincent Koc 2026-04-13 16:51:57 +01:00
  • 95517edaeb perf(agents): keep model fallback auth runtime cold Vincent Koc 2026-04-13 16:50:19 +01:00
  • 285bfb3f93 perf(cron): narrow live switch error import Vincent Koc 2026-04-13 16:50:10 +01:00
  • d4824f9a8f fix(nostr): retry inbound events after handler failures Vincent Koc 2026-04-13 16:47:52 +01:00
  • 74b4a08592 fix(tlon): release replay claims after handler failures Vincent Koc 2026-04-13 16:45:51 +01:00
  • eddcf722da perf(cron): trim unused runtime barrel exports Vincent Koc 2026-04-13 16:45:08 +01:00
  • e157c83c65 fix(runtime): avoid leaking detached cleanup promises Vincent Koc 2026-04-13 16:42:23 +01:00
  • 74f2c4a56b fix: stop repeated unknown-tool loops (#65922) Bob 2026-04-13 16:42:11 +01:00
  • 21d850dd66 perf(cron): lazy-load embedded runtime branch Vincent Koc 2026-04-13 16:40:54 +01:00
  • c441dcd47a fix(telegram): avoid leaking thread binding persist cleanup Vincent Koc 2026-04-13 16:38:58 +01:00
  • 35176f3cb7 perf(cron): isolate runtime-heavy seams Vincent Koc 2026-04-13 16:38:09 +01:00
  • df27091f5f fix(auto-reply): avoid leaking inbound debounce cleanup Vincent Koc 2026-04-13 16:36:03 +01:00
  • 7c91d0dbc9 fix(auto-reply): release inbound dedupe after dispatch errors Vincent Koc 2026-04-13 16:34:28 +01:00
  • 66ea85f9d4 perf(cron): narrow session runtime imports Vincent Koc 2026-04-13 16:33:17 +01:00
  • 9fc36837b4 fix(telegram): swallow update watermark persistence failures Vincent Koc 2026-04-13 16:31:01 +01:00
  • 2bc031c357 perf(cron): keep auth profile runtime cold Vincent Koc 2026-04-13 16:30:13 +01:00
  • 6a8704cf26 fix(tasks): avoid leaking scheduled sweep failures Vincent Koc 2026-04-13 16:26:55 +01:00
  • a945605b3c fix(plugin-sdk): avoid leaking queue rejection cleanup Vincent Koc 2026-04-13 16:24:16 +01:00
  • a08fbfb1ae perf(cron): lazy-load isolated cli runner runtime Vincent Koc 2026-04-13 16:23:27 +01:00
  • 6d38bd4768 fix(feishu): keep comment replay closed after generic failures Vincent Koc 2026-04-13 16:22:21 +01:00
  • 9c7cb6b67d fix(feishu): make bot menu retries explicit Vincent Koc 2026-04-13 16:17:07 +01:00
  • 8dbe1b4f5a fix(gateway): harden service entrypoint resolution (#65984) Mariano 2026-04-13 17:14:29 +02:00
  • 418cb55cb9 perf(infra): cache login shell env probes Vincent Koc 2026-04-13 16:12:17 +01:00
  • 8820547a07 perf(config): reuse validated best-effort snapshots Vincent Koc 2026-04-13 16:12:09 +01:00
  • 4ecc8c0d0e fix(whatsapp): await write stream finish before returning encFilePath (#65896) Frank Yang 2026-04-13 23:11:52 +08:00
  • 67593a8108 fix(feishu): make card action retries explicit Vincent Koc 2026-04-13 16:08:24 +01:00
  • f881f086bb fix(line): make webhook replay retries explicit Vincent Koc 2026-04-13 16:05:50 +01:00
  • 6c4cfa585f fix(matrix): make delivery replay retries explicit Vincent Koc 2026-04-13 16:02:55 +01:00
  • c73e80b5a7 fix(slack): make inbound retries explicit Vincent Koc 2026-04-13 15:58:50 +01:00
  • bfc77b0f45 perf(agents): keep fallback auth store cold without sources Vincent Koc 2026-04-13 15:58:09 +01:00
  • 01d49cf32f fix(discord): make inbound retries explicit Vincent Koc 2026-04-13 15:53:42 +01:00
  • 3792a39fd6 perf(cli): skip redundant schema passes for structured dry runs Vincent Koc 2026-04-13 15:49:06 +01:00
  • b051b0511c perf(secrets): fast-path explicit channel target lookup Vincent Koc 2026-04-13 15:48:56 +01:00
  • d70e6b13d7 fix(whatsapp): make inbound retries explicit Vincent Koc 2026-04-13 15:46:01 +01:00
  • fad06f7c21 fix(mattermost): make replay retries explicit Vincent Koc 2026-04-13 15:42:09 +01:00
  • 2677f7cf14 fix: validate resolved context engine contracts (#63222) fuller-stack-dev 2026-04-13 08:39:34 -06:00
  • 785b9b1bc0 fix(zalo): make replay retries explicit Vincent Koc 2026-04-13 15:36:35 +01:00
  • 2c22a15719 fix(nextcloud-talk): make replay retries explicit Vincent Koc 2026-04-13 15:34:01 +01:00
  • 143c1e81a2 fix(plugins): treat context-engine plugins as capabilities in status/inspect (#58766) Brian 2026-04-14 00:32:24 +10:00
  • 6c12ec1ed2 fix(plugin-sdk): serialize claimable dedupe races Vincent Koc 2026-04-13 15:27:52 +01:00
  • df9a38120b fix(nextcloud-talk): release replay claims on handler failure Vincent Koc 2026-04-13 15:19:14 +01:00
  • 4ce3f3eafc perf(daemon): keep install auth env path cold Vincent Koc 2026-04-13 15:17:00 +01:00
  • 4c6fc974fc refactor(feishu): share synthetic event dedupe claims Vincent Koc 2026-04-13 15:14:29 +01:00
  • bb1b30d329 perf(wizard): keep explicit skip auth path cold Vincent Koc 2026-04-13 15:12:21 +01:00
  • 9763d446d9 fix(qr): lazy load terminal ascii renderer Vincent Koc 2026-04-13 15:11:40 +01:00
  • 9387ec9933 test(wizard): mock auth profile runtime seam Vincent Koc 2026-04-13 15:09:33 +01:00
  • e14efafa68 fix(qr): lazy load terminal runtime modules Vincent Koc 2026-04-13 15:07:50 +01:00
  • 085d0c5d30 refactor(feishu): reuse persistent dedupe lookups Vincent Koc 2026-04-13 15:04:38 +01:00
  • 5207d081d4 refactor(line): share replay dedupe guard Vincent Koc 2026-04-13 15:04:07 +01:00
  • 028434a00f feat(plugin-sdk): add claimable dedupe helper Vincent Koc 2026-04-13 15:03:54 +01:00
  • dc5ed7edea fix(logging) add failover log source and target (#65955) Tak Hoffman 2026-04-13 08:56:10 -05:00
  • c15b295a85 Run context-engine turn maintenance as idle-aware background work (#65233) EVA 2026-04-13 20:50:22 +07:00
  • aee2681ab1 feat(docs): add Hostinger installation guide and link in VPS document… (#65904) Minijus-Sa 2026-04-13 16:12:44 +03:00
  • 6b6f0feb3c docs: clarify npm dist-tag auth Peter Steinberger 2026-04-13 14:03:01 +01:00
  • c4b8d6d5ab ci: add stable npm dist-tag sync Peter Steinberger 2026-04-13 13:58:04 +01:00
  • 1c0672b74f test: fix macos parallels gateway fallback v2026.4.12 Peter Steinberger 2026-04-13 13:32:47 +01:00
  • 1de5610b24 fix(feishu): guard app registration fetches Peter Steinberger 2026-04-13 11:46:57 +01:00
  • ebba080ffc fix(feishu): break auth login barrel cycle Peter Steinberger 2026-04-13 11:36:09 +01:00
  • 268824ff3a fix(feishu): keep channel auth on local api barrel Vincent Koc 2026-04-13 11:30:07 +01:00
  • 78448c0a26 fix(feishu): avoid sdk facade cycles Vincent Koc 2026-04-13 11:18:37 +01:00
  • 21ca387eda fix(ci): verify bundled plugin runtime deps origin/fix/65478-gateway-watch-regression Vincent Koc 2026-04-13 10:47:50 +01:00
  • 9e2ac8a1cb feat: Streamline Feishu channel onboarding with QR code scan-to-create flow (#65680) mazhe-nerd 2026-04-13 18:03:44 +08:00
  • 3b9fb972da test(release): align pack size budget assertion Peter Steinberger 2026-04-13 10:58:29 +01:00
  • 645c7b1897 fix: harden qmd service startup Peter Steinberger 2026-04-13 10:58:46 +01:00
  • 2e1b5407dd fix: preserve qmd command paths Peter Steinberger 2026-04-13 10:50:52 +01:00
  • 380de88a61 fix: extract shared session status runtime (#65807) Bob 2026-04-13 10:51:26 +01:00
  • ae3b10c15c fix(docker): install bundled plugin deps after prune Peter Steinberger 2026-04-13 02:45:21 -07:00
  • 431db078f2 [codex] Fix LM Studio header-auth follow-ups (#65806) Frank Yang 2026-04-13 17:45:06 +08:00
  • abe33319d3 fix(release): allow matrix runtime pack size Peter Steinberger 2026-04-13 10:39:24 +01:00
  • ee601ae993 fix(matrix): mirror staged runtime dependencies Peter Steinberger 2026-04-13 10:32:22 +01:00
  • 45f800f4f8 fix(matrix): sync runtime dependency lockfile Peter Steinberger 2026-04-13 10:29:08 +01:00
  • d63394247e fix(build): refresh a2ui bundle hash Peter Steinberger 2026-04-13 10:28:03 +01:00
  • 98c2a38bc3 fix(matrix): mirror runtime deps for docker builds Vincent Koc 2026-04-13 10:03:25 +01:00
  • e36f2f92c5 chore(release): restore 2026.4.11 appcast Peter Steinberger 2026-04-13 10:22:35 +01:00
  • 72e56097ec chore(release): prepare 2026.4.12 Peter Steinberger 2026-04-13 09:49:01 +01:00
  • ddb7a8dd80 Feat/fix qq ssrf url list (#65788) Sliverp 2026-04-13 15:49:32 +08:00
  • 0cfb83edfa feat: LM Studio Integration (#53248) Rugved Somwanshi 2026-04-13 03:22:44 -04:00
  • 5b92dbaeee docs:add maintainer info (#65762) Sliverp 2026-04-13 14:46:37 +08:00
  • 83f6a26d77 qa: keep OpenAI live defaults when auth exists pashpashpash 2026-04-12 23:26:56 -07:00
  • ae4b997a00 qa: prefer codex auth for live defaults pashpashpash 2026-04-12 23:17:54 -07:00
  • 666f48d9b8 fix(security): remove busybox/toybox from interpreter-like safe bins [AI-assisted] (#65713) Pavan Kumar Gondhi 2026-04-13 12:03:15 +05:30
  • 0a105c0900 fix(approval-auth): prevent empty approver list from granting explicit approval authorization [AI] (#65714) Pavan Kumar Gondhi 2026-04-13 12:00:13 +05:30
  • 8f8492d172 fix(security): broaden shell-wrapper detection and block env-argv assignment injection [AI-assisted] (#65717) Pavan Kumar Gondhi 2026-04-13 11:48:42 +05:30
  • 6640b35298 qa: wait for repo-contract artifact signals pashpashpash 2026-04-12 22:32:02 -07:00
  • eede525970 qa: relax repo-contract artifact matcher pashpashpash 2026-04-12 22:26:22 -07:00
  • b13844732e qa: salvage GPT-5.4 parity proof slice (#65664) pashpashpash 2026-04-12 21:01:54 -07:00
  • 3d07dfbb65 feat(qa-lab): add Convex credential broker and admin CLI (#65596) Josh Avant 2026-04-12 22:03:42 -05:00
  • 5da237c887 fix(ci): refresh qa-lab lockfile Peter Steinberger 2026-04-12 19:45:46 -07:00
  • 20266c14cb feat(qa-lab): add control ui qa-channel roundtrip scenario Peter Steinberger 2026-04-12 19:40:48 -07:00
  • f682413f57 feat(qa-channel): forward inbound media attachments Peter Steinberger 2026-04-12 19:40:35 -07:00
  • 1a47660518 feat(browser): add qa web runtime support Peter Steinberger 2026-04-12 19:40:24 -07:00