Compare commits

...
7 Commits
15 changed files with 27 additions and 26 deletions
+1
View File
@@ -81,3 +81,4 @@
| 2025-09-14 | 328,876 (+3,982) | 248,245 (+2,706) | 577,121 (+6,688) |
| 2025-09-15 | 334,201 (+5,325) | 250,983 (+2,738) | 585,184 (+8,063) |
| 2025-09-16 | 342,609 (+8,408) | 255,264 (+4,281) | 597,873 (+12,689) |
| 2025-09-17 | 351,117 (+8,508) | 260,970 (+5,706) | 612,087 (+14,214) |
+9 -9
View File
@@ -27,7 +27,7 @@
},
"cloud/core": {
"name": "@opencode/cloud-core",
"version": "0.9.9",
"version": "0.9.11",
"dependencies": {
"@aws-sdk/client-sts": "3.782.0",
"@opencode/cloud-resource": "workspace:*",
@@ -44,7 +44,7 @@
},
"cloud/function": {
"name": "@opencode/cloud-function",
"version": "0.9.9",
"version": "0.9.11",
"dependencies": {
"@ai-sdk/anthropic": "2.0.0",
"@ai-sdk/openai": "2.0.2",
@@ -70,7 +70,7 @@
},
"cloud/scripts": {
"name": "@opencode/cloud-scripts",
"version": "0.9.9",
"version": "0.9.11",
"dependencies": {
"@opencode/cloud-core": "workspace:*",
"tsx": "4.20.5",
@@ -82,7 +82,7 @@
},
"packages/app": {
"name": "@opencode/app",
"version": "0.9.9",
"version": "0.9.11",
"dependencies": {
"@kobalte/core": "0.13.11",
"@opencode-ai/sdk": "workspace:*",
@@ -114,7 +114,7 @@
},
"packages/function": {
"name": "@opencode/function",
"version": "0.9.9",
"version": "0.9.11",
"dependencies": {
"@octokit/auth-app": "8.0.1",
"@octokit/rest": "22.0.0",
@@ -129,7 +129,7 @@
},
"packages/opencode": {
"name": "opencode",
"version": "0.9.9",
"version": "0.9.11",
"bin": {
"opencode": "./bin/opencode",
},
@@ -180,7 +180,7 @@
},
"packages/plugin": {
"name": "@opencode-ai/plugin",
"version": "0.9.9",
"version": "0.9.11",
"dependencies": {
"@opencode-ai/sdk": "workspace:*",
},
@@ -191,7 +191,7 @@
},
"packages/sdk/js": {
"name": "@opencode-ai/sdk",
"version": "0.9.9",
"version": "0.9.11",
"dependencies": {
"@hey-api/openapi-ts": "0.81.0",
},
@@ -203,7 +203,7 @@
},
"packages/web": {
"name": "@opencode/web",
"version": "0.9.9",
"version": "0.9.11",
"dependencies": {
"@astrojs/cloudflare": "12.6.3",
"@astrojs/markdown-remark": "6.3.1",
+1 -1
View File
@@ -7,7 +7,7 @@
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
"build": "vinxi build && ../../packages/opencode/script/schema.ts ./.output/public/config.json",
"start": "vinxi start",
"version": "0.9.9"
"version": "0.9.11"
},
"dependencies": {
"@ibm/plex": "6.4.1",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode/cloud-core",
"version": "0.9.9",
"version": "0.9.11",
"private": true,
"type": "module",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-function",
"version": "0.9.9",
"version": "0.9.11",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-scripts",
"version": "0.9.9",
"version": "0.9.11",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opencode/app",
"version": "0.9.9",
"version": "0.9.11",
"description": "",
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opencode/function",
"version": "0.9.9",
"version": "0.9.11",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.9.9",
"version": "0.9.11",
"name": "opencode",
"type": "module",
"private": true,
+1 -1
View File
@@ -1548,7 +1548,7 @@ export namespace SessionPrompt {
...ProviderTransform.options(small.providerID, small.modelID, input.session.id),
...small.info.options,
}
if (small.providerID === "openai") {
if (small.providerID === "openai" || small.modelID.includes("gpt-5")) {
options["reasoningEffort"] = "minimal"
}
if (small.providerID === "google") {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin",
"version": "0.9.9",
"version": "0.9.11",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
"version": "0.9.9",
"version": "0.9.11",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"
@@ -200,7 +200,7 @@ func (m *statusComponent) View() string {
func (m *statusComponent) startGitWatcher() tea.Cmd {
cmd := util.CmdHandler(
GitBranchUpdatedMsg{Branch: getCurrentGitBranch(m.app.Project.Worktree)},
GitBranchUpdatedMsg{Branch: getCurrentGitBranch(util.CwdPath)},
)
if err := m.initWatcher(); err != nil {
return cmd
@@ -209,7 +209,7 @@ func (m *statusComponent) startGitWatcher() tea.Cmd {
}
func (m *statusComponent) initWatcher() error {
gitDir := filepath.Join(m.app.Project.Worktree, ".git")
gitDir := filepath.Join(util.CwdPath, ".git")
headFile := filepath.Join(gitDir, "HEAD")
if info, err := os.Stat(gitDir); err != nil || !info.IsDir() {
return err
@@ -247,7 +247,7 @@ func (m *statusComponent) watchForGitChanges() tea.Cmd {
for {
select {
case event, ok := <-m.watcher.Events:
branch := getCurrentGitBranch(m.app.Project.Worktree)
branch := getCurrentGitBranch(util.CwdPath)
if !ok {
return GitBranchUpdatedMsg{Branch: branch}
}
@@ -276,8 +276,8 @@ func (m *statusComponent) updateWatchedFiles() {
if m.watcher == nil {
return
}
refFile := getGitRefFile(m.app.Project.Worktree)
headFile := filepath.Join(m.app.Project.Worktree, ".git", "HEAD")
refFile := getGitRefFile(util.CwdPath)
headFile := filepath.Join(util.CwdPath, ".git", "HEAD")
if refFile != headFile && refFile != "" {
if _, err := os.Stat(refFile); err == nil {
// Try to add the new ref file (ignore error if already watching)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@opencode/web",
"type": "module",
"version": "0.9.9",
"version": "0.9.11",
"scripts": {
"dev": "astro dev",
"dev:remote": "VITE_API_URL=https://api.opencode.ai astro dev",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "opencode",
"displayName": "opencode",
"description": "opencode for VS Code",
"version": "0.9.9",
"version": "0.9.11",
"publisher": "sst-dev",
"repository": {
"type": "git",