Skip to content

Commit 15f0b4f

Browse files
Merge remote-tracking branch 'origin/dev' into feat/hot-reload-smooth
2 parents ce529a2 + bc1fd06 commit 15f0b4f

278 files changed

Lines changed: 10273 additions & 5945 deletions

File tree

Some content is hidden

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

.github/workflows/pr-management.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ jobs:
6060
run: |
6161
COMMENT=$(bun script/duplicate-pr.ts -f pr_info.txt "Check the attached file for PR details and search for duplicates")
6262
63-
gh pr comment "$PR_NUMBER" --body "_The following comment was made by an LLM, it may be inaccurate:_
63+
if [ "$COMMENT" != "No duplicate PRs found" ]; then
64+
gh pr comment "$PR_NUMBER" --body "_The following comment was made by an LLM, it may be inaccurate:_
6465
6566
$COMMENT"
67+
fi
6668
6769
add-contributor-label:
6870
runs-on: ubuntu-latest

.github/workflows/sign-cli.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: sign-cli
2+
3+
on:
4+
push:
5+
branches:
6+
- brendan/desktop-signpath
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
actions: read
12+
13+
jobs:
14+
sign-cli:
15+
runs-on: blacksmith-4vcpu-ubuntu-2404
16+
if: github.repository == 'anomalyco/opencode'
17+
steps:
18+
- uses: actions/checkout@v3
19+
with:
20+
fetch-tags: true
21+
22+
- uses: ./.github/actions/setup-bun
23+
24+
- name: Build
25+
run: |
26+
./packages/opencode/script/build.ts
27+
28+
- name: Upload unsigned Windows CLI
29+
id: upload_unsigned_windows_cli
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: unsigned-opencode-windows-cli
33+
path: packages/opencode/dist/opencode-windows-x64/bin/opencode.exe
34+
if-no-files-found: error
35+
36+
- name: Submit SignPath signing request
37+
id: submit_signpath_signing_request
38+
uses: signpath/github-action-submit-signing-request@v1
39+
with:
40+
api-token: ${{ secrets.SIGNPATH_API_KEY }}
41+
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
42+
project-slug: ${{ secrets.SIGNPATH_PROJECT_SLUG }}
43+
signing-policy-slug: ${{ secrets.SIGNPATH_SIGNING_POLICY_SLUG }}
44+
artifact-configuration-slug: ${{ secrets.SIGNPATH_ARTIFACT_CONFIGURATION_SLUG }}
45+
github-artifact-id: ${{ steps.upload_unsigned_windows_cli.outputs.artifact-id }}
46+
wait-for-completion: true
47+
output-artifact-directory: signed-opencode-cli
48+
49+
- name: Upload signed Windows CLI
50+
uses: actions/upload-artifact@v4
51+
with:
52+
name: signed-opencode-windows-cli
53+
path: signed-opencode-cli/*.exe
54+
if-no-files-found: error

README.ar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ scoop install opencode # Windows
5050
choco install opencode # Windows
5151
brew install anomalyco/tap/opencode # macOS و Linux (موصى به، دائما محدث)
5252
brew install opencode # macOS و Linux (صيغة brew الرسمية، تحديث اقل)
53-
paru -S opencode-bin # Arch Linux
53+
sudo pacman -S opencode # Arch Linux (Stable)
54+
paru -S opencode-bin # Arch Linux (Latest from AUR)
5455
mise use -g opencode # اي نظام
5556
nix run nixpkgs#opencode # او github:anomalyco/opencode لاحدث فرع dev
5657
```

README.br.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ scoop install opencode # Windows
5050
choco install opencode # Windows
5151
brew install anomalyco/tap/opencode # macOS e Linux (recomendado, sempre atualizado)
5252
brew install opencode # macOS e Linux (fórmula oficial do brew, atualiza menos)
53-
paru -S opencode-bin # Arch Linux
53+
sudo pacman -S opencode # Arch Linux (Stable)
54+
paru -S opencode-bin # Arch Linux (Latest from AUR)
5455
mise use -g opencode # qualquer sistema
5556
nix run nixpkgs#opencode # ou github:anomalyco/opencode para a branch dev mais recente
5657
```

README.bs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ scoop install opencode # Windows
5151
choco install opencode # Windows
5252
brew install anomalyco/tap/opencode # macOS i Linux (preporučeno, uvijek ažurno)
5353
brew install opencode # macOS i Linux (zvanična brew formula, rjeđe se ažurira)
54-
paru -S opencode-bin # Arch Linux
54+
sudo pacman -S opencode # Arch Linux (Stable)
55+
paru -S opencode-bin # Arch Linux (Latest from AUR)
5556
mise use -g opencode # Bilo koji OS
5657
nix run nixpkgs#opencode # ili github:anomalyco/opencode za najnoviji dev branch
5758
```

README.da.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ scoop install opencode # Windows
5050
choco install opencode # Windows
5151
brew install anomalyco/tap/opencode # macOS og Linux (anbefalet, altid up to date)
5252
brew install opencode # macOS og Linux (officiel brew formula, opdateres sjældnere)
53-
paru -S opencode-bin # Arch Linux
53+
sudo pacman -S opencode # Arch Linux (Stable)
54+
paru -S opencode-bin # Arch Linux (Latest from AUR)
5455
mise use -g opencode # alle OS
5556
nix run nixpkgs#opencode # eller github:anomalyco/opencode for nyeste dev-branch
5657
```

README.de.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ scoop install opencode # Windows
5050
choco install opencode # Windows
5151
brew install anomalyco/tap/opencode # macOS und Linux (empfohlen, immer aktuell)
5252
brew install opencode # macOS und Linux (offizielle Brew-Formula, seltener aktualisiert)
53-
paru -S opencode-bin # Arch Linux
53+
sudo pacman -S opencode # Arch Linux (Stable)
54+
paru -S opencode-bin # Arch Linux (Latest from AUR)
5455
mise use -g opencode # jedes Betriebssystem
5556
nix run nixpkgs#opencode # oder github:anomalyco/opencode für den neuesten dev-Branch
5657
```

README.es.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ scoop install opencode # Windows
5050
choco install opencode # Windows
5151
brew install anomalyco/tap/opencode # macOS y Linux (recomendado, siempre al día)
5252
brew install opencode # macOS y Linux (fórmula oficial de brew, se actualiza menos)
53-
paru -S opencode-bin # Arch Linux
53+
sudo pacman -S opencode # Arch Linux (Stable)
54+
paru -S opencode-bin # Arch Linux (Latest from AUR)
5455
mise use -g opencode # cualquier sistema
5556
nix run nixpkgs#opencode # o github:anomalyco/opencode para la rama dev más reciente
5657
```

README.fr.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ scoop install opencode # Windows
5050
choco install opencode # Windows
5151
brew install anomalyco/tap/opencode # macOS et Linux (recommandé, toujours à jour)
5252
brew install opencode # macOS et Linux (formule officielle brew, mise à jour moins fréquente)
53-
paru -S opencode-bin # Arch Linux
53+
sudo pacman -S opencode # Arch Linux (Stable)
54+
paru -S opencode-bin # Arch Linux (Latest from AUR)
5455
mise use -g opencode # n'importe quel OS
5556
nix run nixpkgs#opencode # ou github:anomalyco/opencode pour la branche dev la plus récente
5657
```

README.it.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ scoop install opencode # Windows
5050
choco install opencode # Windows
5151
brew install anomalyco/tap/opencode # macOS e Linux (consigliato, sempre aggiornato)
5252
brew install opencode # macOS e Linux (formula brew ufficiale, aggiornata meno spesso)
53-
paru -S opencode-bin # Arch Linux
53+
sudo pacman -S opencode # Arch Linux (Stable)
54+
paru -S opencode-bin # Arch Linux (Latest from AUR)
5455
mise use -g opencode # Qualsiasi OS
5556
nix run nixpkgs#opencode # oppure github:anomalyco/opencode per l’ultima branch di sviluppo
5657
```

0 commit comments

Comments
 (0)