正在加载视频...

视频加载失败

Background Agent (Preview) "a remote, asynchronous agent that runs outside the main Cursor editor in a remote containerized environment. It allows you to offload long-running or complex task" works best for tasks that require less human interaction like fixing simple bugs, small features, or long changes more information about...

81,372 次观看 • 1 年前 •via X (Twitter)

13 条评论

Melvin Vivas 的头像
Melvin Vivas1 年前

cursor v0.50 is here lots of juicy features here's all the features you need to know 🧵 👇

Melvin Vivas 的头像
Melvin Vivas1 年前

Simpler, unified pricing for @cursor_ai – All model usage now on request-based pricing – Max Mode adopts token-based pricing (like model APIs) – Premium tool calls & long context mode removed

Melvin Vivas 的头像
Melvin Vivas1 年前

Max Mode for all top models (token-based) max mode is ideal for harder problems which require more context, intelligence and tool use @cursor_ai

Melvin Vivas 的头像
Melvin Vivas1 年前

Include your entire codebase in context use @ folders to add your entire codebase into context @cursor_ai

Melvin Vivas 的头像
Melvin Vivas1 年前

Inline Edit(Cmd/Ctrl+K) Refresh Supports full file edits. Full file edits makes it easy to do scope changes to a file without using agent You can also send the code block to the agent for multi-file edits @cursor_ai

Melvin Vivas 的头像
Melvin Vivas1 年前

Fast edits for long files with Agent Agent can now find the exact place where edits should occur and change only that part @cursor_ai

Melvin Vivas 的头像
Melvin Vivas1 年前

Workspaces Work across multiple codebases in one session

Melvin Vivas 的头像
Melvin Vivas1 年前

Exporting Chat You can now export chats to a markdown file. This is useful when you want to get advise from other AI about your code using the conversation you already have with @cursor_ai

Melvin Vivas 的头像
Melvin Vivas1 年前

Duplicate Chat Useful when you want to fork a chat and explore different options @cursor_ai

Melvin Vivas 的头像
Melvin Vivas1 年前

like this update? support me by reposting this thread 👇 you can also follow me @donvito for more AI

Melvin Vivas 的头像
Melvin Vivas1 年前

FYI, this is dropping in cursor 0.50 as well — added after I posted this thread Tab to edit other files — perfect for refactoring Tab suggestions also now have syntax highlighting!

Melvin Vivas 的头像
Melvin Vivas1 年前

Here's how you enable Background Agents

MightyBot 的头像
MightyBot1 年前

🧠 Unified Search. Smarter Meetings. Effortless CRM. MightyBot is your AI agent platform for seamless workflows—record meetings, automate CRM updates, and find answers across apps in seconds. 🌟 Focus on what matters. We'll handle the grind.

相关视频

AG-UI makes building agentic applications dramatically easier. Here's how it works. This is a model for a simple chatbot: User → LLM → Response But interactive agents that render UI, pause for approvals, and ask users for input need a much more complex model. When building these agents, a response from the LLM will include a series of state changes as the agent runs: • Agent started a task • Agent called a tool • Agent updated its state • Agent streams these tokens • Agent is waiting on a human • Agent is resuming the task The Agent-User Interaction Protocol (AG-UI) treats the LLM response as a stream of events rather than a text endpoint. In practice, here is what you get as an agent runs: 1. Lifecycle events so your UI knows where the agent is. 2. Text messages that stream tokens. 3. Tool calls so your UI can prefill a form with any required arguments. 4. State updates that keep your UI in sync with the agent. 5. Special events for human approvals, rich media, and custom needs. All of these events travel over standard transports (SSE, WebSockets, or plain HTTP) as JSON. As a result, you can build a frontend that stays in sync with the agent's progress without having to invent a custom process to make this happen. For example, building a human-in-the-loop workflow becomes an off-the-shelf component you can integrate rather than build from scratch. CopilotKit🪁 is the creator of AG-UI, and you can use it when building frontend applications pretty much anywhere: • React • Angular • Vue • React Native • Slack • Teams • Discord • WhatsApp • Telegram Here is the link for you to check it out: Thanks to the CopilotKit team for partnering with me on this post.

Santiago

17,438 次观看 • 28 天前