Aiden Cline 3 недель назад
Родитель
Сommit
7795cae0b5
1 измененных файлов с 1 добавлено и 1 удалено
  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).
 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.
 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.
 Consider using subagents for each dep to save your context window.