Skip to content

Commit a346598

Browse files
chore(main): release 1.9.0 (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03467c0 commit a346598

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.8.0"
2+
".": "1.9.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.9.0](https://github.com/KochC/opencode-llm-proxy/compare/v1.8.0...v1.9.0) (2026-07-10)
4+
5+
6+
### Features
7+
8+
* parallel tool calls + integration docs ([#70](https://github.com/KochC/opencode-llm-proxy/issues/70)) ([03467c0](https://github.com/KochC/opencode-llm-proxy/commit/03467c0b3a488e64f15938aa0aab350f647fc53d))
9+
310
## [1.8.0](https://github.com/KochC/opencode-llm-proxy/compare/v1.7.1...v1.8.0) (2026-07-09)
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.8.0",
3+
"version": "1.9.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)