Compare commits

..

12 Commits

Author SHA1 Message Date
2f2b87ae30
chore(docker): set pull_policy for nvim service 2025-03-19 12:19:52 +00:00
d2432c7034
chore: add chromadb to store embeddings from vectorcode 2025-03-19 12:19:52 +00:00
515beaabff
feat(mise): upgrade vectorcode from 0.4.9 to 0.4.11 2025-03-19 12:19:52 +00:00
8d3e5f61be
feat(mise): upgrade k9s from 0.40.8 to 0.40.9 2025-03-19 12:19:52 +00:00
0573bb05c2
feat(mise): add vectorcode to create rag from code 2025-03-19 12:19:52 +00:00
7bd2a14327
feat(mise): upgrade claude-code from 0.2.42 to 0.2.45 2025-03-19 12:19:52 +00:00
61b36b226f
chore(neovim): upgrade model used by avante 2025-03-19 12:19:52 +00:00
dafe16ea43
chore(mise): add dive to tools
This will be used to inspect docker images.
2025-03-19 12:19:52 +00:00
aad1e38f85
chore(mise): upgrade claude-code to 0.2.42 2025-03-19 12:19:52 +00:00
9db2953b54
feat(mise): upgrade runtimes
* `aqua:aws/aws-cli` from 2.24.22 to 2.24.23
* `pipx:aider-chat` from 0.76.2 to 0.77.0
2025-03-19 12:19:52 +00:00
2f4a40a709
feat(mise): add claude-code 2025-03-19 12:19:52 +00:00
19dedb7697 chore(deps): update dependency rust to v1.85.1 (#199)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rust](https://github.com/rust-lang/rust) | patch | `1.85.0` -> `1.85.1` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #199
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-03-19 12:05:08 +00:00

View File

@ -43,7 +43,7 @@ node = "22.14.0"
poetry = "2.1.1"
python = "3.13.2"
r = "4.4.3"
rust = "1.85.0"
rust = "1.85.1"
yarn = "1.22.22"
[settings]