release: v0.9.2

This commit is contained in:
opencode
2025-09-16 04:29:00 +00:00
parent 14cb2d2af6
commit 8f58fef5ad
13 changed files with 23 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@opencode/app",
"version": "0.9.1",
"version": "0.9.2",
"description": "",
"type": "module",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@opencode/function",
"version": "0.9.1",
"version": "0.9.2",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.9.1",
"version": "0.9.2",
"name": "opencode",
"type": "module",
"private": true,

View File

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

View File

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

View File

@@ -768,6 +768,9 @@ export type Config = {
subtask?: boolean
}
}
watcher?: {
ignore?: Array<string>
}
plugin?: Array<string>
snapshot?: boolean
/**

View File

@@ -1,7 +1,7 @@
{
"name": "@opencode/web",
"type": "module",
"version": "0.9.1",
"version": "0.9.2",
"scripts": {
"dev": "astro dev",
"dev:remote": "VITE_API_URL=https://api.opencode.ai astro dev",