rtb-chat 0.7.1

Unified multi-provider AI chat client for Claude, OpenAI, Gemini, and OpenAI-compatible endpoints. Part of the phpboyscout Rust toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# release-plz configuration.
#
# Single-crate repo, but tag/release templates stay per-crate
# (`rtb-chat-v<version>`) for fleet consistency with the other
# phpboyscout/rust repos. (The monorepo tagged this crate rtb-ai-v*;
# the rename starts a fresh rtb-chat-v* line.)

[workspace]
changelog_update = true
git_release_enable = true
git_tag_name = "{{ package }}-v{{ version }}"
git_release_name = "{{ package }} v{{ version }}"

# Don't run `cargo update` during release — dep churn is Renovate's job
# and must go through CI first.
dependencies_update = false