Commit Graph

8 Commits

Author SHA1 Message Date
duorameng 09b910dc24 feat: throw error when env vars missing in task and env scripts 2026-05-28 08:14:36 +08:00
duorameng d9f47daf29 fix(sdk): handle api error response code correctly and improve missing token hints
- Fixed an issue where the request function silently resolved on HTTP 200 even when the JSON body contained an API error (e.g. code 401). Now explicitly throws when code != 200.
- Improved error messages when OpenAPI or Notify tokens are completely missing, explicitly instructing the user to configure them in the panel.
2026-05-27 17:46:03 +08:00
duorameng 20d0ab54d1 feat(builtin): modularize builtin SDK and add environment/task management capability with updated examples and docs 2026-05-26 15:54:35 +08:00
duorameng 65d6d8545d feat: add baihu notify -- fix python call 2026-04-16 23:42:37 +08:00
duorameng 7a4b7933a9 feat: add baihu notify -- fix python call 2026-04-16 23:32:34 +08:00
duorameng ad3eb4d824 feat: add baihu notify -- fix python call 2026-04-16 23:25:46 +08:00
duorameng 687e7d57c7 feat: add baihu notify -- fix python call 2026-04-16 22:02:02 +08:00
duorameng 3f5d11a8ef feat: add baihu notify 2026-04-16 21:17:09 +08:00