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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "Marketplace used to distribute Infracost Claude plugins",
"version": "0.1.1"
"version": "0.1.2"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.1.1",
".": "0.1.2",
"plugins/infracost": "0.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/infracost/agent-skills/compare/infracost-marketplace-v0.1.1...infracost-marketplace-v0.1.2) (2026-07-13)


### Features

* add direct-CLI binding for shell-running agents (GitLab Duo) ([#56](https://github.com/infracost/agent-skills/issues/56)) ([a351270](https://github.com/infracost/agent-skills/commit/a35127020467167e2c90b3ab84d21984e8de3226))

## [0.1.1](https://github.com/infracost/agent-skills/compare/infracost-marketplace-v0.1.0...infracost-marketplace-v0.1.1) (2026-05-29)


Expand Down