Skip to content

Commit 377812b

Browse files
committed
Merge dev into feat/canceled-prompts-in-history
2 parents 5cc0901 + df3203d commit 377812b

180 files changed

Lines changed: 7193 additions & 1921 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.

.opencode/command/commit.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ wip:
1616

1717
For anything in the packages/web use the docs: prefix.
1818

19-
For anything in the packages/app use the ignore: prefix.
20-
2119
prefer to explain WHY something was done from an end user perspective instead of
2220
WHAT was done.
2321

2422
do not do generic messages like "improved agent experience" be very specific
2523
about what user facing changes were made
2624

27-
if there are changes do a git pull --rebase
2825
if there are conflicts DO NOT FIX THEM. notify me and I will fix them
2926

3027
## GIT DIFF
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
github-policies:
2+
runners:
3+
allowed_groups:
4+
- "GitHub Actions"
5+
- "blacksmith runners 01kbd5v56sg8tz7rea39b7ygpt"

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ const table = sqliteTable("session", {
110110

111111
- Avoid mocks as much as possible
112112
- Test actual implementation, do not duplicate logic into tests
113+
- Tests cannot run from repo root (guard: `do-not-run-tests-from-root`); run from package dirs like `packages/opencode`.

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
```

0 commit comments

Comments
 (0)