We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb16c7 commit d97e340Copy full SHA for d97e340
codex-rs/app-server-protocol/src/protocol/common.rs
@@ -1,6 +1,4 @@
1
-use std::collections::HashMap;
2
use std::path::Path;
3
-use std::path::PathBuf;
4
5
use crate::JSONRPCNotification;
6
use crate::JSONRPCRequest;
@@ -9,11 +7,6 @@ use crate::export::GeneratedSchema;
9
7
use crate::export::write_json_schema;
10
8
use crate::protocol::v1;
11
use crate::protocol::v2;
12
-use codex_protocol::ConversationId;
13
-use codex_protocol::parse_command::ParsedCommand;
14
-use codex_protocol::protocol::FileChange;
15
-use codex_protocol::protocol::ReviewDecision;
16
-use codex_protocol::protocol::SandboxCommandAssessment;
17
use schemars::JsonSchema;
18
use serde::Deserialize;
19
use serde::Serialize;
0 commit comments