warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.07k stars 360 forks source link

Warp AI history search #3838

Closed Liferenko closed 1 month ago

Liferenko commented 10 months ago

Discord username (optional)

liferenko

Describe the solution you'd like?

It would be nice to have an access to Warp AI history: filter answers, search through etc.

Is your feature request related to a problem? Please describe.

I'm always frustrated when I want to scroll back in Warp AI to find my previous prompts and answers but got nothing. Or when I accidentally press "Restart" in Warp AI sidebar and all beautiful, lovely and heartwarming words between me and AI are falling into the void...

Additional context

No response

How important is this feature to you?

2

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

None

dannyneira commented 10 months ago

Hey @Liferenko, thanks for this feature request! As a possible workaround, type something into the Warp AI chat and press the UP arrow to find the recent prompts containing that word(s).

https://github.com/warpdotdev/Warp/assets/16809145/6371bda2-6717-451a-bca6-3b91efb217ee

To anyone else interested in this feature, please add a :+1: to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.

Also, please note a related request for AI Command suggestions history you can track here #3562

fatalwithin commented 7 months ago

Discord username (optional)

liferenko

Describe the solution you'd like?

It would be nice to have an access to Warp AI history: filter answers, search through etc.

Is your feature request related to a problem? Please describe.

I'm always frustrated when I want to scroll back in Warp AI to find my previous prompts and answers but got nothing. Or when I accidentally press "Restart" in Warp AI sidebar and all beautiful, lovely and heartwarming words between me and AI are falling into the void...

Additional context

No response

How important is this feature to you?

2

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

None

+1

mivanov commented 6 months ago

I would love this feature as well, especially in the case of "Ask Warp AI" in the terminal prompt. Very frequently I need to modify a previously used prompt and it is a pain to have to type the whole thing again. It would be nice if it was integrated with the command history by pressing UP arrow or typing # and then pressing UP arrow. Btw @dannyneira the workaround you mentioned works in a very narrow use case: it only works within the Warp AI chat window for the current session. It does not help with "Ask Warp AI" in the prompt or allow you to go back past when Warp was most recently launched.

csells commented 2 months ago

Now that I'm using # in Warp to generate commands via AI, I don't want to stop. However, I almost always want to follow up either by updating the previous # prompt (which doesn't seem to be an option) or adding new criterial onto the existing prompt, which does work.

For example, if I do:

# find apk files recursively

I can't do:

# show file sizes

and get the file sizes for each of the listed apk files. I also can't up arrow and just add "and show files sizes" onto the previous "get apk files recursively" command.

Help!

dannyneira commented 1 month ago

Hi folks, You can now find previous Agent Mode query history in Command Search (CTRL-R) or UP arrow history.

https://github.com/user-attachments/assets/a1932217-36a3-41b5-9894-d001a91046c4

Please note that Warp doesn't keep the history for previous AI Command Suggestions queries.

Closing as resolved, but please let us know if any issues.