1.2: Sandboxing #7

Open
qpismont wants to merge 7 commits from 1.2 into main
Showing only changes of commit 8c53bc0e20 - Show all commits
@@ -4,7 +4,11 @@ use tokio_util::io::StreamReader;
use tracing::instrument; use tracing::instrument;
use crate::{ use crate::{
bot::ReviewResult, consts::{BOT_PROCESS_MSG, MAX_DIFF_SIZE, REVIEW_PROMPT}, gitea::{GiteaAPI, ReviewPayload}, metrics, open_router::OpenRouterClient, bot::ReviewResult,
consts::{BOT_PROCESS_MSG, MAX_DIFF_SIZE, REVIEW_PROMPT},
gitea::{GiteaAPI, ReviewPayload},
metrics,
open_router::OpenRouterClient,
}; };
#[instrument(skip(gitea_api, open_router_client, http_client, review_payload))] #[instrument(skip(gitea_api, open_router_client, http_client, review_payload))]