8000 fix: After clearing the cache app should self-heal by timonv · Pull Request #142 · bosun-ai/kwaak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: After clearing the cache app should self-heal #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Conversation

timonv
Copy link
Member
@timonv timonv commented Jan 11, 2025

No description provided.

timonv merged commit 978648b into master Jan 11, 2025
6 of 8 checks passed
@timonv timonv deleted the fix/init-no-dirs branch January 11, 2025 15:29
timonv pushed a commit that referenced this pull request Jan 12, 2025
## 🤖 New release
* `kwaak`: 0.1.12 -> 0.2.0 (⚠️ API breaking changes)

### ⚠️ `kwaak` breaking changes

```
--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field Config.indexing_batch_size in /tmp/.tmpBR5Bvo/kwaak/src/config/config.rs:37

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_variant_added.ron

Failed in:
  variant LLMConfiguration:Ollama in /tmp/.tmpBR5Bvo/kwaak/src/config/llm_configuration.rs:38

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field indexing_concurrency of struct Config, previously in file /tmp/.tmpL1I3Nj/kwaak/src/config/config.rs:29

--- failure struct_pub_field_now_doc_hidden: pub struct field is now #[doc(hidden)] ---

Description:
A pub field of a pub struct is now marked #[doc(hidden)] and is no longer part of the public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/struct_pub_field_now_doc_hidden.ron

Failed in:
  field Config.indexing_concurrency in file /tmp/.tmpBR5Bvo/kwaak/src/config/config.rs:17
```

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.2.0] - 2025-01-12

### 🚀 Features

- *(ci)* Announce new releases to discord (#141)
- Ollama support! (#147)

### 🐛 Bug Fixes

- After clearing the cache app should self-heal (#142)
- Handle breaking, non-panic errors gracefully with more informative
output (#144)
- *(docker)* Fix socket connection errors when setting up docker (#148)

### 📚 Documentation

- Render demo in higher font size and trim terminal start/stop
- Trim waiting times from demo and up font size (#137)
- Trim the last couple of frames of the demo and slightly larger font
- *(README)* Update blog posts
- Update README.md (#138)
- Enhance README with OpenAI and Ollama Configuration Details (#146)
- Update readme with all configuration settings (#151)

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0