diff options
| author | Aiden Cline <[email protected]> | 2026-01-26 12:51:48 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-26 13:18:08 -0500 |
| commit | 7795cae0b55c09544dcdcf3051cefa2d473efe86 (patch) | |
| tree | 982bb7e00a5bddf545995d5bbb48d3c92411d6a2 | |
| parent | 4c9d879624fe4233950fd2365cc190f60e074154 (diff) | |
| download | opencode-7795cae0b55c09544dcdcf3051cefa2d473efe86.tar.gz opencode-7795cae0b55c09544dcdcf3051cefa2d473efe86.zip | |
ignore: tweak ai deps
| -rw-r--r-- | .opencode/command/ai-deps.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.opencode/command/ai-deps.md b/.opencode/command/ai-deps.md index 4d23c76a4..83783d5b9 100644 --- a/.opencode/command/ai-deps.md +++ b/.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. |
