Skip to content

chore(main): release wardrowbe 1.9.1 - #195

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--wardrowbe
Open

chore(main): release wardrowbe 1.9.1#195
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--wardrowbe

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.9.1 (2026-09-08)

🐛 Bug Fixes

  • ai: bypass reasoning mode by default to prevent timeouts on thinking models (129ef25)
  • ai: bypass reasoning mode by default to prevent timeouts on thinking models (ea8966e)
  • recommendation: support all-season items and weather-aware season scoring (fd56d47)
  • recommendation: support all-season items and weather-aware season scoring (bd08b13)

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:

  • Prevent timeouts on thinking models by bypassing AI reasoning mode by default.
  • Improve recommendations for all-season items with weather-aware season scoring.

Chores:

  • Record the 1.9.1 release in the changelog and release manifest.

@sourcery-ai

sourcery-ai Bot commented Sep 8, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This 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

Change Details Files
Bumped the project release metadata and documented the 1.9.1 release generated by Release Please.
  • Updated the release manifest version.
  • Added the 1.9.1 changelog entry with linked bug-fix commits and release date.
.release-please-manifest.json
CHANGELOG.md
Released AI behavior changes that bypass reasoning mode by default to avoid timeouts with thinking models.
  • References two AI bug-fix commits implementing the default reasoning bypass.
Referenced commits 129ef25, ea8966e
Released recommendation updates for all-season items and weather-aware season scoring.
  • References two recommendation bug-fix commits implementing expanded season handling and weather-based scoring.
Referenced commits fd56d47, bd08b13

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--wardrowbe branch from adf8306 to 622803e Compare September 8, 2026 08:27

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sourcery assessment

Approved.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


Sourcery is free for open source - if you like our reviews please consider sharing them ✨

Comment thread CHANGELOG.md
Comment on lines +13 to +16
* **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))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
* **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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants