@rubytech/taskmaster 1.21.0 → 1.21.2

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.
@@ -6,7 +6,7 @@
6
6
  <title>Taskmaster Control</title>
7
7
  <meta name="color-scheme" content="dark light" />
8
8
  <link rel="icon" type="image/png" href="./favicon.png" />
9
- <script type="module" crossorigin src="./assets/index-Dr9SZ0ua.js"></script>
9
+ <script type="module" crossorigin src="./assets/index-fP8Y5Vwq.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="./assets/index-0WHVrpg7.css">
11
11
  </head>
12
12
  <body>
@@ -2145,7 +2145,7 @@ export class MemoryIndexManager {
2145
2145
  throw err;
2146
2146
  }
2147
2147
  const waitMs = Math.min(EMBEDDING_RETRY_MAX_DELAY_MS, Math.round(delayMs * (1 + Math.random() * 0.2)));
2148
- log.warn(`memory embeddings rate limited; retrying in ${waitMs}ms`);
2148
+ log.warn(`memory embeddings error (retrying in ${waitMs}ms): ${message}`);
2149
2149
  await new Promise((resolve) => setTimeout(resolve, waitMs));
2150
2150
  delayMs *= 2;
2151
2151
  attempt += 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.21.0",
3
+ "version": "1.21.2",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"