Join Nostr
2025-10-02 18:24:58 UTC
in reply to

cmdrkeen on Nostr: > Can you tell me more about this? Sure! I tried importing Shakespeare into ...

> Can you tell me more about this?

Sure! I tried importing Shakespeare into Shakespeare to see if I could have it add syntax highlighting to the code editor. The AI made a couple of commits (most were attempts to fix errors that started popping up right after the initial change), the most recent one of which can be seen in the screenshot. But when I open the terminal and type `git log`, I only see commits from the upstream repository:



Curiously, when I run `git show`, it DOES show the most recent commit made by the agent (no diff though), but when I try to inspect the previous commits using `git show HEAD~1`, `git show HEAD~2`, etc., it just says "Failed to show commit: Could not find HEAD~1."