Releases: codito/arey
Releases · codito/arey
v0.0.7
What's Changed
- Initial rust port by @codito in #2
- chore: add codecov with llvm by @codito in #4
- Use local models via llama.cpp by @codito in #5
- Add ask command to arey-rust by @codito in #6
- chore: remove python code by @codito in #7
- chore: use cargo workspace and extract core/cli by @codito in #8
- chore: bootstrap releases for path: . by @codito in #9
- chore: add a bootstrap SHA for release-please by @codito in #10
- ci: release-please versioning changes by @codito in #11
- feat: add readline support for chat by @codito in #12
- fix: use explicit version instead of version.workspace by @codito in #13
- chore: add cargo-workspace plugin by @codito in #14
- feat: add markdown render by @codito in #16
- feat: tool usage by @codito in #17
- feat: Add clear command for chat history by @codito in #18
- feat: add search tool with searxng by @codito in #19
- chore: update to GPLv3 license by @codito in #20
- refactor: clean up the layering, add missing docs and tests by @codito in #21
- feat: tools support for gguf models by @codito in #22
- feat: reuse prompt kv cache for gguf models by @codito in #23
- feat: model and profile selection in chat by @codito in #24
- build(deps): bump slab from 0.4.10 to 0.4.11 in the cargo group across 1 directory by @dependabot[bot] in #26
- chore: add dependabot by @codito in #25
- build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory by @dependabot[bot] in #27
- build(deps): bump notify from 8.1.0 to 8.2.0 by @dependabot[bot] in #31
- build(deps): bump regex from 1.11.1 to 1.11.2 by @dependabot[bot] in #28
- build(deps): bump async-trait from 0.1.88 to 0.1.89 by @dependabot[bot] in #30
- build(deps): bump minijinja from 2.11.0 to 2.12.0 by @dependabot[bot] in #29
- build(deps): bump async-openai from 0.29.0 to 0.29.2 by @dependabot[bot] in #32
- chore: auto merge on dependabot prs by @codito in #33
- build(deps): bump serde_json from 1.0.142 to 1.0.143 by @dependabot[bot] in #34
- build(deps): bump thiserror from 2.0.12 to 2.0.16 by @dependabot[bot] in #35
- build(deps): bump clap from 4.5.42 to 4.5.46 by @dependabot[bot] in #36
- build(deps): bump minijinja-contrib from 2.11.0 to 2.12.0 by @dependabot[bot] in #37
- build(deps): bump reqwest from 0.12.22 to 0.12.23 by @dependabot[bot] in #38
- build(deps): bump tempfile from 3.20.0 to 3.21.0 by @dependabot[bot] in #39
- build(deps): bump wiremock from 0.6.4 to 0.6.5 by @dependabot[bot] in #40
- build(deps): bump rustyline from 16.0.0 to 17.0.1 by @dependabot[bot] in #41
- build(deps): bump llama-cpp-2 from 0.1.118 to 0.1.119 by @dependabot[bot] in #42
- build(deps): bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #44
- build(deps): bump llama-cpp-sys-2 from 0.1.118 to 0.1.119 by @dependabot[bot] in #43
- Agent and system prompt by @codito in #45
- build(deps): bump llama-cpp-sys-2 from 0.1.119 to 0.1.121 by @dependabot[bot] in #46
- build(deps): bump console from 0.16.0 to 0.16.1 by @dependabot[bot] in #48
- build(deps): bump clap from 4.5.46 to 4.5.47 by @dependabot[bot] in #49
- build(deps): bump async-openai from 0.29.2 to 0.29.3 by @dependabot[bot] in #50
- build(deps): bump llama-cpp-2 from 0.1.119 to 0.1.121 by @dependabot[bot] in #47
- feat: allow setting system prompt from repl by @codito in #51
- build(deps): bump chrono from 0.4.41 to 0.4.42 by @dependabot[bot] in #52
- build(deps): bump tempfile from 3.21.0 to 3.22.0 by @dependabot[bot] in #54
- build(deps): bump serde from 1.0.219 to 1.0.224 by @dependabot[bot] in #53
- build(deps): bump serde_json from 1.0.143 to 1.0.145 by @dependabot[bot] in #55
- build(deps): bump anyhow from 1.0.99 to 1.0.100 by @dependabot[bot] in #57
- build(deps): bump clap from 4.5.47 to 4.5.48 by @dependabot[bot] in #58
- build(deps): bump serde from 1.0.224 to 1.0.226 by @dependabot[bot] in #59
- feat: agents infra and misc updates by @codito in #60
- feat: add vulkan feature support and CI builds by @codito in #61
- refactor: improve REPL commands to show current and available options by default by @codito in #62
- build(deps): bump syntect from 5.2.0 to 5.3.0 by @dependabot[bot] in #63
- build(deps): bump thiserror from 2.0.16 to 2.0.17 by @dependabot[bot] in #64
- build(deps): bump regex from 1.11.2 to 1.11.3 by @dependabot[bot] in #65
- build(deps): bump tempfile from 3.22.0 to 3.23.0 by @dependabot[bot] in #67
- build(deps): bump serde from 1.0.226 to 1.0.228 by @dependabot[bot] in #66
- fix: drop current gguf model on switch. Granite 4 tool call format fixed. by @codito in #68
- build(deps): bump rustyline from 17.0.1 to 17.0.2 by @dependabot[bot] in #69
- build(deps): bump clap from 4.5.48 to 4.5.49 by @dependabot[bot] in #70
- build(deps): bump async-openai from 0.29.3 to 0.29.5 by @dependabot[bot] in #72
- build(deps): bump regex from 1.11.3 to 1.12.2 by @dependabot[bot] in #71
- build(deps): bump reqwest from 0.12.23 to 0.12.24 by @dependabot[bot] in #73
- chore(master): release arey 0.0.7 by @codito in #15
New Contributors
- @codito made their first contribution in #2
- @dependabot[bot] made their first contribution in #26
Full Changelog: v0.0.6...v0.0.7
v0.0.6
- Feature: initial support for openai compatible servers.
- Feature: new models - Gemma 2, Llama 3.1, Codegeex 4.
- Fix: add readline support, update to latest llama-cpp for newer models
including Gemma2 and so on.
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Release v0.0.5 with ollama support.
v0.0.4
Release v0.0.4. See changelog for details.
v0.0.3
Release v0.0.3
v0.0.1
first pre-alpha release v0.0.1