Skip to content

Conversation

STetsing
Copy link
Collaborator

@STetsing STetsing commented Sep 4, 2025

  • Users can now chose between asking questions or performing code edits
  • User can request AI to generate new source code files in edit mode

@STetsing STetsing requested a review from yann300 September 4, 2025 10:27
Copy link

netlify bot commented Sep 4, 2025

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 5e3d6d7
🔍 Latest deploy log https://app.netlify.com/projects/remixproject/deploys/68c01e197ed9710008e340e2
😎 Deploy Preview https://deploy-preview-6346--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@yann300
Copy link
Contributor

yann300 commented Sep 9, 2025

Can you describe the changes? it doesn't seem to be only related to ask/edit.


await this.plugin.call('fileManager', 'writeFile', file.fileName, "")
await new Promise(resolve => setTimeout(resolve, 2000)) // wait so the content is written before diffing
await this.plugin.call('editor', 'showCustomDiff', file.fileName, file.content)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you don't need to show a custom diff in that case as the file is new.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@yann300 actually you need to show a diff to be compliant to make users asserting any changes

@Aniket-Engg Aniket-Engg enabled auto-merge (rebase) September 9, 2025 13:19
@yann300 yann300 self-requested a review September 9, 2025 13:41
@Aniket-Engg Aniket-Engg merged commit bc0ca18 into master Sep 9, 2025
32 checks passed
@Aniket-Engg Aniket-Engg deleted the ask_edit branch September 9, 2025 13:41
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.

3 participants