You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement context-aware completion from PR #598 to enable intelligent completion suggestions based on previously resolved arguments.
Current completion requests lack context about previously resolved variables, limiting completion intelligence for multi-argument templates.
Solution
Add optional CompletionContext to completion requests: