Compare commits

...

3 Commits

Author SHA1 Message Date
AquaMorph d624a55769 feat(opencode): add GPT OSS 120b model entry 2026-02-09 21:09:25 -05:00
AquaMorph 3081b00255 fix(agents): disable pushing code 2026-02-09 20:52:04 -05:00
AquaMorph 3e712774d7 feat(opencode): add qwen3 model 2026-02-09 20:40:30 -05:00
2 changed files with 11 additions and 2 deletions
+3
View File
@@ -117,6 +117,9 @@ Follow conventional commits style (all lowercase).
- `docs(scope): description` - Documentation changes
- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry`
#### Pushing Remotes
- **Do not push git repositories to remote unless explicitly instructed.**
### File Organization
- Shell scripts: `home/bin/executable_<name>.sh`
- Python scripts: `home/bin/<name>.py`
+6
View File
@@ -13,8 +13,14 @@
"gpt-oss:20b": {
"name": "GPT OSS 20b"
},
"gpt-oss:120b": {
"name": "GPT OSS 120b"
},
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
"name": "Qwen3 4b"
},
"qwen3-coder-next:latest": {
"name": "Qwen3 Coder Next"
}
}
}