Skip to content

chore: release v0.5.0#143

Open
onsails wants to merge 1 commit into
masterfrom
release-plz-2026-06-20T22-59-44Z
Open

chore: release v0.5.0#143
onsails wants to merge 1 commit into
masterfrom
release-plz-2026-06-20T22-59-44Z

Conversation

@onsails

@onsails onsails commented Jun 20, 2026

Copy link
Copy Markdown
Owner

🤖 New release

  • right-agent: 0.4.2 -> 0.5.0
  • right-bot: 0.4.2 -> 0.5.0
  • right: 0.4.2 -> 0.5.0
  • right-agent-config: 0.4.2 -> 0.5.0
  • right-config: 0.4.2 -> 0.5.0
  • right-db: 0.4.2 -> 0.5.0
  • right-mcp: 0.4.2 -> 0.5.0
  • right-process: 0.4.2 -> 0.5.0
  • right-openshell: 0.4.2 -> 0.5.0
  • right-platform-knobs: 0.4.2 -> 0.5.0
  • right-runtime-state: 0.4.2 -> 0.5.0
  • right-codegen: 0.4.2 -> 0.5.0
  • right-prompt-safety: 0.4.2 -> 0.5.0
  • right-memory: 0.4.2 -> 0.5.0
  • right-stt: 0.4.2 -> 0.5.0
  • right-ui: 0.4.2 -> 0.5.0
  • right-lifecycle: 0.4.2 -> 0.5.0
  • right-dashboard: 0.4.2 -> 0.5.0
  • right-platform-store: 0.4.2 -> 0.5.0
  • right-hostpath: 0.4.2 -> 0.5.0
Changelog

right

[0.5.0] - 2026-06-29

Bug Fixes

  • bot: Strip bot token from download errors; reuse bot client; test with_retry
  • bot: Preserve teloxide behavior — ignore edited msgs, restore per-min throttle cap, don't throttle edits, drop dead send_html
  • bot: Address code-review findings on frankenstein migration

Documentation

  • bot: Phase3 — refresh stale teloxide references to webhook/Telegram bot

Features

  • bot: Add TgError for frankenstein client wrapper
  • bot: Add Throttle (global + per-chat rate gate) for RightBot
  • bot: RightBot frankenstein wrapper (send/edit/answer/download/commands/media/forum/webhook)
  • bot: Manual BotCommand parser replacing teloxide derive
  • bot: Callback-route + webhook-outcome decision fns for the update router
  • bot: [breaking] Replace teloxide with frankenstein — green build (all targets)

Miscellaneous

  • bot: Phase2 green gate — visibility + clippy cleanup, no new warnings

Refactor

  • bot: Pub(crate) for command/router items (unreachable_pub)
  • bot: Drop dead auth-flow HandlerCtx fields + orphan markers; doc fixups

Build

  • bot: Add frankenstein + governor deps alongside teloxide

Wip

  • bot: Phase2 foundation — RightBot extras, msg_ext helpers, BotType alias flip, build_bot
  • bot: Phase2 task 2.2 — mention/session/filter type sweep
  • bot: Phase2 task 2.5 — handler.rs to HandlerCtx + frankenstein
  • bot: Phase2 task 2.4a — error_details/bootstrap_photo/model_command
  • bot: Phase2 task 2.4b — mode_command to HandlerCtx + frankenstein
  • bot: Phase2 task 2.4c — debug/allowlist command handlers
  • bot: Phase2 task 2.6a — progress.rs to RightBot
  • bot: Phase2 task 2.6b — async_delivery.rs to RightBot
  • bot: Phase2 task 2.3 — attachments.rs to frankenstein/RightBot; tg_bot media html param
  • bot: Phase2 task 2.6c — worker.rs to RightBot/frankenstein
  • bot: Phase2 misc — sandbox_runtime/focus to i64/RightBot
  • bot: Phase2 task 2.7/2.8 — dispatch setup_telegram split, webhook router, lib.rs wiring, delete shutdown_listener
  • bot: Phase2 — lib compiles; archive/menu/Update-path/User-fields fixes


This PR was generated with release-plz.

Copilot AI review requested due to automatic review settings June 20, 2026 22:59

Copilot AI 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.

Pull request overview

This PR performs a workspace release bump to v0.5.0 (generated by release-plz), updating the changelog and Cargo metadata so all crates publish as 0.5.0.

Changes:

  • Add the 0.5.0 entry to CHANGELOG.md.
  • Bump the workspace package version from 0.4.2 to 0.5.0 in Cargo.toml.
  • Update Cargo.lock to reflect the new crate versions.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
CHANGELOG.md Adds release notes for 0.5.0 dated 2026-06-20.
Cargo.toml Updates [workspace.package] version to 0.5.0.
Cargo.lock Updates locked package metadata to 0.5.0 for workspace crates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
Comment on lines +37 to +51
### Wip

- **bot**: Phase2 foundation — RightBot extras, msg_ext helpers, BotType alias flip, build_bot
- **bot**: Phase2 task 2.2 — mention/session/filter type sweep
- **bot**: Phase2 task 2.5 — handler.rs to HandlerCtx + frankenstein
- **bot**: Phase2 task 2.4a — error_details/bootstrap_photo/model_command
- **bot**: Phase2 task 2.4b — mode_command to HandlerCtx + frankenstein
- **bot**: Phase2 task 2.4c — debug/allowlist command handlers
- **bot**: Phase2 task 2.6a — progress.rs to RightBot
- **bot**: Phase2 task 2.6b — async_delivery.rs to RightBot
- **bot**: Phase2 task 2.3 — attachments.rs to frankenstein/RightBot; tg_bot media html param
- **bot**: Phase2 task 2.6c — worker.rs to RightBot/frankenstein
- **bot**: Phase2 misc — sandbox_runtime/focus to i64/RightBot
- **bot**: Phase2 task 2.7/2.8 — dispatch setup_telegram split, webhook router, lib.rs wiring, delete shutdown_listener
- **bot**: Phase2 — lib compiles; archive/menu/Update-path/User-fields fixes
@onsails onsails force-pushed the release-plz-2026-06-20T22-59-44Z branch from 2d4c7e0 to 2799618 Compare June 29, 2026 14:41
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.

2 participants