mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 14:01:22 +00:00
chore: recover wellington workspace state
This commit is contained in:
parent
5d65013aa5
commit
c294ca85be
366 changed files with 1265 additions and 53395 deletions
|
|
@ -11,7 +11,6 @@ fn main() {
|
|||
}
|
||||
|
||||
fn run() -> Result<(), CliError> {
|
||||
let started = std::time::Instant::now();
|
||||
let cli = GigacodeCli::parse();
|
||||
let config = CliConfig {
|
||||
token: cli.token,
|
||||
|
|
@ -35,18 +34,5 @@ fn run() -> Result<(), CliError> {
|
|||
eprintln!("failed to init logging: {err}");
|
||||
return Err(err);
|
||||
}
|
||||
tracing::info!(
|
||||
command = ?command,
|
||||
startup_ms = started.elapsed().as_millis() as u64,
|
||||
"gigacode.run: command starting"
|
||||
);
|
||||
let command_started = std::time::Instant::now();
|
||||
let result = run_command(&command, &config);
|
||||
tracing::info!(
|
||||
command = ?command,
|
||||
command_ms = command_started.elapsed().as_millis() as u64,
|
||||
total_ms = started.elapsed().as_millis() as u64,
|
||||
"gigacode.run: command exited"
|
||||
);
|
||||
result
|
||||
run_command(&command, &config)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue