Skip to content

dev#41

Merged
jamesjohnsdev merged 4 commits into
mainfrom
dev
Jun 21, 2026
Merged

dev#41
jamesjohnsdev merged 4 commits into
mainfrom
dev

Conversation

@jamesjohnsdev

@jamesjohnsdev jamesjohnsdev commented Jun 21, 2026

Copy link
Copy Markdown
Owner
  • feat: added --web flag to open browser view
  • feat: able to close with comment

Summary by cubic

Adds browser support and closing comments to the CLI. You can open GitHub views with --web and add a comment when closing an issue with --comment.

  • New Features

    • list --web opens the GitHub issues list in the browser via gh.
    • view --web opens the GitHub page for the issue; errors for local-only T* issues.
    • close --comment opens $VISUAL/$EDITOR to draft a closing note; aborts on empty body. Comments are preserved when closing (comment file moved to closed/).
  • Bug Fixes

    • Return a clear error when $VISUAL/$EDITOR is empty or whitespace instead of panicking.
    • view --web and --comments are now mutually exclusive and error when used together.

Written for commit 19184a1. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 issues found across 7 files

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread cmd/view.go
Comment thread cmd/util.go
-  on whitespace-only nvim returns empty slice,
  causing index-out-of-range panic; check len before exec
-  and  on view are mutually exclusive; add early
  error instead of silently ignoring one
@jamesjohnsdev jamesjohnsdev merged commit a7dd8d3 into main Jun 21, 2026
6 checks passed
@jamesjohnsdev jamesjohnsdev deleted the dev branch June 21, 2026 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant