Sfoglia il codice sorgente

ignore: tweak ai deps

Aiden Cline 3 settimane fa
parent
commit
7795cae0b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .opencode/command/ai-deps.md

+ 1 - 1
.opencode/command/ai-deps.md

@@ -7,7 +7,7 @@ Please read @package.json and @packages/opencode/package.json.
 Your job is to look into AI SDK dependencies, figure out if they have versions that can be upgraded (minor or patch versions ONLY no major ignore major changes).
 
 I want a report of every dependency and the version that can be upgraded to.
-What would be even better is if you can give me links to the changelog for each dependency, or at least some reference info so I can see what bugs were fixed or new features were added.
+What would be even better is if you can give me brief summary of the changes for each dep and a link to the changelog for each dependency, or at least some reference info so I can see what bugs were fixed or new features were added.
 
 Consider using subagents for each dep to save your context window.