Skip to content

feat: allow textEditor to overwrite existing files with create command #195

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

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

bhouston
Copy link
Member

This change modifies the textEditor tool to allow overwriting existing files when using the 'create' command, rather than throwing an error when a file already exists. It also adds proper history tracking for undo functionality and includes tests for the new behavior.

Fixes #192

This change modifies the textEditor tool to allow overwriting existing files when using the 'create' command, rather than throwing an error when a file already exists. It also adds proper history tracking for undo functionality and includes tests for the new behavior.

Fixes #192
@bhouston bhouston merged commit d2d44e7 into main Mar 11, 2025
1 check passed
@bhouston bhouston deleted the feature/allow-texteditor-overwrite branch March 12, 2025 02:09
Copy link

🎉 This PR is included in version mycoder-agent-v1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify textEditor to allow overwriting existing files
1 participant