Closed
Conversation
ezyang
added a commit
that referenced
this pull request
May 3, 2025
Add a Mv subcommand, similar to Rm, at codemcp/tools/mv.py. Check codemcp/tools/rm.py for the pattern. Add an e2e test too. ```git-revs 20cbc73 (Base revision) bde8a52 Add new mv.py file with mv_file function for moving files with git mv 13eddd1 Update __init__.py to import and expose mv_file function 8297241 Add MV subcommand to system prompt in init_project.py 2f8716a Update Summary section to include MV subtool and its parameters 26aebd5 Add end-to-end test for MV subtool 86795bf Auto-commit lint changes a60fa1a Add import for mv_file function 163d54e Add MV subtool to expected parameters c1b50bf Add implementation for MV subtool in codemcp function 5ddfb49 Add source_path and target_path parameters to codemcp function signature 88d5f10 Add source_path and target_path to provided_params HEAD Auto-commit lint changes ``` codemcp-id: 291-feat-add-mv-subcommand ghstack-source-id: fd3e246 Pull-Request-resolved: #284
This was referenced May 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
Add a Mv subcommand, similar to Rm, at codemcp/tools/mv.py. Check codemcp/tools/rm.py for the pattern. Add an e2e test too.
codemcp-id: 291-feat-add-mv-subcommand