Skip to content

Releases: KDM-cli/ghx

v0.1.0

16 Jun 10:24
c0d49de

Choose a tag to compare

Changelog

  • ce5ce37 User Interaction Improvements:
  • f89a964 Viewport Management: Implemented viewport management for lists (e.g., file list, model selection). This ensures that only a portion of the list is visible at any time, making it easier to navigate through large datasets.
  • 99cab34 Add MIT License to the project
  • 44ad22c Added package-lock.json
  • 7934bf5 Merge branch 'main' into main
  • 0bf5e90 Merge pull request #1 from utkarsh232005/main
  • 5f7d738 Merge pull request #2 from KDM-cli/bolt
  • 42a13ae Merge pull request #3 from utkarsh232005/main
  • c0e2cb9 Merge pull request #4 from utkarsh232005/main
  • 570b4ee Merge pull request #5 from utkarsh232005/main
  • 47b981a Merge pull request #6 from utkarsh232005/main
  • 449ad59 Start repository
  • 00544a0 This commit appears to be a significant refactoring of an existing codebase, primarily involving the structure and organization of styles in a Go application. Here's a breakdown of the changes:
  • 2cf90c5 Update README.md
  • 6a706f5 Updated README.md
  • c0d49de chore(workflow): use HOMEBREW_TAP_TOKEN for releases
  • 20caee7 chore: disable go cache in release workflow and update install logs
  • 4b37d39 chore: update 5 files
  • 2183351 feat(gh): include base and head ref names in PR details
  • be281bf feat(pr): add pull request dashboard and editing capabilities
  • f0209a9 feat: added initial files
  • 11975c5 feat: refine commit message generation prompt and improve response parsing logic
  • 0e4fcb4 fix(ai): enhance PR description template for better readability and completeness
  • 1bb029d fix(commit/pr): ensure AI generation is triggered only when message/description is empty
  • 6ecc61c fix(internal/git): resolve issues with empty base branch in diff stat calculation
  • 5412a11 fix(internal/git/operations.go): refine branch filtering logic
  • 7a6dccc refactor(README): update format to Markdown and improve readability
  • 9ce5b9b refactor(ai): improve PR description generation formatting
  • bb42c5e refactor(ai): update PR title generation to strictly follow commit and file changes
  • 755e916 refactor(pr): implement spinner for generating PR components
  • 89af33c refactor(views): remove default char limit from textarea model