Christian Tanul

Results 7 issues of Christian Tanul

### Background This pull request introduces the "Conversation Summary Mode," which generates concise GPT-generated summaries for each step and a final summary upon exit. It enables users to track the...

conflicts

Hello creator(s) of Slippers! I have heard about your project from this guy on YouTube, BugBytes: https://www.youtube.com/watch?v=oC1K8IKK3Vo I was excited to use it but was disappointed to see my IDE...

### Problem When a FastAPI app has a custom `default_response_class`, the debug toolbar's API route inherits this default instead of properly returning JSON, causing encoding errors. ### Reproduce the issue...

## Summary hey grugs, we have [datastar](https://data-star.dev/) at home ## Description This extension adds support for `` tags which you can send from your server to do whatever you want...

## Summary I wish this minimal setup just worked™: ```html Loading… ``` ```html data: I'm an unnamed event! ``` **Expectation:** Payload from `data:` swaps directly into `` (using default swap...

You can now use `hx-select` to select a portion of HTML from an SSE event to swap, just like you can with `hx-get` or `hx-post`. Example: **Server Event:** ``` data:...

## Description This PR adds history management functions from htmx core: 1. `saveCurrentPageToHistory` 2. `setCurrentPathForHistory` 3. `pushUrlIntoHistory` 4. `replaceUrlInHistory` to the `internalAPI` const, making them accessible via extensions using `api.pushUrlIntoHistory`,...