Skip to content

Commit b4df6a1

Browse files
chore(release): 1.60.3 [skip ci]
## [1.60.3](v1.60.2...v1.60.3) (2026-03-18) ### Bug Fixes * use import.meta.dirname for Node.js compatibility ([488f9be](488f9be))
1 parent 488f9be commit b4df6a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-yes",
3-
"version": "1.60.2",
3+
"version": "1.60.3",
44
"description": "A wrapper tool that automates interactions with various AI CLI tools by automatically handling common prompts and responses.",
55
"keywords": [
66
"ai",

rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-yes"
3-
version = "1.60.2"
3+
version = "1.60.3"
44
edition = "2021"
55
description = "Automated interaction wrapper for AI coding assistants"
66
authors = ["snomiao"]

0 commit comments

Comments
 (0)