renovate[bot]
27826e69ca
Update ghcr.io/etkecc/baibot Docker tag to v1.19.3
2 дней назад
renovate[bot]
d1e64c3ef2
Update ghcr.io/etkecc/baibot Docker tag to v1.19.2
1 неделю назад
renovate[bot]
2247c56c23
Update ghcr.io/etkecc/baibot Docker tag to v1.19.1
2 недель назад
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>
3 недель назад
renovate[bot]
1f3f02f0a7
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.18.0
1 месяц назад
renovate[bot]
8483683b28
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.17.0
2 месяцев назад
renovate[bot]
bea22b97fa
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.16.1
2 месяцев назад
renovate[bot]
5167507989
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.16.0
2 месяцев назад
Slavi Pantaleev
d4e8da3e0a
Bump default OpenAI text-generation model (`gpt-5.2` -> `gpt-5.4`)
2 месяцев назад
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
3 месяцев назад
QEDeD
f0f496b6ba
Quote YAML mode values to satisfy octal lint rules
3 месяцев назад
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>
3 месяцев назад
renovate[bot]
7f04231904
chore(deps): update ghcr.io/etkecc/baibot docker tag to v1.14.1
3 месяцев назад
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)
4 месяцев назад
Slavi Pantaleev
66c85f63e6
Update default OpenAI image generation model for baibot (gpt-image-1 -> gpt-image-1.5)
5 месяцев назад
Slavi Pantaleev
9ea18d6f2d
Upgrade baibot (v1.11.0 -> v1.12.0)
5 месяцев назад
Slavi Pantaleev
98331ae970
Upgrade baibot (v1.10.0 -> v1.11.0) and add support for configuring a custom avatar
5 месяцев назад
Slavi Pantaleev
fa3d05ea81
Bump OpenAI text-generation model for baibot (`gpt-5.1` -> `gpt-5.2`)
5 месяцев назад
Slavi Pantaleev
4238ec6e86
Upgrade baibot (v1.9.0 -> v1.10.0)
5 месяцев назад
Slavi Pantaleev
fb0a1bd489
Upgrade baibot (v1.8.3 -> v1.9.0)
6 месяцев назад
Slavi Pantaleev
eda41e89c1
Upgrade baibot (v1.8.2 -> v1.8.3)
6 месяцев назад
Slavi Pantaleev
b464f3cc55
Upgrade baibot (v1.8.1 -> v1.8.2)
6 месяцев назад
Slavi Pantaleev
4b2919b538
Bump OpenAI text-generation model for baibot (`gpt-5` -> `gpt-5.1`)
6 месяцев назад
Slavi Pantaleev
d05c83d0d5
Bump Anthropic text-generation model for baibot (`claude-3-7-sonnet-20250219` -> `claude-sonnet-4-5-20250929`)
6 месяцев назад
Slavi Pantaleev
24c2de23d5
Upgrade baibot (v1.8.0 -> v1.8.1)
8 месяцев назад
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
10 месяцев назад
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
10 месяцев назад
Slavi Pantaleev
9e205d50ac
Upgrade baibot (v1.7.5 -> v1.7.6)
10 месяцев назад
Slavi Pantaleev
018f3f4408
Upgrade baibot (v1.7.4 -> v1.7.5)
11 месяцев назад
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 год назад