@rubytech/taskmaster 1.20.0 → 1.20.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.
@@ -232,9 +232,9 @@ export async function resolveReplyDirectives(params) {
232
232
  ? "off"
233
233
  : opts?.disableBlockStreaming === false
234
234
  ? "on"
235
- : agentCfg?.blockStreamingDefault === "on"
236
- ? "on"
237
- : "off";
235
+ : agentCfg?.blockStreamingDefault === "off"
236
+ ? "off"
237
+ : "on";
238
238
  const resolvedBlockStreamingBreak = agentCfg?.blockStreamingBreak === "message_end" ? "message_end" : "text_end";
239
239
  const blockStreamingEnabled = resolvedBlockStreaming === "on" && opts?.disableBlockStreaming !== true;
240
240
  const blockReplyChunking = blockStreamingEnabled
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.20.0",
3
- "commit": "2e49941c12d70d4e6618e5d40e5291beb58c0420",
4
- "builtAt": "2026-03-06T19:10:34.821Z"
2
+ "version": "1.20.2",
3
+ "commit": "d4b6c29dd73647523ebc7a8e8b7ab3c1e790dd19",
4
+ "builtAt": "2026-03-06T19:20:00.353Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.20.0",
3
+ "version": "1.20.2",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"