You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board auto-opens in a tmux split pane when tmux is available, giving the
display tool a real TTY with proper terminal dimensions. Any keypress
closes the pane. Falls back to inline rendering when not in tmux.
Replace the 3-step termW() fallback (stdout/COLUMNS/80) with a 5-step
detection chain: stdout.columns → $COLUMNS → tmux pane_width → parent
TTY via stty → 120 default. Remove the --width flag and
Object.defineProperty monkey-patch hack.
Closes#10
Co-Authored-By: Magus <magus@madappgang.com>
Crafted with agentic harness Magus (https://github.com/MadAppGang/magus)
Copy file name to clipboardExpand all lines: plugins/kanban/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "kanban",
3
-
"version": "1.2.0",
3
+
"version": "1.3.0",
4
4
"description": "Kanban board view for task management. Works with the same tasks.json as the GTD plugin. Provides board visualization, task dependencies, status flow, and optional MCP sync.",
0 commit comments