outdated and update show packages which don't pass minimumReleaseAge gate
#1191
Replies: 2 comments
|
Confirmed—thanks for the clear reproduction. The update resolver already enforced PR #1192 fixes both paths by fetching timestamp-bearing metadata when the age policy is active and using the same policy-aware version picker as resolution: #1192 One extra detail from the reproduction: AI-assisted — Tool: Codex; model: openai/gpt-5; version: unavailable. |
|
Follow-up: #1192 fixed the reporting mismatch and has now merged. While expanding the coverage, I found that plain #1193 fixes that path and adds an aggregated AI-assisted — Tool: Codex; model: openai/gpt-5; version: unavailable. |
Uh oh!
There was an error while loading. Please reload this page.
Test setup: https://github.com/hilja/aube-update-repro
aube update -r -L -isuggest vite to be updated, at the moment 8.2.0 is 5 hours old. If I select it for an update, it rightfully doesn't do anything.Same with
aube outdated -r, lists vite 8.2.0 as outdated.I'm using the default
minimumReleaseAge.All reactions