release: v0.9.6

This commit is contained in:
opencode
2025-09-16 17:56:45 +00:00
parent d4c01f858b
commit fffcf69cd4
12 changed files with 20 additions and 20 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@opencode/function",
"version": "0.9.5",
"version": "0.9.6",
"$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.5",
"version": "0.9.6",
"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.5",
"version": "0.9.6",
"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.5",
"version": "0.9.6",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"

View File

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