Skip to content

Commit f79baae

Browse files
chore(main): release 1.8.0 (#63)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8dfdb25 commit f79baae

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.1"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/KochC/opencode-llm-proxy/compare/v1.7.1...v1.8.0) (2026-07-09)
4+
5+
6+
### Features
7+
8+
* parallel tool calls across OpenAI, Anthropic, and Gemini APIs ([#62](https://github.com/KochC/opencode-llm-proxy/issues/62)) ([8dfdb25](https://github.com/KochC/opencode-llm-proxy/commit/8dfdb254134d146d095933fa5675e6d0e24ac09d))
9+
310
## [1.7.1](https://github.com/KochC/opencode-llm-proxy/compare/v1.7.0...v1.7.1) (2026-07-05)
411

512

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-llm-proxy",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Local AI gateway for OpenCode with tool/function calling — use any model via OpenAI, Anthropic, or Gemini API format",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)