agentful 0.3.4 → 0.3.5
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.
- package/dist/index.cjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3044,7 +3044,7 @@ var VERSION, brand, useColor, wrap, paint, sym, ui;
|
|
|
3044
3044
|
var init_branding = __esm({
|
|
3045
3045
|
"src/branding.ts"() {
|
|
3046
3046
|
"use strict";
|
|
3047
|
-
VERSION = "0.3.
|
|
3047
|
+
VERSION = "0.3.5" ? "0.3.5" : null.version;
|
|
3048
3048
|
brand = {
|
|
3049
3049
|
name: "agentful",
|
|
3050
3050
|
// the command users type
|
|
@@ -3591,7 +3591,7 @@ var ApiError = class extends Error {
|
|
|
3591
3591
|
};
|
|
3592
3592
|
var RETRYABLE_STATUSES = /* @__PURE__ */ new Set([502, 503, 504]);
|
|
3593
3593
|
var DEFAULT_RETRY = {
|
|
3594
|
-
attempts:
|
|
3594
|
+
attempts: 6,
|
|
3595
3595
|
delayMs: 3e4
|
|
3596
3596
|
};
|
|
3597
3597
|
function isRetryableStatus(status) {
|