@rubytech/taskmaster 1.17.12 → 1.17.14

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-DJz3Nb2t.js"></script>
9
+ <script type="module" crossorigin src="./assets/index-BSLsAAGa.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="./assets/index-XqRo9tNW.css">
11
11
  </head>
12
12
  <body>
@@ -89,7 +89,7 @@ export function buildGatewayCronService(params) {
89
89
  state: "final",
90
90
  message: messageBody,
91
91
  });
92
- cronLogger.info({ agentId, sessionKey, sessionId, messageId }, "cron: injectToMainSession: injected");
92
+ cronLogger.info({ agentId, sessionKey, sessionId, messageId, transcriptPath }, "cron: injectToMainSession: injected");
93
93
  return true;
94
94
  }
95
95
  catch (err) {
@@ -200,7 +200,7 @@ export const chatHandlers = {
200
200
  const sanitized = preserveEnvelopes ? withMediaUrls : stripEnvelopeFromMessages(withMediaUrls);
201
201
  // Diagnostic: log resolution details so we can trace "lost history" reports.
202
202
  const prevCount = entry?.previousSessions?.length ?? 0;
203
- context.logGateway.info(`chat.history: sessionKey=${sessionKey} resolvedSessionId=${sessionId ?? "none"} storePath=${storePath ?? "none"} entryExists=${!!entry} previousSessions=${prevCount} rawMessages=${rawMessages.length} sent=${sanitized.length}`);
203
+ context.logGateway.info(`chat.history: sessionKey=${sessionKey} resolvedSessionId=${sessionId ?? "none"} storePath=${storePath ?? "none"} sessionFile=${sessionFile ?? "none"} entryExists=${!!entry} previousSessions=${prevCount} rawMessages=${rawMessages.length} sent=${sanitized.length}`);
204
204
  if (!entry) {
205
205
  context.logGateway.warn(`chat.history: no session entry found for sessionKey=${sessionKey}`);
206
206
  }
@@ -274,7 +274,7 @@ export function discoverTaskmasterPlugins(params) {
274
274
  }
275
275
  else {
276
276
  diagnostics.push({
277
- level: "error",
277
+ level: "info",
278
278
  message: `bundled extensions dir not found at ${bundled.resolvedPath ?? "unknown"}`,
279
279
  source: "bundled-dir",
280
280
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.17.12",
3
+ "version": "1.17.14",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"