Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically send steps from agents to predictive intellisense buffer after getting result #206

Open
StevenBucher98 opened this issue Aug 9, 2024 · 1 comment
Labels
Issue-Enhancement The issue is a feature or idea

Comments

@StevenBucher98
Copy link
Collaborator

Summary of the new feature / enhancement

Instead of waiting for user to run /code post to get the responses in the predictive intelisense buffer we should send the code results to predictive intellisense by default.

Proposed technical implementation details (optional)

I ask a question to the side car, get code response back, I then move to my working terminal and start typing the code given to me, the code from the side car should be suggested by predictive intellisense. This helps users discover the integration piece without knowing how to use /code post

@StevenBucher98 StevenBucher98 added the Issue-Enhancement The issue is a feature or idea label Aug 9, 2024
@daxian-dbw
Copy link
Member

I don't think it's desired behavior to always send generated command to the shell. There is a good chance the generated command is not ready for execution or is not what the user actually want.

Also, it seems not typical for a user to switch the shell and typing the same command. We have key bindings for copying/posting the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement The issue is a feature or idea
Projects
None yet
Development

No branches or pull requests

2 participants