Conversation
|
Found 2 changed notebooks. Review the changes at https://app.gitnotebooks.com/AnswerDotAI/claudette/pull/71 |
|
Thanks @ncoop57 ! Are these the same implementations that are in llmcoder? If so, will llmcoder use this as a dep, to avoid dupe code? |
|
BTW @ncoop57 this copilot stuff is more of the annoying and unhelpful AI stuff that wastes time unless carefully reviewed -- let's not have it add to to everyone's cognitive overhead; only include AI generated outputs after you've reviewed them. |
|
@jph00 yes these are the same ones used in llmcoder and shell sage. Should remove the dup code from both of them to just use this implementation. |
OK great - are you able to do those too please? Maybe check with @austinvhuang to ensure he's happy with this solution for llmcoder? |
|
Looks good @ncoop57 , I will remove the implementation from llmcoder. Separately, while not required for this PR, we'll want to consider a strs_replace https://gist.github.com/jph00/8e7a7c0c42c68406e55bffbd6841f029 (it's not in the claude text editor spec but incredibly useful to have). |
Closing the loop on this, llmcoder has been updated with a3cebb5dcdacb82f1bee137b59e8884b6d83941d |
Overview
Adds support for Anthropic's Text Editor Tool API, allowing Claude to view and edit files.
Key Changes
Resolves #69