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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.22"
".": "0.1.23"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to Better Agents will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.23](https://github.com/langwatch/better-agents/compare/v0.1.22...v0.1.23) (2026-02-22)


### Features

* pass LANGWATCH_API_KEY to MCP server config ([#84](https://github.com/langwatch/better-agents/issues/84)) ([8ab576e](https://github.com/langwatch/better-agents/commit/8ab576ecc12eca6d1da3526983f04212d857ca6a))

## [0.1.22](https://github.com/langwatch/better-agents/compare/v0.1.20...v0.1.22) (2026-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langwatch/better-agents",
"version": "0.1.22",
"version": "0.1.23",
"description": "CLI for kicking off production-ready agent projects with LangWatch best practices",
"type": "module",
"main": "./dist/index.js",
Expand Down