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

Install the packages that the AI recommends + add changeset version #385

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

nichochar
Copy link
Contributor

@nichochar nichochar commented Oct 18, 2024

Description

  • Ability to install npm packages when the AI suggests it
  • Prompts now ask the AI to give us <commandType>npm install</commandType> rather than any terminal command
  • Add a test to the plan parsing
  • Tweak some rough edges on the draggable UX

CleanShot 2024-10-17 at 21 17 50

@nichochar nichochar force-pushed the install-packages-from-ai branch from c904838 to 49fa843 Compare October 18, 2024 21:13
};

const mockXMLResponse = `
<plan>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Really like using AI to generate mock data like this. Super productive

@nichochar nichochar merged commit 84b60dc into main Oct 18, 2024
3 checks passed
@nichochar nichochar deleted the install-packages-from-ai branch October 18, 2024 21:22
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