Skip to content
Open
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.4.1",
"crates/agenthint": "0.4.1"
".": "0.4.2",
"crates/agenthint": "0.4.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.2](https://github.com/forjd/agenthint/compare/v0.4.1...v0.4.2) (2026-06-11)


### Bug Fixes

* align detection and init behavior across implementations ([87fd407](https://github.com/forjd/agenthint/commit/87fd40787b04a28dbd6751ffd7c7f6caedacd2e1))
* sync Cargo.lock with crate version 0.4.1 ([8004890](https://github.com/forjd/agenthint/commit/80048907b65c5226d8dbea17d1a7e262e7323764))

## [0.4.1](https://github.com/forjd/agenthint/compare/v0.4.0...v0.4.1) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/agenthint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.2](https://github.com/forjd/agenthint/compare/agenthint-v0.4.1...agenthint-v0.4.2) (2026-06-11)


### Bug Fixes

* align detection and init behavior across implementations ([87fd407](https://github.com/forjd/agenthint/commit/87fd40787b04a28dbd6751ffd7c7f6caedacd2e1))

## [0.4.1](https://github.com/forjd/agenthint/compare/agenthint-v0.4.0...agenthint-v0.4.1) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion crates/agenthint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agenthint"
version = "0.4.1"
version = "0.4.2"
edition = "2024"
description = "Detect AI agent runtimes and adapt CLI output."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agenthint",
"version": "0.4.1",
"version": "0.4.2",
"description": "Detect AI agent runtimes and adapt CLI output.",
"type": "module",
"homepage": "https://github.com/forjd/agenthint#readme",
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 = "setuptools.build_meta"

[project]
name = "agenthint"
version = "0.4.1"
version = "0.4.2"
description = "Detect AI agent runtimes and adapt CLI output."
readme = "README.md"
requires-python = ">=3.10"
Expand Down