Skip to content

fix: exitor opens when passing through e#34

Merged
jamesjohnsdev merged 2 commits into
mainfrom
dev
Jun 18, 2026
Merged

fix: exitor opens when passing through e#34
jamesjohnsdev merged 2 commits into
mainfrom
dev

Conversation

@jamesjohnsdev

@jamesjohnsdev jamesjohnsdev commented Jun 18, 2026

Copy link
Copy Markdown
Owner
  • build: add version information and version flag
  • fix: editor opens when passing through e - fixes bug: e key doesn't launch editor #32 - failure due to continuation of subsequent steps rather than early exit - test suite updated

Summary by cubic

Fixes interactive create flow so typing "e" opens the editor and skips further prompts; also adds a version flag with build-time version injection. Fixes #32.

  • Bug Fixes

    • Skip labels/assignees/milestone prompts when body is "e" so the editor opens without extra input.
    • Return an error if the editor process fails.
    • Tests updated to ensure prompts are skipped and no hang occurs.
  • New Features

    • Adds --version via Cobra by setting rootCmd.Version.
    • Injects version at build time with GoReleaser -X github.com/jamesjohnsdev/issues/cmd.Version={{.Version}}; defaults to dev for local builds.

Written for commit 416dbc4. Summary will update on new commits.

Review in cubic

- fixes #32
- failure due to continuation of subsequent steps rather than early exit
- test suite updated

@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.

No issues found across 5 files

Re-trigger cubic

@jamesjohnsdev jamesjohnsdev merged commit b85c97f into main Jun 18, 2026
6 checks passed
@jamesjohnsdev jamesjohnsdev deleted the dev branch June 18, 2026 12:06
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.

bug: e key doesn't launch editor

1 participant