Skip to content

Commit df54083

Browse files
chore(master): release arey 0.0.8
1 parent f66b183 commit df54083

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"crates/arey": "0.0.7"
2+
"crates/arey": "0.0.8"
33
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/arey/CHANGELOG.md

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

3+
## [0.0.8](https://github.com/codito/arey/compare/arey-v0.0.7...arey-v0.0.8) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* Add clear command for chat history ([#18](https://github.com/codito/arey/issues/18)) ([ce7fcac](https://github.com/codito/arey/commit/ce7fcaca319eee9c8ee01b187d0d3ed1479de8dc))
9+
* add markdown render ([#16](https://github.com/codito/arey/issues/16)) ([2a2e283](https://github.com/codito/arey/commit/2a2e2837b541d1acf8f9a9040872ca0860faf9e7))
10+
* add readline support for chat repl ([#12](https://github.com/codito/arey/issues/12)) ([379933a](https://github.com/codito/arey/commit/379933aaef15beb27b3af64fc2cdec9b1f4baeb1))
11+
* add search tool with searxng ([#19](https://github.com/codito/arey/issues/19)) ([33eb7c3](https://github.com/codito/arey/commit/33eb7c3af52e6c3e3a28659283a3e6b45b8dd427))
12+
* add vulkan feature support and CI builds ([#61](https://github.com/codito/arey/issues/61)) ([021e345](https://github.com/codito/arey/commit/021e3453251d1dc591c774798b048ecd0208a021))
13+
* agents in chat/run and system prompt ([#45](https://github.com/codito/arey/issues/45)) ([4666a1f](https://github.com/codito/arey/commit/4666a1f5e33c56a74def56475cb97b30030f1661))
14+
* agents infra and misc updates ([#60](https://github.com/codito/arey/issues/60)) ([eb73c84](https://github.com/codito/arey/commit/eb73c843894c6c4df2ad3d3a0fb91a26b4cf89e0))
15+
* allow setting system prompt from repl ([#51](https://github.com/codito/arey/issues/51)) ([b525b8d](https://github.com/codito/arey/commit/b525b8dc5badc8701cba8858301bfefa8d9b364b))
16+
* model and profile selection in chat ([#24](https://github.com/codito/arey/issues/24)) ([3ec50f4](https://github.com/codito/arey/commit/3ec50f4038f47014d91b8daed5626c4d5227b7d1))
17+
* reuse prompt kv cache for gguf models ([#23](https://github.com/codito/arey/issues/23)) ([11ef12a](https://github.com/codito/arey/commit/11ef12a966ed5f4ee6f3c6ddb4fce16ba2efa382))
18+
* tool usage ([#17](https://github.com/codito/arey/issues/17)) ([1fd8076](https://github.com/codito/arey/commit/1fd80760c273bb09c4536812790857ab36d4fa6c))
19+
* tools support for gguf models ([#22](https://github.com/codito/arey/issues/22)) ([f995a5b](https://github.com/codito/arey/commit/f995a5b8f6a76c044e3e3f1f33c5ce1f493d4070))
20+
21+
22+
### Bug Fixes
23+
24+
* drop current gguf model on switch. Granite 4 tool call format fixed. ([#68](https://github.com/codito/arey/issues/68)) ([90b8fc0](https://github.com/codito/arey/commit/90b8fc0078a0bfa747459016fead8063c4b72bbd))
25+
* use explicit version instead of version.workspace ([#13](https://github.com/codito/arey/issues/13)) ([19d43f9](https://github.com/codito/arey/commit/19d43f91b669e6c7f68ae1f07f9bd4ae0ba86cb1))
26+
327
## [0.0.7](https://github.com/codito/arey/compare/arey-v0.0.6...arey-v0.0.7) (2025-10-04)
428

529

crates/arey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arey"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition.workspace = true
55

66
[[bin]]

0 commit comments

Comments
 (0)