feat: @goose in terminal (native terminal support) (#5887)
Co-authored-by: Bradley Axen <baxen@squareup.com> Co-authored-by: Michael Neale <michael.neale@gmail.com> Co-authored-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -4756,7 +4756,8 @@
|
||||
"user",
|
||||
"scheduled",
|
||||
"sub_agent",
|
||||
"hidden"
|
||||
"hidden",
|
||||
"terminal"
|
||||
]
|
||||
},
|
||||
"SessionsQuery": {
|
||||
|
||||
@@ -761,7 +761,7 @@ export type SessionListResponse = {
|
||||
sessions: Array<Session>;
|
||||
};
|
||||
|
||||
export type SessionType = 'user' | 'scheduled' | 'sub_agent' | 'hidden';
|
||||
export type SessionType = 'user' | 'scheduled' | 'sub_agent' | 'hidden' | 'terminal';
|
||||
|
||||
export type SessionsQuery = {
|
||||
limit: number;
|
||||
|
||||
Reference in New Issue
Block a user