chore(main): release wardrowbe 1.9.1 - #195
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis Release Please PR publishes wardrowbe 1.9.1 by updating the release manifest and changelog. The release notes cover AI timeout mitigation through default reasoning bypass and recommendation improvements for all-season items and weather-aware season scoring; the underlying implementation changes are referenced by commit links rather than included in this diff. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
adf8306 to
622803e
Compare
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="CHANGELOG.md" line_range="13-16" />
<code_context>
+
+### 🐛 Bug Fixes
+
+* **ai:** bypass reasoning mode by default to prevent timeouts on thinking models ([129ef25](https://github.com/Anyesh/wardrowbe/commit/129ef256c9715efcfa4e56c3770b4f2bbb82f047))
+* **ai:** bypass reasoning mode by default to prevent timeouts on thinking models ([ea8966e](https://github.com/Anyesh/wardrowbe/commit/ea8966e0caa86c2189e0667a0ede6355918cec5b))
+* **recommendation:** support all-season items and weather-aware season scoring ([fd56d47](https://github.com/Anyesh/wardrowbe/commit/fd56d4798686d8d09d5ead1191cc14aea5ffb87e))
+* **recommendation:** support all-season items and weather-aware season scoring ([bd08b13](https://github.com/Anyesh/wardrowbe/commit/bd08b13a657012af4d4ebdd5c1e98c4c58fab122))
</code_context>
<issue_to_address>
**nitpick:** The 1.9.1 changelog lists the same AI fix twice and the same recommendation fix twice, making the release notes misleading and obscuring the actual distinct changes included in the release.
**Suggested fix:** Deduplicate the repeated entries, retaining one entry for each distinct fix and its relevant commit links.
```suggestion
* **ai:** bypass reasoning mode by default to prevent timeouts on thinking models ([129ef25](https://github.com/Anyesh/wardrowbe/commit/129ef256c9715efcfa4e56c3770b4f2bbb82f047), [ea8966e](https://github.com/Anyesh/wardrowbe/commit/ea8966e0caa86c2189e0667a0ede6355918cec5b))
* **recommendation:** support all-season items and weather-aware season scoring ([fd56d47](https://github.com/Anyesh/wardrowbe/commit/fd56d4798686d8d09d5ead1191cc14aea5ffb87e), [bd08b13](https://github.com/Anyesh/wardrowbe/commit/bd08b13a657012af4d4ebdd5c1e98c4c58fab122))
```
</issue_to_address>Sourcery assessment
Needs a human reviewer. If the version or changelog is wrong, release automation could publish a mislabeled release that remains visible after reverting this commit. The issue is bounded and can be corrected with a follow-up release; the diff does not alter application data, access, or other irreversible behavior.
| * **ai:** bypass reasoning mode by default to prevent timeouts on thinking models ([129ef25](https://github.com/Anyesh/wardrowbe/commit/129ef256c9715efcfa4e56c3770b4f2bbb82f047)) | ||
| * **ai:** bypass reasoning mode by default to prevent timeouts on thinking models ([ea8966e](https://github.com/Anyesh/wardrowbe/commit/ea8966e0caa86c2189e0667a0ede6355918cec5b)) | ||
| * **recommendation:** support all-season items and weather-aware season scoring ([fd56d47](https://github.com/Anyesh/wardrowbe/commit/fd56d4798686d8d09d5ead1191cc14aea5ffb87e)) | ||
| * **recommendation:** support all-season items and weather-aware season scoring ([bd08b13](https://github.com/Anyesh/wardrowbe/commit/bd08b13a657012af4d4ebdd5c1e98c4c58fab122)) |
There was a problem hiding this comment.
nitpick: The 1.9.1 changelog lists the same AI fix twice and the same recommendation fix twice, making the release notes misleading and obscuring the actual distinct changes included in the release.
Suggested fix: Deduplicate the repeated entries, retaining one entry for each distinct fix and its relevant commit links.
| * **ai:** bypass reasoning mode by default to prevent timeouts on thinking models ([129ef25](https://github.com/Anyesh/wardrowbe/commit/129ef256c9715efcfa4e56c3770b4f2bbb82f047)) | |
| * **ai:** bypass reasoning mode by default to prevent timeouts on thinking models ([ea8966e](https://github.com/Anyesh/wardrowbe/commit/ea8966e0caa86c2189e0667a0ede6355918cec5b)) | |
| * **recommendation:** support all-season items and weather-aware season scoring ([fd56d47](https://github.com/Anyesh/wardrowbe/commit/fd56d4798686d8d09d5ead1191cc14aea5ffb87e)) | |
| * **recommendation:** support all-season items and weather-aware season scoring ([bd08b13](https://github.com/Anyesh/wardrowbe/commit/bd08b13a657012af4d4ebdd5c1e98c4c58fab122)) | |
| * **ai:** bypass reasoning mode by default to prevent timeouts on thinking models ([129ef25](https://github.com/Anyesh/wardrowbe/commit/129ef256c9715efcfa4e56c3770b4f2bbb82f047), [ea8966e](https://github.com/Anyesh/wardrowbe/commit/ea8966e0caa86c2189e0667a0ede6355918cec5b)) | |
| * **recommendation:** support all-season items and weather-aware season scoring ([fd56d47](https://github.com/Anyesh/wardrowbe/commit/fd56d4798686d8d09d5ead1191cc14aea5ffb87e), [bd08b13](https://github.com/Anyesh/wardrowbe/commit/bd08b13a657012af4d4ebdd5c1e98c4c58fab122)) |
🤖 I have created a release beep boop
1.9.1 (2026-09-08)
🐛 Bug Fixes
This PR was generated with Release Please. See documentation.
Summary by Sourcery
Release wardrowbe 1.9.1 with AI timeout prevention and improved weather-aware recommendations.
Bug Fixes:
Chores: