Commit Graph

2 Commits

Author SHA1 Message Date
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