Skip to content

refactor(tui): replace skill popup with inline autocomplete#58

Merged
iohub merged 3 commits into
mainfrom
feat-openai-go
May 8, 2026
Merged

refactor(tui): replace skill popup with inline autocomplete#58
iohub merged 3 commits into
mainfrom
feat-openai-go

Conversation

@iohub
Copy link
Copy Markdown
Owner

@iohub iohub commented May 8, 2026

No description provided.

iohub added 3 commits May 8, 2026 11:18
Replace the modal skill popup overlay (triggered by '/' in edit
mode) with an inline autocomplete widget rendered directly below
the textarea. This provides a smoother, non-blocking UX:

- Inline suggestions appear as the user types after '/'
- Tab cycles through suggestions, Enter selects and submits
- Esc dismisses autocomplete without modal context switch
- Removes ~100 lines of popup rendering and navigation code
- Detect user-staged files and skip filtering for manual staging
- Add smart file filtering to exclude data, binary, media, archive,
  and test fixture files
- Remove manual confirmation step, commit directly after filtering
- Show git log after commit for post-hoc verification
Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Sorry @iohub, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@iohub iohub merged commit 63fe1eb into main May 8, 2026
1 check passed
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