Skip to content

chore: bump version to 3.2.8#197

Merged
EterUltimate merged 1 commit into
NickCharlie:mainfrom
EterUltimate:codex/release-3.2.8
Jun 11, 2026
Merged

chore: bump version to 3.2.8#197
EterUltimate merged 1 commit into
NickCharlie:mainfrom
EterUltimate:codex/release-3.2.8

Conversation

@EterUltimate

@EterUltimate EterUltimate commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Release bump after merging #195.

Changes:

  • Bump plugin version to 3.2.8 in metadata, package init, and README files.

Included fixes from #195:

  • Fix [Bug] 筛选模型异常高频调用 #192 high-frequency model calls when realtime learning/filtering are disabled.
  • Add explicit realtime expression learning switch and per-group cooldown.
  • Disable LLM hook injection by default.
  • Add optional WebUI password auth, default off.
  • Remove hardcoded default WebUI password; require explicit initial password via setting or ASTRBOT_WEBUI_INITIAL_PASSWORD.

Validation already completed before this release bump:

  • Main repo targeted tests: 144 passed.
  • Ruff check passed.
  • Real AstrBot plugin dir runnable subset: 107 passed.

Summary by Sourcery

Documentation:

  • Update README badges to display plugin version 3.2.8.

@sourcery-ai

sourcery-ai Bot commented Jun 11, 2026

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

Reviewer's Guide

Bumps the plugin version from 3.2.7 to 3.2.8 across public docs, package init, and plugin metadata to publish a new release that includes previously validated fixes from PR #195.

File-Level Changes

Change Details Files
Update documented and runtime plugin version to 3.2.8 for the new release.
  • Change README version badge from 3.2.7 to 3.2.8 in the main README
  • Change README version badge from 3.2.7 to 3.2.8 in the English README
  • Update version string constant from 3.2.7 to 3.2.8 in the package initializer
  • Update plugin metadata version field from 3.2.7 to 3.2.8 to align with the release
README.md
README_EN.md
__init__.py
metadata.yaml

Assessment against linked issues

Issue Objective Addressed Explanation
#192 Fix the bug where the screening model (筛选模型) is called at an abnormally high frequency (e.g., ~98% rate, >550 calls for 60 messages) when '实时学习' and '实时LLM筛选' are disabled and the trigger thresholds are at their default values, so that calls respect the configured '表达方式学习触发消息数' and '话题检测触发消息数'. This PR only bumps the plugin version from 3.2.7 to 3.2.8 in README, init.py, and metadata.yaml. It contains no code or configuration changes related to screening model call logic, triggers, or realtime learning/filtering. The actual fix is stated to be in PR #195, not in this version-bump PR.
#192 Reduce or eliminate unnecessary high-frequency人格/personality updates (e.g., once per minute) when realtime learning/filtering are disabled and the bot is only passively listening in group chats. No logic affecting personality update scheduling or frequency is modified in this PR; it strictly updates version numbers. Therefore it does not change how often人格/personality updates occur. Any such fixes are implied to be in PR #195, not here.

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

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@EterUltimate EterUltimate merged commit 47518c0 into NickCharlie:main Jun 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] 筛选模型异常高频调用

1 participant