Skip to content

Commit abf760e

Browse files
chore(release): 1.59.0 [skip ci]
# [1.59.0](v1.58.0...v1.59.0) (2026-03-31) ### Features * improve tool descriptions for better LLM tool usage ([914665b](914665b))
1 parent 914665b commit abf760e

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

clif-pad-ide/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.59.0](https://github.com/DLhugly/Clif-Code/compare/v1.58.0...v1.59.0) (2026-03-31)
2+
3+
4+
### Features
5+
6+
* improve tool descriptions for better LLM tool usage ([914665b](https://github.com/DLhugly/Clif-Code/commit/914665b5ffef8842547f101c4cac8241e0b2ee6a))
7+
18
# [1.58.0](https://github.com/DLhugly/Clif-Code/compare/v1.57.1...v1.58.0) (2026-03-31)
29

310

clif-pad-ide/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.

clif-pad-ide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clifpad",
3-
"version": "1.58.0",
3+
"version": "1.59.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

clif-pad-ide/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clifpad"
3-
version = "1.58.0"
3+
version = "1.59.0"
44
edition = "2021"
55

66
[lib]

clif-pad-ide/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nickt4/tauri-v2-schema/main/tauri.conf.json",
33
"productName": "ClifPad",
4-
"version": "1.58.0",
4+
"version": "1.59.0",
55
"identifier": "com.clif.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)