> For the complete documentation index, see [llms.txt](https://docs.taskade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taskade.com/changelog/changelog-2026/april-2026/april-15-2026.md).

# April 15, 2026

## What's New:

### Stripe Checkout for Apps

Seamless payments for your apps powered by Stripe Checkout integration.

<figure><img src="/files/Egrhe2ke9vGZJjj93IQQ" alt="" width="563"><figcaption></figcaption></figure>

***

### Import Appkits from Private Repos & Push Appkit Updates to Github

Bring your private repos into Taskade and keep them updated effortlessly. Import, iterate, and push Appkit changes back to GitHub.

<figure><img src="/files/l42Q6mvzBjLEVsDTvZ9J" alt="" width="563"><figcaption></figcaption></figure>

***

### EVE can Ask Questions for Clarification

Eve can now ask followup questions to understand and clarify any doubts it has during brainstorming sessions, troubleshooting issues, or implementing features.

<figure><img src="/files/2WFAn7sF0cv9zkx0g2iY" alt="" width="563"><figcaption></figcaption></figure>

***

## Improvements & Fixes:

* Fixed miscellaneous UI bugs.
* You can now view your automation flow run details directly in the runs tab.
* EVE helps with onboarding for cloned apps by checking if there are any additional setup requirements needed.
* Added a reward system for users whose apps get cloned by others (10 credits per clone, daily cap of 1,000 credits)
* Added more auto AI credit top-up options.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.taskade.com/changelog/changelog-2026/april-2026/april-15-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
