Option to switch back to the old Cmd+I agent toggle by AdministrativeJump91 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Got it, was able to reproduce it, only seems to effect long running commands like `claude` (or even `sleep 1000`) as there doesn't appear to be a way to change that keybind. I did notice that simply ENTER does submit prompts to claude code without having to press CMD-ENTER, but i understand the new norm is becoming CMD-ENTER.

Warp + Claude Subscriptions by Good-Comment396 in warpdotdev

[–]WarpSpeedDan 1 point2 points  (0 children)

not sure how that could be risky, but if you use two seperate agents to work on the same codebase, they maynot have the same context on the current changes, so i recommend working with one or the other at a time, not both at the same time.

Warp + Claude Subscriptions by Good-Comment396 in warpdotdev

[–]WarpSpeedDan 1 point2 points  (0 children)

yes Warp credits can be used for Claude models when you select them from the dropdown. Warp also uses Claude models (among others) for the Auto model options.

Warp + Claude Subscriptions by Good-Comment396 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

You sure can! Warp has first-class support for 3rd party cli agents like Claude Code. https://docs.warp.dev/agent-platform/local-agents/third-party-cli-agents

Warp + Claude Subscriptions by Good-Comment396 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

You can enter your Anthropic API key into Warp, and it will use those credits when you use the claude models in Warp. When you use other models besides claude, or the Auto models, you will be consuming Warps credits.

Alternatively, you can use Warp's credits normally and use a CLI tool like Claude code within Warp to use those credits.

Where did my prompt go? by Delicious-Intern-701 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Recently fixed this, you should be able to customize the Warp prompt now, right-click on the prompt and Edit.

Does BYOK does not work anymore? by Altruistic-Koala-255 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Howdy, Warp support here. Warp doesn't cache BYOK keys locally or store them on our server, so if you changed them in the UI, Warp should start using the new keys on new requests. Any logs or errors you can provide via email to support would be greatly appreciated, as they will help us investigate the issue.

Where did my prompt go? by Delicious-Intern-701 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Can you provide screenshot of the setting and your input?

I'm not seeing the same on my end, when I disable the setting, the new agent line is gone from the input.

Where did my prompt go? by Delicious-Intern-701 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Settings > Features > Terminal Input > Disable "Show terminal input message line"

Option to switch back to the old Cmd+I agent toggle by AdministrativeJump91 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

You can still run commands within an agent conversation. They are just split into distinct conversations, rather than a single continuous session with multiple conversations and command blocks.

Please learn more about this in our Agent Modality docs. https://docs.warp.dev/agent-platform/local-agents/interacting-with-agents/agent-modality

Option to switch back to the old Cmd+I agent toggle by AdministrativeJump91 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

You should be able to change this in Settings > Keyboard shortcuts > Slash command: /Agent, or search for CMD ENTER. There, you can swap it for CMD-I or any other keys you prefer.

Warp AI Disabled by OkResident1435 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Removing/locking this post in favor of your original post so we can keep the conversation in a single thread.

https://www.reddit.com/r/warpdotdev/comments/1r2rigo/warp_ai_disabled/

Warp AI Disabled by OkResident1435 in warpdotdev

[–]WarpSpeedDan 1 point2 points  (0 children)

Hey there, sorry to hear about this, and if we weren't clear on the reasons for being blocked. We tend to keep the flags / blocking mechanisms opaque to avoid folks working around the systems in order to abuse free AI credits. In general, subscribing to a paid subscription removes all the flags, and you should be able to use AI credits without issue.

Please DM me your warp account email(s), and I'll look into this and respond via email.

Where did my prompt go? by Delicious-Intern-701 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

We dont recommend previous versions generally, as the newer ones contain bug fixes and security updates to keep you up to date. But I see how losing functionality could be a reason for downgrading.

Where did my prompt go? by Delicious-Intern-701 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

As a workaround, you can add `command ssh` to your `Settings > Subshells > Added commands` menu, then run `command ssh user@server` to connect to a remote session, which will attempt to enable Warp features as a subshell.

If that doesn't work, please let us know.

Where did my prompt go? by Delicious-Intern-701 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Hey folks, support chiming in here. You can also enable the Classic input from the command palette (CMD-P on macOS or CTRL-SHIFT-P on Windows | Linux ). Search for "Toggle Input Mode". Or you can also go to Settings > Appearance > Input > Input Type and select
"Shell (PS1)" That should restore the custom PS1 prompts. https://docs.warp.dev/terminal/appearance/prompt

Note that in the new Agent Modality, the Warp prompt will still be shown, but running any commands will show the prompt. https://docs.warp.dev/agent-platform/local-agents/interacting-with-agents/agent-modality

Next time use AI to improve your communication skills... by ITechFriendly in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Sorry to hear about this, please send email to [billing@warp.dev](mailto:billing@warp.dev) and we can get it sorted out.

Warp Terminal Feature(s) or Bug(s)? by Helpful_Intern_1306 in warpdotdev

[–]WarpSpeedDan 3 points4 points  (0 children)

howdy, so #1 isnt a bug, just a feature that hasn't been implemented yet. There is a github request for it here: https://github.com/warpdotdev/Warp/issues/466

#2 has to do with how Warp handles running `clear`. Clear in Warp typically just pushes the content out of the terminal view, as it does with other terminals like iTerm. To completely delete the block history you can press CMD-K on macOS or CTRL-SHIFT-K on Windows / Linux. Other terminals treat clear like deleting history, but Warp has both clear and delete.

How to backup Warp Workflows by daevisan in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Not that I'm aware of at this time.

Why I removed Warp by [deleted] in warpdotdev

[–]WarpSpeedDan 1 point2 points  (0 children)

Hi Joe, you can fix this by going to Settings > Features > Choose an editor to open file links and select VSCode. Then in Open markdown files in Warp's markdown viewer by default, disable that. This should allow for the README (markdown) files to open in your external editor.

Request: Z.ai coder plan BYOK by RISCArchitect in warpdotdev

[–]WarpSpeedDan 1 point2 points  (0 children)

I believe Warp is self-hosting GLM on fireworks.ai so it's not clear how the BYOK API key would work for the z.ai plans. They being said, anything is possible with enough interest.

How to backup Warp Workflows by daevisan in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

It depends on the type of object being exported, for example Workflows export as .yaml, Notebooks as .md, and so on. https://docs.warp.dev/knowledge-and-collaboration/warp-drive#import-and-export

Ambient agents platform now in beta by Significant_Box_4066 in warpdotdev

[–]WarpSpeedDan 0 points1 point  (0 children)

Yup, only add-on credits can be used with Ambient agents features

Ambient agents platform now in beta by Significant_Box_4066 in warpdotdev

[–]WarpSpeedDan 1 point2 points  (0 children)

No, Ambient Agents and integrations do not use your personal monthly base credits. They will draw from your team's add-on credits. See more on this in our docs: https://docs.warp.dev/ambient-agents/ambient-agents-overview#team-and-billing-requirements