diff options
| author | Cole Leavitt <[email protected]> | 2025-12-29 13:58:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-29 14:58:11 -0600 |
| commit | b157fd10a70531a9eba9ae0790f1a3aa448f4fe3 (patch) | |
| tree | a4f749b5ea56c4c85200a9f3c1bb366d4660f060 /.gitignore | |
| parent | 67ebe681609a8982ae580ce4018e77e72abb4ea4 (diff) | |
| download | opencode-b157fd10a70531a9eba9ae0790f1a3aa448f4fe3.tar.gz opencode-b157fd10a70531a9eba9ae0790f1a3aa448f4fe3.zip | |
fix: filter messages with only step-start parts in toModelMessage (#6383)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7b9c006f9..fc175568d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,7 @@ opencode.json a.out target .scripts + +# Local dev files +opencode-dev +logs/ |
