Skip to content

Commit aa28972

Browse files
authored
release: v0.47.0 (#1340)
1 parent 7777a09 commit aa28972

9 files changed

Lines changed: 18 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.47.0] - 2026-08-08
11+
1012
### Added
1113
- **CC-SET-022 and CC-SET-023**. Validate Claude Code 2.1.224's `crossSessionInbound` and `dialogExpiry` enums. Rule count 445 -> 447.
1214

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = [
2020
]
2121

2222
[workspace.package]
23-
version = "0.46.0"
23+
version = "0.47.0"
2424
edition = "2024"
2525
rust-version = "1.91"
2626
license = "MIT OR Apache-2.0"
@@ -33,8 +33,8 @@ categories = ["development-tools", "command-line-utilities"]
3333
[workspace.dependencies]
3434
mimalloc = { version = "0.1", default-features = false }
3535
# Internal crates - path for local dev, version for crates.io
36-
agnix-rules = { path = "crates/agnix-rules", version = "0.46.0" }
37-
agnix-core = { path = "crates/agnix-core", version = "0.46.0" }
36+
agnix-rules = { path = "crates/agnix-rules", version = "0.47.0" }
37+
agnix-core = { path = "crates/agnix-core", version = "0.47.0" }
3838

3939
# Core dependencies
4040
serde = { version = "1", features = ["derive"] }

editors/jetbrains/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = io.agnix
55
pluginName = agnix
66
pluginRepositoryUrl = https://github.com/agent-sh/agnix
77
# SemVer format -> https://semver.org
8-
pluginVersion = 0.46.0
8+
pluginVersion = 0.47.0
99

1010
# Supported build number ranges and IntelliJ Platform Versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
pluginSinceBuild = 233

editors/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "agnix",
33
"displayName": "agnix - Agent Config Linter",
44
"description": "Real-time validation for AI agent configuration files. Validates SKILL.md, CLAUDE.md, AGENTS.md, MCP configs, hooks, and more.",
5-
"version": "0.46.0",
5+
"version": "0.47.0",
66
"publisher": "avifenesh",
77
"repository": {
88
"type": "git",

editors/zed/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id = "agnix"
22
name = "Agnix"
3-
version = "0.46.0"
3+
version = "0.47.0"
44
schema_version = 1
55
authors = ["Avi Fenesh <avifenesh@gmail.com>"]
66
description = "Linter for agent configurations (skills, hooks, memory, plugins, MCP)"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agnix",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"description": "Linter for AI agent configurations. Validates SKILL.md, CLAUDE.md, hooks, MCP, and more.",
55
"keywords": [
66
"agent",

plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agnix",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"description": "Lint agent configurations before they break your workflow. 447 rules for Skills, Hooks, MCP, Memory, Plugins.",
55
"author": {
66
"name": "Avi Fenesh",

0 commit comments

Comments
 (0)