![]() 1. Previously, checkpoints only appeared when an agent's edit happened immediately after a user message. This is rare (agent usually collects some context first), so they were almost never shown. This is now fixed. 2. After this change, a checkpoint is created after every edit operation. So when the agent edits files five times in a single dialog turn, we will now display five checkpoints. As a bonus, it's now possible to undo only a part of a long agent response. Closes #36092, #32917 Release Notes: - Create agent checkpoints more frequently (before every edit) |
||
---|---|---|
.. | ||
prompts | ||
agent.rs | ||
agent_profile.rs | ||
context.rs | ||
context_server_tool.rs | ||
context_store.rs | ||
history_store.rs | ||
thread.rs | ||
thread_store.rs | ||
tool_use.rs |