cc-libs/apis
Guillaume ARM 3b647090fa fix(ai): retry transient network timeouts during poll
A single poll GET that hit a network-level failure was treated as fatal,
aborting the whole poll after the ~60s per-call timeout instead of retrying
until poll_timeout. Network failures during polling are now transient: they
log and reschedule until the deadline. HTTP 404 and other non-200 codes stay
fatal.
2026-06-11 22:08:45 +02:00
..
eventloop.lua feat(version): resolve versions from packages 2026-06-09 06:25:32 +02:00
libai.lua fix(ai): retry transient network timeouts during poll 2026-06-11 22:08:45 +02:00
libcarre.lua feat(sandbox): add carre program 2026-06-09 09:15:07 +02:00
libccpm.lua feat(ccpm): default registry to gitea 2026-06-11 06:41:22 +02:00
libmcpcomputer.lua feat(mcp): add write-file tool 2026-06-11 16:14:00 +02:00
librouter.lua feat(net): unify boot eventloop and service bus 2026-06-09 21:48:56 +02:00
libtest.lua feat(version): resolve versions from packages 2026-06-09 06:25:32 +02:00
libtrapgpt.lua feat(ai): add trapgpt chat bot 2026-06-09 20:10:52 +02:00
libtui.lua feat(version): resolve versions from packages 2026-06-09 06:25:32 +02:00
libversion.lua feat(version): resolve versions from packages 2026-06-09 06:25:32 +02:00
net.lua feat(net): unify boot eventloop and service bus 2026-06-09 21:48:56 +02:00