[GH-ISSUE #22] pass-through tab completion is broken #9

Closed
opened 2026-03-02 04:11:13 +03:00 by kerem · 0 comments
Owner

Originally created by @acunniffe on GitHub (Sep 26, 2025).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/22

Summary

Implement pass-through tab completion functionality so that when a user presses the tab key in the CLI, native shell or delegated completion is supported, enhancing usability for end users.

Acceptance Criteria

  • When using the CLI, pressing tab should delegate completion to the underlying git binary to provide contextual completions.
  • Must not break existing CLI commands.

Additional Context

We've told users git-ai is a proxy, it should not break the tab completion behavior

Originally created by @acunniffe on GitHub (Sep 26, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/22 ## Summary Implement pass-through tab completion functionality so that when a user presses the tab key in the CLI, native shell or delegated completion is supported, enhancing usability for end users. ## Acceptance Criteria - When using the CLI, pressing tab should delegate completion to the underlying git binary to provide contextual completions. - Must not break existing CLI commands. ## Additional Context We've told users git-ai is a proxy, it should not break the tab completion behavior
kerem 2026-03-02 04:11:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#9
No description provided.