taskplane 0.10.1 → 0.10.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.
@@ -531,11 +531,11 @@ function renderLanesTasks(batch, tmuxSessions) {
531
531
 
532
532
  // Worker stats from lane state sidecar + telemetry badges
533
533
  let workerHtml = "";
534
- const telemBadges = task.status !== "pending" ? telemetryBadgesHtml(tel, reviewerActive) : "";
535
534
  // Reviewer sub-row should only appear under the task currently being reviewed,
536
535
  // not all tasks in the lane. The lane-state sidecar is per-lane (shared by all
537
536
  // tasks in the lane), so check that the sidecar's current taskId matches this task.
538
537
  const reviewerActive = ls && ls.reviewerStatus === "running" && ls.taskId === task.taskId;
538
+ const telemBadges = task.status !== "pending" ? telemetryBadgesHtml(tel, reviewerActive) : "";
539
539
  if (ls && ls.workerStatus === "running" && task.status === "running") {
540
540
  const elapsed = ls.workerElapsed ? `${Math.round(ls.workerElapsed / 1000)}s` : "";
541
541
  const tools = ls.workerToolCount || 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskplane",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "AI agent orchestration for pi — parallel task execution with checkpoint discipline",
5
5
  "keywords": [
6
6
  "pi-package",