Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/xnoto/opencode-agent-hub/compare/v1.4.3...v1.5.0) (2026-04-17)


### Features

* model-aware injection, messaging reliability, and preflight improvements ([#81](https://github.com/xnoto/opencode-agent-hub/issues/81)) ([33897d6](https://github.com/xnoto/opencode-agent-hub/commit/33897d6e64966bab3bf982e8950a12cc6c7598c1))

## [Unreleased]

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "opencode-agent-hub"
version = "1.4.3"
version = "1.5.0"
description = "Multi-agent coordination daemon and tools for OpenCode"
readme = "README.md"
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/opencode_agent_hub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
try:
__version__ = version("opencode-agent-hub")
except PackageNotFoundError: # pragma: no cover - fallback for dev
__version__ = "1.4.3"
__version__ = "1.5.0"
Loading