Enhance dashboard, agent status, work delete, and add --model flag#2
Merged
Enhance dashboard, agent status, work delete, and add --model flag#2
Conversation
- Status dashboard: enrich Feature Work section with branch name, session indicator (● running, ○ past session), and age - Agent status: fix table alignment (ANSI codes no longer break columns), sort by last active (most recent first), show worktree name instead of path - Work delete: fix name-based matching (was broken by premature filepath.Abs), show summary before confirming, clean up Claude session files on delete - Add --model/-m flag to work new, work resume, review, and review resume to specify the Claude model when opening iTerm tabs - Add session.ProjectDir() helper for session directory cleanup Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Upstream refactored iterm-specific code to a terminal.Terminal interface supporting both iTerm2 and Ghostty. This merge resolution: - Adds model parameter to Terminal interface methods (OpenTabWithClaude, OpenTabWithResume) - Updates both iTerm and Ghostty implementations to pass --model flag - Renames --no-iterm to --no-terminal per upstream convention - Removes unused OpenTabWithClaudeModel helper Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
filepath.Abs), show summary before confirming, clean up Claude session files on delete-m/--modeltowork new,work resume,review, andreview resumeto specify Claude model when opening iTerm tabsTest plan
go build ./...passesgo test ./...passeszen statusshows enriched feature work with branch, session indicators, agezen agent statustable aligned, sorted by last activezen work delete <name>matches by name, shows summary, cleans sessionszen work new --help/zen review --helpshow--modelflag🤖 Generated with Claude Code