DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
LuaNeovim plugin development
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Examine the completion logic in the plugin, likely in a Lua file under the plugin's source directory (e.g., lua/chatgpt/completion.lua or similar). Look for how command arguments are processed and how items are filtered for tab completion. The bug report shows that typing 'ChatGPTRun ke' and pressing Tab results in an incorrect completion. Focus on the function that provides completion candidates for commands and ensure it correctly matches partial inputs.