mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
feat: add plan mode with enter/exit tools (#8281)
This commit is contained in:
parent
66b7a4991e
commit
0a3c72d678
16 changed files with 824 additions and 46 deletions
|
|
@ -545,6 +545,10 @@ export type QuestionInfo = {
|
|||
* Allow selecting multiple choices
|
||||
*/
|
||||
multiple?: boolean
|
||||
/**
|
||||
* Allow typing a custom answer (default: true)
|
||||
*/
|
||||
custom?: boolean
|
||||
}
|
||||
|
||||
export type QuestionRequest = {
|
||||
|
|
@ -706,6 +710,7 @@ export type PermissionRuleset = Array<PermissionRule>
|
|||
|
||||
export type Session = {
|
||||
id: string
|
||||
slug: string
|
||||
projectID: string
|
||||
directory: string
|
||||
parentID?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue