release: v0.5.6

This commit is contained in:
opencode
2025-08-18 15:56:22 +00:00
parent 21b000aed0
commit 446ce488c0
11 changed files with 17 additions and 10 deletions

View File

@@ -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
*/