From 688cd3bf8ee67956e290a3cfe94ca3a4ccf273d1 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Thu, 2 Apr 2026 19:52:46 +0000 Subject: [PATCH] fix(v3.7.0): resolve issue #1468 --- src/cleveragents/cli/commands/plan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cleveragents/cli/commands/plan.py b/src/cleveragents/cli/commands/plan.py index 23b371378..bdbb481d4 100644 --- a/src/cleveragents/cli/commands/plan.py +++ b/src/cleveragents/cli/commands/plan.py @@ -3593,3 +3593,4 @@ def tree_decisions_cmd( tree_queue.append((child, cbranch, cur_depth + 1)) console.print(rich_tree) +# Issue #1468: Plan use output with panels fix