Skip to content

Commit fd560dc

Browse files
chore(main): release huly-coder 0.4.0
1 parent 715cc8d commit fd560dc

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.2"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/hcengineering/huly-coder/compare/huly-coder-v0.3.2...huly-coder-v0.4.0) (2025-07-15)
4+
5+
6+
### Features
7+
8+
* additional configuration for model providers ([699161b](https://github.com/hcengineering/huly-coder/commit/699161be4ac9f7ba8b602a4a035752fd8ec771a8))
9+
* export history to markdown ([bcc1b90](https://github.com/hcengineering/huly-coder/commit/bcc1b90aef3043affe805a0ad93bd7daf2aa07ea))
10+
* store env context in data/env.txt file ([54fd6e7](https://github.com/hcengineering/huly-coder/commit/54fd6e7f5660cf8a698d56a2abe8835127d7fae6))
11+
12+
13+
### Bug Fixes
14+
15+
* on tool deny allow user correct promt ([715cc8d](https://github.com/hcengineering/huly-coder/commit/715cc8d0adf95af1b5c581085af08cc9405a8c2c))
16+
* **tui:** incorrect scroll to the latest message in history view ([cfcddd6](https://github.com/hcengineering/huly-coder/commit/cfcddd6c57e9f79022f2bf381cbdcfdc1df2bb03))
17+
* **tui:** incorrect scroll to the latest message in history view ([7d5452e](https://github.com/hcengineering/huly-coder/commit/7d5452e3788927988a7f38a4dda1f409ca9cdc4e))
18+
* update rig-fastembed module to the latest version ([1b5a91a](https://github.com/hcengineering/huly-coder/commit/1b5a91a8ee6ecd3046c89dae8f130c587b1b9d74))
19+
320
## [0.3.2](https://github.com/hcengineering/huly-coder/compare/huly-coder-v0.3.1...huly-coder-v0.3.2) (2025-07-14)
421

522

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/hcengineering/huly-coder"
1010

1111
[package]
1212
name = "huly-coder"
13-
version = "0.3.2"
13+
version = "0.4.0"
1414
edition = "2021"
1515
license = "MIT"
1616
homepage = "https://github.com/hcengineering/huly-coder"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition.workspace = true
55
license.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)