mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 05:00:20 +00:00
fix: wire gigacode --yolo through opencode session permissionMode
This commit is contained in:
parent
4bdd2416d1
commit
63625ee48f
16 changed files with 734 additions and 124 deletions
|
|
@ -161,8 +161,9 @@ pub struct PermissionEventData {
|
|||
#[serde(rename_all = "snake_case")]
|
||||
pub enum PermissionStatus {
|
||||
Requested,
|
||||
Approved,
|
||||
Denied,
|
||||
Accept,
|
||||
AcceptForSession,
|
||||
Reject,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, JsonSchema, ToSchema)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue