Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a9856d

Browse filesBrowse files
author
opencode
committed
release: v1.0.117
1 parent 2c8d42d commit 6a9856d
Copy full SHA for 6a9856d

File tree

Expand file treeCollapse file tree

18 files changed

+39
-39
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

18 files changed

+39
-39
lines changed
Open diff view settings
Collapse file

‎bun.lock‎

Copy file name to clipboardExpand all lines: bun.lock
+15-15Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎packages/console/app/package.json‎

Copy file name to clipboardExpand all lines: packages/console/app/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/console-app",
3-
"version": "1.0.115",
3+
"version": "1.0.117",
44
"type": "module",
55
"scripts": {
66
"typecheck": "tsgo --noEmit",
Collapse file

‎packages/console/core/package.json‎

Copy file name to clipboardExpand all lines: packages/console/core/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@opencode-ai/console-core",
4-
"version": "1.0.115",
4+
"version": "1.0.117",
55
"private": true,
66
"type": "module",
77
"dependencies": {
Collapse file

‎packages/console/function/package.json‎

Copy file name to clipboardExpand all lines: packages/console/function/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/console-function",
3-
"version": "1.0.115",
3+
"version": "1.0.117",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",
Collapse file

‎packages/console/mail/package.json‎

Copy file name to clipboardExpand all lines: packages/console/mail/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/console-mail",
3-
"version": "1.0.115",
3+
"version": "1.0.117",
44
"dependencies": {
55
"@jsx-email/all": "2.2.3",
66
"@jsx-email/cli": "1.4.3",
Collapse file

‎packages/desktop/package.json‎

Copy file name to clipboardExpand all lines: packages/desktop/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/desktop",
3-
"version": "1.0.115",
3+
"version": "1.0.117",
44
"description": "",
55
"type": "module",
66
"scripts": {
Collapse file

‎packages/enterprise/package.json‎

Copy file name to clipboardExpand all lines: packages/enterprise/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/enterprise",
3-
"version": "1.0.115",
3+
"version": "1.0.117",
44
"private": true,
55
"type": "module",
66
"scripts": {
Collapse file
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "opencode"
22
name = "OpenCode"
33
description = "The AI coding agent built for the terminal"
4-
version = "1.0.115"
4+
version = "1.0.117"
55
schema_version = 1
66
authors = ["Anomaly"]
77
repository = "https://github.com/sst/opencode"
@@ -11,26 +11,26 @@ name = "OpenCode"
1111
icon = "./icons/opencode.svg"
1212

1313
[agent_servers.opencode.targets.darwin-aarch64]
14-
archive = "https://github.com/sst/opencode/releases/download/v1.0.115/opencode-darwin-arm64.zip"
14+
archive = "https://github.com/sst/opencode/releases/download/v1.0.117/opencode-darwin-arm64.zip"
1515
cmd = "./opencode"
1616
args = ["acp"]
1717

1818
[agent_servers.opencode.targets.darwin-x86_64]
19-
archive = "https://github.com/sst/opencode/releases/download/v1.0.115/opencode-darwin-x64.zip"
19+
archive = "https://github.com/sst/opencode/releases/download/v1.0.117/opencode-darwin-x64.zip"
2020
cmd = "./opencode"
2121
args = ["acp"]
2222

2323
[agent_servers.opencode.targets.linux-aarch64]
24-
archive = "https://github.com/sst/opencode/releases/download/v1.0.115/opencode-linux-arm64.zip"
24+
archive = "https://github.com/sst/opencode/releases/download/v1.0.117/opencode-linux-arm64.zip"
2525
cmd = "./opencode"
2626
args = ["acp"]
2727

2828
[agent_servers.opencode.targets.linux-x86_64]
29-
archive = "https://github.com/sst/opencode/releases/download/v1.0.115/opencode-linux-x64.zip"
29+
archive = "https://github.com/sst/opencode/releases/download/v1.0.117/opencode-linux-x64.zip"
3030
cmd = "./opencode"
3131
args = ["acp"]
3232

3333
[agent_servers.opencode.targets.windows-x86_64]
34-
archive = "https://github.com/sst/opencode/releases/download/v1.0.115/opencode-windows-x64.zip"
34+
archive = "https://github.com/sst/opencode/releases/download/v1.0.117/opencode-windows-x64.zip"
3535
cmd = "./opencode.exe"
3636
args = ["acp"]
Collapse file

‎packages/function/package.json‎

Copy file name to clipboardExpand all lines: packages/function/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/function",
3-
"version": "1.0.115",
3+
"version": "1.0.117",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",
Collapse file

‎packages/opencode/package.json‎

Copy file name to clipboardExpand all lines: packages/opencode/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "1.0.115",
3+
"version": "1.0.117",
44
"name": "opencode",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.