Pull action_log into its own crate (#35959)

Release Notes:

- N/A
This commit is contained in:
Ben Brandt 2025-08-10 23:57:55 +02:00 committed by Orual
parent d7833f639e
commit 6532d82d32
No known key found for this signature in database
47 changed files with 177 additions and 77 deletions

View file

@ -4,9 +4,9 @@ mod diff;
pub use connection::*;
pub use diff::*;
use action_log::ActionLog;
use agent_client_protocol as acp;
use anyhow::{Context as _, Result};
use assistant_tool::ActionLog;
use editor::Bias;
use futures::{FutureExt, channel::oneshot, future::BoxFuture};
use gpui::{AppContext, Context, Entity, EventEmitter, SharedString, Task};