Skip to content
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

fix(prompts): Skip rendering prompts if no context and forward as is #530

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

timonv
Copy link
Member

@timonv timonv commented Jan 6, 2025

Fixes an issue if strings suddenly include jinja style values by mistake. Bonus performance boost.

Fixes an issue if strings suddenly include jinja style values by mistake
@timonv timonv merged commit d198bb0 into master Jan 6, 2025
10 checks passed
@timonv timonv deleted the fix/skip_render_no_context branch January 6, 2025 17:27
timonv pushed a commit that referenced this pull request Jan 6, 2025
## 🤖 New release
* `swiftide`: 0.16.0 -> 0.16.1 (✓ API compatible changes)
* `swiftide-agents`: 0.16.0 -> 0.16.1
* `swiftide-core`: 0.16.0 -> 0.16.1 (✓ API compatible changes)
* `swiftide-macros`: 0.16.0 -> 0.16.1
* `swiftide-indexing`: 0.16.0 -> 0.16.1
* `swiftide-integrations`: 0.16.0 -> 0.16.1 (✓ API compatible changes)
* `swiftide-query`: 0.16.0 -> 0.16.1

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

## `swiftide`
<blockquote>

##
[0.16.1](v0.16.0...v0.16.1)
- 2025-01-06

### Bug fixes

-
[d198bb0](d198bb0)
*(prompts)* Skip rendering prompts if no context and forward as is
(#530)

````text
Fixes an issue if strings suddenly include jinja style values by
  mistake. Bonus performance boost.
````

-
[4e8d59f](4e8d59f)
*(redb)* Log errors and return uncached instead of panicing (#531)


**Full Changelog**:
0.16.0...0.16.1
</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