Slavi Pantaleev
c82415cd7b
matrix-bot-baibot: switch to modern community.docker docker_image modules
Replaces `community.docker.docker_image` with the modern
`docker_image_pull` and `docker_image_build` split modules. Drops the
`ansible_version` compatibility ladder and the now-redundant
`_container_image_force_pull` variable (the new pull module handles
registry refresh natively via `pull: always`). Also registers
`_container_image_build_result` so that a self-build rebuild correctly
triggers a service restart.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/5191 .
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 天之前
renovate[bot]
1f3f02f0a7
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.18.0
4 週之前
renovate[bot]
8483683b28
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.17.0
1 月之前
renovate[bot]
bea22b97fa
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.16.1
1 月之前
renovate[bot]
5167507989
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.16.0
1 月之前
Slavi Pantaleev
d4e8da3e0a
Bump default OpenAI text-generation model (`gpt-5.2` -> `gpt-5.4`)
1 月之前
Slavi Pantaleev
df205a2f77
Upgrade baibot (v1.14.3 -> v1.15.0) and adapt to support optional access-token auth mode
Ref:
- https://github.com/etkecc/baibot/pull/83
- 748d2b7fd4/CHANGELOG.md (2026-03-07-version-1150)
- 748d2b7fd4/docs/configuration/authentication.md
2 月之前
renovate[bot]
dbe4b1db5f
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.14.3
2 月之前
QEDeD
f0f496b6ba
Quote YAML mode values to satisfy octal lint rules
2 月之前
Slavi Pantaleev
16010ff8c7
Add conditional restart support to client, bot, and bridge roles
For each of the 34 roles (3 clients, 9 bots, 22 bridges), this commit:
- Adds `_restart_necessary: false` default variable
- Adds `register:` directives to config/image/systemd tasks
- Computes `_restart_necessary` via set_fact (OR of all .changed results)
- Wires `(_restart_necessary | bool)` in group_vars/matrix_servers
This allows the systemd service manager to skip unnecessary restarts
when running install-* tags and nothing actually changed.
Service roles and complex multi-service roles will follow separately.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 月之前
renovate[bot]
7f04231904
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.14.1
2 月之前
Slavi Pantaleev
7d4536cf78
Upgrade baibot (v1.13.0 -> v1.14.0) and add built-in tools configuration support
3 月之前
Slavi Pantaleev
97c2915034
Upgrade baibot (v1.12.0 -> v1.13.0)
3 月之前
Slavi Pantaleev
66c85f63e6
Update default OpenAI image generation model for baibot (gpt-image-1 -> gpt-image-1.5)
4 月之前
Slavi Pantaleev
9ea18d6f2d
Upgrade baibot (v1.11.0 -> v1.12.0)
4 月之前
Slavi Pantaleev
98331ae970
Upgrade baibot (v1.10.0 -> v1.11.0) and add support for configuring a custom avatar
4 月之前
Slavi Pantaleev
fa3d05ea81
Bump OpenAI text-generation model for baibot (`gpt-5.1` -> `gpt-5.2`)
4 月之前
Slavi Pantaleev
4238ec6e86
Upgrade baibot (v1.9.0 -> v1.10.0)
5 月之前
Slavi Pantaleev
fb0a1bd489
Upgrade baibot (v1.8.3 -> v1.9.0)
5 月之前
Slavi Pantaleev
eda41e89c1
Upgrade baibot (v1.8.2 -> v1.8.3)
5 月之前
Slavi Pantaleev
b464f3cc55
Upgrade baibot (v1.8.1 -> v1.8.2)
5 月之前
Slavi Pantaleev
4b2919b538
Bump OpenAI text-generation model for baibot (`gpt-5` -> `gpt-5.1`)
5 月之前
Slavi Pantaleev
d05c83d0d5
Bump Anthropic text-generation model for baibot (`claude-3-7-sonnet-20250219` -> `claude-sonnet-4-5-20250929`)
5 月之前
Slavi Pantaleev
24c2de23d5
Upgrade baibot (v1.8.0 -> v1.8.1)
7 月之前
Slavi Pantaleev
beb8e6d5f9
Upgrade baibot (v1.7.6 -> v1.8.0)
8 月之前
Slavi Pantaleev
389118760f
Change default OpenAI model for baibot (`gpt-4.1` -> `gpt-5`)
Ref: https://openai.com/index/introducing-gpt-5/
9 月之前
Slavi Pantaleev
51ab9ed9ff
Adjust `lstrip_blocks` to use a `bool` value for compatibility with ansible-core>=2.19.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
9 月之前
Slavi Pantaleev
a1f6ee4dc9
Improve compatibility with ansible-core>=2.19.0 by not reaching into `vars`
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
9 月之前
Slavi Pantaleev
9e205d50ac
Upgrade baibot (v1.7.5 -> v1.7.6)
10 月之前
Slavi Pantaleev
018f3f4408
Upgrade baibot (v1.7.4 -> v1.7.5)
10 月之前
Slavi Pantaleev
e76b50a0b7
Upgrade baibot (v1.7.3 -> v1.7.4)
11 月之前
Slavi Pantaleev
adef970239
Upgrade baibot (v1.7.2 -> v1.7.3)
11 月之前
Slavi Pantaleev
b3cd3910a9
Default `matrix_bot_baibot_config_agents_static_definitions_openai_config_image_generation_size` to `null`
Ref: 91986a129c/CHANGELOG.md (2025-05-11-version-172)
1 年之前
Slavi Pantaleev
89599d464a
Upgrade baibot (v1.7.1 -> v1.7.2)
1 年之前
Slavi Pantaleev
8e5de2dc31
Upgrade baibot (v1.7.0 -> v1.7.1)
1 年之前
Slavi Pantaleev
09ae8750d8
Default OpenAI provider for baibot to use `gpt-image-1` instead of `dall-e-3`
Ref:
- d2660be33c/CHANGELOG.md (2025-05-10-version-170)
- https://openai.com/index/image-generation-api/
1 年之前
Slavi Pantaleev
34b2dd3dd0
Upgrade baibot (v1.6.0 -> v1.7.0)
Ref: d2660be33c/CHANGELOG.md (2025-05-10-version-170)
1 年之前
Slavi Pantaleev
9adc5be572
Add `atrix_bot_baibot_config_agents_static_definitions_openai_config_image_generation_quality`
1 年之前
Slavi Pantaleev
3ee7deb2d7
Rename variable (`matrix_user_groupname` -> `matrix_group_name`)
1 年之前
Slavi Pantaleev
9fc5cdab33
Rename variable (`matrix_user_username` -> `matrix_user_name`)
1 年之前
Slavi Pantaleev
69d6111354
Update default OpenAI model for text-generation for baibot (`gpt-4o` -> `gpt-4.1`)
Ref: https://openai.com/index/gpt-4-1/
1 年之前
Slavi Pantaleev
e02dd74e3a
Upgrade baibot (v1.5.1 -> v1.6.0)
1 年之前
Slavi Pantaleev
39c4ad4697
Upgrade baibot (v1.5.0 -> v1.5.1)
1 年之前
Suguru Hirahara
c18fc93a22
Update validate_config.yml files: edit the banner message for variables name
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 年之前
Suguru Hirahara
f5492e3727
Fix license year on matrix-bot-baibot.service.j2.license
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 年之前
Suguru Hirahara
c385bee7af
Re-run "reuse annotate" to sort statements
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 年之前
Suguru Hirahara
0a8117d96c
Add license information to files for matrix-bot-baibot
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 年之前
Slavi Pantaleev
032d4f975d
Update default Anthropic text-generation model (`claude-3-5-sonnet-20240620` -> `claude-3-7-sonnet-20250219`)
The new baibot version (v1.5.0) supports the new Claude Sonnet 3.7
model, which is supposedly improved and priced the same way, so it makes
sense to upgrade to it in our static definitions.
1 年之前
Slavi Pantaleev
f7d25a3691
Upgrade baibot (v1.4.1 -> v1.5.0) and adapt configuration
1 年之前
Suguru Hirahara
2a3fee7b80
Fix some of the spacing warnings with ansible-lint
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 年之前