Skip to content

Commit 895532d

Browse files
authored
Update to latest ACP JSON Schema (#10)
* Update deps * Update to the latest version of the json schema * Prep v0.5.0 * Add release creation step
1 parent e06a7eb commit 895532d

File tree

7 files changed

+2032
-1345
lines changed

7 files changed

+2032
-1345
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ jobs:
2222
- run: npm ci
2323
- run: npm run build
2424
- run: npm publish
25+
release:
26+
runs-on: ubuntu-latest
27+
needs: [publish-npm]
28+
permissions:
29+
contents: write
30+
steps:
31+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
32+
- name: Create Release
33+
id: create_release
34+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
35+
with:
36+
draft: true

CHANGELOG.md

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

3+
## 0.5.0 (2025-10-23)
4+
5+
- Update to latest ACP JSON Schema
6+
37
## 0.4.9 (20205-10-21)
48

59
- Fix: incorrect method for session/set_model client implementation.

0 commit comments

Comments
 (0)