Skip to content

chore: release 3.3.0#202

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

chore: release 3.3.0#202
EterUltimate merged 1 commit into
NickCharlie:mainfrom
EterUltimate:codex/release-3.3.0

Conversation

@EterUltimate

@EterUltimate EterUltimate commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • bump plugin version metadata to 3.3.0
  • update README badges for 3.3.0
  • add changelog notes for the cache-friendly LLM hook injection release

Validation

  • python -m py_compile __init__.py config.py services\hooks\llm_hook_handler.py webui\services\config_service.py
  • git diff --check

Summary by Sourcery

Release version 3.3.0 with cache-friendly LLM hook context handling and updated metadata.

Enhancements:

  • Optimize LLM hook dynamic context injection to avoid polluting conversation history and preserve stable system prompts.

Documentation:

  • Document the 3.3.0 release in the changelog and update README badges to the new version.

Chores:

  • Bump plugin version metadata and package version to 3.3.0.

@sourcery-ai

sourcery-ai Bot commented Jun 11, 2026

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

Reviewer's Guide

Release metadata and documentation updates for version 3.3.0, including a new changelog entry describing cache-friendly LLM hook behavior and synchronized version badges and plugin metadata.

Flow diagram for synchronized version bump to 3.3.0

flowchart LR
    VersionTag[Version 3.3.0]
    InitFile[__init__.py __version__]
    MetadataFile[metadata.yaml version]
    ReadmeCN[README.md badge]
    ReadmeEN[README_EN.md badge]
    Changelog[CHANGELOG.md 3.3.0]

    VersionTag --> InitFile
    VersionTag --> MetadataFile
    VersionTag --> ReadmeCN
    VersionTag --> ReadmeEN
    VersionTag --> Changelog
Loading

File-Level Changes

Change Details Files
Document the 3.3.0 release with emphasis on cache-friendly LLM hook injection and version bump notes.
  • Added a new 3.3.0 section to the changelog describing LLM hook dynamic context injection strategy and system prompt stability improvements.
  • Documented preservation of legacy AstrBot system_prompt/prompt fallback behavior and updated WebUI-related guidance.
  • Recorded the plugin version bump to 3.3.0 in the changelog.
CHANGELOG.md
Align all public-facing version indicators with the 3.3.0 release.
  • Updated the Chinese README version badge from 3.2.9 to 3.3.0.
  • Updated the English README version badge from 3.2.9 to 3.3.0.
  • Bumped the Python package version constant to 3.3.0.
  • Updated plugin metadata YAML version field to 3.3.0.
README.md
README_EN.md
__init__.py
metadata.yaml

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 83c53f4 into NickCharlie:main Jun 11, 2026
4 checks passed
@EterUltimate EterUltimate deleted the codex/release-3.3.0 branch June 18, 2026 05:56
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.

1 participant