mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 09:14:22 +01:00
release: v0.5.6
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user