rrce-workflow 0.2.31 → 0.2.32

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1905,7 +1905,7 @@ var init_App = __esm({
1905
1905
  if (input === "r") {
1906
1906
  setLogs((prev) => [...prev, "[INFO] Config reload requested..."]);
1907
1907
  }
1908
- });
1908
+ }, { isActive: true });
1909
1909
  const termHeight = process.stdout.rows || 24;
1910
1910
  const logHeight = Math.max(5, termHeight - 12);
1911
1911
  return /* @__PURE__ */ jsx6(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rrce-workflow",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
4
4
  "description": "RRCE-Workflow TUI - Agentic code workflow generator for AI-assisted development",
5
5
  "author": "RRCE Team",
6
6
  "license": "MIT",