Skip to content

Commit e5bd8ff

Browse files
authored
Merge pull request #79 from Latitudes-Dev/opencode/issue78-20251203114126
2 parents 3e71c5b + aaa1b57 commit e5bd8ff

74 files changed

Lines changed: 1330 additions & 1325 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/last-synced-tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.128
1+
v1.0.129

.opencode/command/commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Git commit and push
2+
description: git commit and push
33
---
44

55
commit and push

.opencode/command/issues.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
description: "find issue(s) on github"
3+
model: opencode/claude-haiku-4-5
4+
---
5+
6+
Search through existing issues in sst/opencode using the gh cli to find issues matching this query:
7+
8+
$ARGUMENTS
9+
10+
Consider:
11+
12+
1. Similar titles or descriptions
13+
2. Same error messages or symptoms
14+
3. Related functionality or components
15+
4. Similar feature requests
16+
17+
Please list any matching issues with:
18+
19+
- Issue number and title
20+
- Brief explanation of why it matches the query
21+
- Link to the issue
22+
23+
If no clear matches are found, say so.

.opencode/command/spellcheck.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: spellcheck all markdown file changes
3+
---
4+
5+
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.

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sst-env.d.ts

bun.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/sst-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
/// <reference path="../sst-env.d.ts" />
77

88
import "sst"
9-
export {}
9+
export {}

infra/console.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ const gatewayKv = new sst.cloudflare.Kv("GatewayKv")
116116
// CONSOLE
117117
////////////////
118118

119-
const oldBucket = new sst.cloudflare.Bucket("ConsoleData")
120119
const bucket = new sst.cloudflare.Bucket("ZenData")
121120

122121
const AWS_SES_ACCESS_KEY_ID = new sst.Secret("AWS_SES_ACCESS_KEY_ID")

nix/hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"nodeModules": "sha256-HyH219sZn4gOPyVg/bij7K3mfZ0MnBSM/7NmsOyrD4o="
2+
"nodeModules": "sha256-QhqAa47P3Y2aoMGnr8l1nLq0EQb4qEm75dGfNjyzbpU="
33
}

0 commit comments

Comments
 (0)