aipack 0.8.22

Command Agent runner to accelerate production coding with genai.
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct InstallData {
	pub pack_ref: String,
	pub run_args: Option<serde_json::Value>,
	pub needs_user_confirm: bool,
}