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

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
"version": "0.5.5",
"version": "0.5.6",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"

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