Skip to content

Release Candidate v5.5.0#355

Merged
milosmns merged 14 commits intoreleasefrom
main
Apr 5, 2026
Merged

Release Candidate v5.5.0#355
milosmns merged 14 commits intoreleasefrom
main

Conversation

@milosmns
Copy link
Copy Markdown
Contributor

@milosmns milosmns commented Apr 5, 2026

v5.5.0 — The Credits Awaken 💳⚡

This version gives The Agent a new grip on the flow of credits: balance checks are now just a message away, and credit transfers can move through chat or settings with far less friction. It also carries a layer of quiet maintenance work to keep the machinery sharp.

The Agent has learned a new financial instinct.

With v5.5.0, users can now ask The Agent for their credit balance directly in chat. No hunting, no guessing, no peering into the dark corners of an interface. The answer is closer now.

This release also lets users transfer credits to other users in two ways:

  • through chat
  • through the settings pages

That means moving credits is now more natural, more immediate, and much easier to do when the moment calls for it.

Behind the curtain, The Agent also received the necessary groundwork to support these credit transfers properly, along with documentation updates and a round of dependency refreshes. The surface feels simple. Underneath, the system is a little tighter, a little cleaner, and a little more prepared for what comes next. 🖤

Highlights

  • 💬 The Agent can now report a user’s credit balance on request
  • 🔁 The Agent can now transfer credits between users
  • ⚙️ Credit transfers are available in chat and in settings
  • 📚 Supporting docs were updated
  • 🛠️ Reliability and maintenance improvements were rolled in through dependency updates

The Agent is getting better at handling the currents that power the experience.
And this is only the beginning.

dependabot bot and others added 14 commits March 26, 2026 13:19
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the pip-all group with 4 updates: [gunicorn](https://github.com/benoitc/gunicorn), [langchain-core](https://github.com/langchain-ai/langchain), [xai-sdk](https://github.com/xai-org/xai-sdk-python) and [ruff](https://github.com/astral-sh/ruff).


Updates `gunicorn` from 25.2.0 to 25.3.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@25.2.0...25.3.0)

Updates `langchain-core` from 1.2.22 to 1.2.23
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.2.22...langchain-core==1.2.23)

Updates `xai-sdk` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/xai-org/xai-sdk-python/releases)
- [Changelog](https://github.com/xai-org/xai-sdk-python/blob/main/CHANGELOG.md)
- [Commits](xai-org/xai-sdk-python@v1.10.0...v1.11.0)

Updates `ruff` from 0.15.7 to 0.15.8
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.7...0.15.8)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: langchain-core
  dependency-version: 1.2.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: xai-sdk
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: ruff
  dependency-version: 0.15.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-all
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.2...2.20.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.20.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.86.0 to 0.87.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.86.0...v0.87.0)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 0.87.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the pip-all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.48` | `2.0.49` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.42.0` | `0.43.0` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.2.14` | `1.2.15` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `1.2.24` | `1.2.26` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.8` | `0.15.9` |


Updates `sqlalchemy` from 2.0.48 to 2.0.49
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `uvicorn` from 0.42.0 to 0.43.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.42.0...0.43.0)

Updates `langchain` from 1.2.14 to 1.2.15
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.2.14...langchain==1.2.15)

Updates `langchain-core` from 1.2.24 to 1.2.26
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.2.24...langchain-core==1.2.26)

Updates `ruff` from 0.15.8 to 0.15.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.8...0.15.9)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-version: 2.0.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: uvicorn
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: langchain
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain-core
  dependency-version: 1.2.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: ruff
  dependency-version: 0.15.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-all
...

Signed-off-by: dependabot[bot] <support@github.com>
…king The Agent, and can transfer credits to other users via chat or via the settings pages!
@milosmns milosmns self-assigned this Apr 5, 2026
@milosmns milosmns added the Release Releases and Release Candidates label Apr 5, 2026
@milosmns
Copy link
Copy Markdown
Contributor Author

milosmns commented Apr 5, 2026

Related web PR: appifyhub/agent-web#390

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 5, 2026

Build 23990610202 complete for 574c030.

# Valid until a new build
docker pull appifyhub/the-agent:latest_beta
docker pull appifyhub/the-agent:5.5.0.beta

@milosmns milosmns merged commit a779020 into release Apr 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Releases and Release Candidates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants