mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
release: v0.5.6
This commit is contained in:
parent
21b000aed0
commit
446ce488c0
11 changed files with 17 additions and 10 deletions
|
|
@ -729,6 +729,9 @@ export type Config = {
|
|||
}
|
||||
webfetch?: "ask" | "allow" | "deny"
|
||||
}
|
||||
tools?: {
|
||||
[key: string]: boolean
|
||||
}
|
||||
experimental?: {
|
||||
hook?: {
|
||||
file_edited?: {
|
||||
|
|
@ -794,6 +797,10 @@ export type KeybindsConfig = {
|
|||
* List all sessions
|
||||
*/
|
||||
session_list: string
|
||||
/**
|
||||
* Show session timeline
|
||||
*/
|
||||
session_timeline: string
|
||||
/**
|
||||
* Share current session
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue