mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 09:14:22 +01:00
release: v0.5.28
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@opencode-ai/sdk",
|
||||
"version": "0.5.27",
|
||||
"version": "0.5.28",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit"
|
||||
|
||||
@@ -585,6 +585,9 @@ export type Config = {
|
||||
*/
|
||||
scroll_speed: number
|
||||
}
|
||||
/**
|
||||
* Command configuration, see https://opencode.ai/docs/commands
|
||||
*/
|
||||
command?: {
|
||||
[key: string]: {
|
||||
template: string
|
||||
|
||||
Reference in New Issue
Block a user