Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
733e5cd
add OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELECT (#4996)
opencode-agent[bot] Dec 2, 2025
9d2b9ef
ci: dont forget our european designer
rekram1-node Dec 2, 2025
3183e8b
chore: format code
actions-user Dec 2, 2025
f17e1de
toggle to hide username in TUI (#4750)
kandros Dec 2, 2025
f354507
fix: session turn margins
adamdotdevin Dec 2, 2025
53a7c28
bump default lsp server timeout
rekram1-node Dec 2, 2025
a4e3451
tweak: make message border match color of agent it was sent to
rekram1-node Dec 2, 2025
2a84738
docs: replace deprecated opencode auth login command with /connect ac…
jayair Dec 2, 2025
d40feaf
ignore: commands
jayair Dec 2, 2025
bcfa63a
fix: allow unignoring files in .ignore (#4814)
dl-alexandre Dec 2, 2025
28c802f
wip: zen
Dec 2, 2025
e2e2b79
Make homebrew update check use homebrew registry version info
rekram1-node Dec 2, 2025
a8ad74a
add basic session list command
rekram1-node Dec 3, 2025
80636fe
bump opentui to v0.1.55
kommander Dec 3, 2025
74c882d
Update Nix flake.lock and hashes
actions-user Dec 3, 2025
8098031
Revert "bump opentui to v0.1.55"
kommander Dec 3, 2025
4d2b671
actually bump opentui to v0.1.55
kommander Dec 3, 2025
88235dc
Update Nix flake.lock and hashes
actions-user Dec 3, 2025
44cdde5
zen: fix removing provider
Dec 3, 2025
f2fd0f8
fix: handle `0` in ANSI theme color definitions (#5009)
jason0x43 Dec 3, 2025
6c25e64
fix: correct Provider type in chat.params plugin hook (#5003)
ben-vargas Dec 3, 2025
66e4a5a
tweak: adjust light/dark theme toggle (#5007)
jason0x43 Dec 3, 2025
b457923
core: fix GitHub Copilot Enterprise authentication failing with sdk.c…
rekram1-node Dec 3, 2025
23ff6db
release: v1.0.129
Dec 3, 2025
df0e91e
sync: merge upstream v1.0.129 into integration
opencode-agent[bot] Dec 3, 2025
36da0dc
sync: record last synced tag v1.0.129
opencode-agent[bot] Dec 3, 2025
aaa1b57
Merged upstream v1.0.129, PR #79 ready
opencode-agent[bot] Dec 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/last-synced-tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.128
v1.0.129
2 changes: 1 addition & 1 deletion .opencode/command/commit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Git commit and push
description: git commit and push
---

commit and push
Expand Down
23 changes: 23 additions & 0 deletions .opencode/command/issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
description: "find issue(s) on github"
model: opencode/claude-haiku-4-5
---

Search through existing issues in sst/opencode using the gh cli to find issues matching this query:

$ARGUMENTS

Consider:

1. Similar titles or descriptions
2. Same error messages or symptoms
3. Related functionality or components
4. Similar feature requests

Please list any matching issues with:

- Issue number and title
- Brief explanation of why it matches the query
- Link to the issue

If no clear matches are found, say so.
5 changes: 5 additions & 0 deletions .opencode/command/spellcheck.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: spellcheck all markdown file changes
---

Look at all the unstaged changes to markdown (.md, .mdx) files, pull out the lines that have changed, and check for spelling and grammar errors.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sst-env.d.ts
50 changes: 25 additions & 25 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion github/sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
/// <reference path="../sst-env.d.ts" />

import "sst"
export {}
export {}
1 change: 0 additions & 1 deletion infra/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ const gatewayKv = new sst.cloudflare.Kv("GatewayKv")
// CONSOLE
////////////////

const oldBucket = new sst.cloudflare.Bucket("ConsoleData")
const bucket = new sst.cloudflare.Bucket("ZenData")

const AWS_SES_ACCESS_KEY_ID = new sst.Secret("AWS_SES_ACCESS_KEY_ID")
Expand Down
2 changes: 1 addition & 1 deletion nix/hashes.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nodeModules": "sha256-HyH219sZn4gOPyVg/bij7K3mfZ0MnBSM/7NmsOyrD4o="
"nodeModules": "sha256-QhqAa47P3Y2aoMGnr8l1nLq0EQb4qEm75dGfNjyzbpU="
}
2 changes: 1 addition & 1 deletion packages/console/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencode-ai/console-app",
"version": "1.0.128",
"version": "1.0.129",
"type": "module",
"scripts": {
"typecheck": "tsgo --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/console/app/sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
/// <reference path="../../../sst-env.d.ts" />

import "sst"
export {}
export {}
2 changes: 1 addition & 1 deletion packages/console/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/console-core",
"version": "1.0.128",
"version": "1.0.129",
"private": true,
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console/core/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export namespace Provider {
}),
async ({ provider }) => {
Actor.assertAdmin()
Database.use((tx) =>
return Database.use((tx) =>
tx
.delete(ProviderTable)
.where(and(eq(ProviderTable.provider, provider), eq(ProviderTable.workspaceID, Actor.workspace()))),
Expand Down
Loading
Loading