Skip to content

Commit 79019b2

Browse files
chore(master): release 1.0.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31df0d7 commit 79019b2

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.0.1"
2+
".": "1.0.0"
33
}
44

CHANGELOG.md

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

3+
## 1.0.0 (2026-04-05)
4+
5+
6+
### Features
7+
8+
* add OpenCode CCS sync plugin ([ce79ff2](https://github.com/JasonLandbridge/opencode-ccs-sync/commit/ce79ff2b0f62d3b58c088b9aeabeb5a90c793da8))
9+
* **sync:** add provider protocol detection (SSE/JSON) with in-memory caching ([2b4318c](https://github.com/JasonLandbridge/opencode-ccs-sync/commit/2b4318c779aff4da6f9e3f34bf74b58fea210559))
10+
* **sync:** wire protocol detection into buildProviderConfig for per-provider SDK selection ([af21800](https://github.com/JasonLandbridge/opencode-ccs-sync/commit/af218002ce4b4c815ece368341e3f787b17d3804))
11+
12+
13+
### Bug Fixes
14+
15+
* **sync:** align OpenCode config with live CCS settings ([de62480](https://github.com/JasonLandbridge/opencode-ccs-sync/commit/de624804937ff0d8d4af7d2133f5c3dc92684d8a))
16+
* **sync:** use ANTHROPIC_BASE_URL from settings file verbatim as provider baseURL ([bab4793](https://github.com/JasonLandbridge/opencode-ccs-sync/commit/bab47938ea6bdcae49e6965806fdd20eafdc9cf2))
17+
* **vcs:** remove unnecessary Git mapping for my-module directory ([31df0d7](https://github.com/JasonLandbridge/opencode-ccs-sync/commit/31df0d7cf09170599ada08815010ae3d2913e875))
18+
* **watch:** resync on live CCS settings changes ([0bb474d](https://github.com/JasonLandbridge/opencode-ccs-sync/commit/0bb474dbdf2d7a73ca16728cf63d6180f1c0d44a))
19+
20+
## Changelog
21+
322
All notable changes to this project will be documented here by Release Please.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-ccs-sync",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Automatically syncs CCS (Claude Code Switch) CLIProxy providers and models with OpenCode",
55
"keywords": [
66
"opencode",

0 commit comments

Comments
 (0)