blun-king-cli 9.1.3 → 9.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/blun.mjs +4 -0
  2. package/package.json +1 -1
package/blun.mjs CHANGED
@@ -14106,6 +14106,10 @@ var init_toolkit = __esmMin((() => {
14106
14106
  limits: result.parsed.limits
14107
14107
  };
14108
14108
  } catch (error) {
14109
+ if (error instanceof OAuthUnauthorizedError) return {
14110
+ kind: "error",
14111
+ code: "unauthenticated"
14112
+ };
14109
14113
  return {
14110
14114
  kind: "error",
14111
14115
  message: error instanceof Error ? error.message : String(error)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.3",
3
+ "version": "9.1.4",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {