8000 chore: Pretty format patch and reset file tools by timonv · Pull Request #456 · bosun-ai/kwaak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: Pretty format patch and reset file tools #456

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 4 commits into from
Mar 28, 2025

Conversation

timonv
Copy link
Member
@timonv timonv commented Mar 28, 2025

No description provided.

@timonv timonv force-pushed the kwaak/fix-tui-patch-reset-format-07dfcd29 branch from 0cbbe8d to 6c53346 Compare March 28, 2025 14:15
@timonv timonv merged commit a2dafbf into master Mar 28, 2025
12 checks passed
@timonv timonv deleted the kwaak/fix-tui-patch-reset-format-07dfcd29 branch March 28, 2025 14:33
timonv added a commit that referenced this pull request Mar 28, 2025
## 🤖 New release

* `kwaak`: 0.15.0 -> 0.16.0 (⚠ API breaking changes)

### ⚠ `kwaak` breaking changes

```text
--- 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/
7606
v0.40.0/src/lints/enum_variant_added.ron

Failed in:
  variant OpenAIPromptModel:O3Mini in /tmp/.tmpFjstsO/kwaak/src/config/llm_configuration.rs:257
  variant EvalCommands:Ragas in /tmp/.tmpFjstsO/kwaak/src/cli.rs:77
  variant AgentEditMode:Patch in /tmp/.tmpFjstsO/kwaak/src/config/config.rs:195

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself 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.40.0/src/lints/function_missing.ron

Failed in:
  function kwaak::evaluations::patch::evaluate, previously in file /tmp/.tmpBI2Ewg/kwaak/src/evaluations/patch.rs:222

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/function_parameter_count_changed.ron

Failed in:
  kwaak::indexing::build_query_pipeline now takes 2 parameters instead of 1, in /tmp/.tmpFjstsO/kwaak/src/indexing/query.rs:33
  kwaak::evaluations::start_tool_evaluation_agent now takes 4 parameters instead of 3, in /tmp/.tmpFjstsO/kwaak/src/evaluations/tool_evaluation_agent.rs:14

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/module_missing.ron

Failed in:
  mod kwaak::evaluations::patch, previously in file /tmp/.tmpBI2Ewg/kwaak/src/evaluations/patch.rs:1
```

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

<blockquote>

## [0.16.0] - 2025-03-28

### 🚀 Features

- Support OpenAI o3-mini (#392)
- Opt-out of indexing garbage collection (#435)
- Edit with self correcting patches (#441)
- Agents continue if their only response is a reasoning completion

### 🐛 Bug Fixes

- Tool summarizer should escape output (#432)
- Overwrite the project name for swe benchmark runs (#436)

### 🚜 Refactor

- CommandEventBuilder and Error should be public

### ⚙️ Miscellaneous Tasks

- *(evaluations)* Evaluate query pipeline with ragas (#409)
- Remove all outputs from example notebook
- Update deps
- Just in docker once
- Downgrade duckdb and update swiftide (#450)
- Pretty format patch and reset file tools (#456)

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


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

---------

Co-authored-by: Timon Vonk <timonv@gmail.com>
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