We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3356d0e commit a6bccc6Copy full SHA for a6bccc6
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.3.0](https://github.com/onecli/node-sdk/compare/v0.2.0...v0.3.0) (2026-04-09)
4
+
5
6
+### Features
7
8
+* add manual approval policy action for gateway requests ([#17](https://github.com/onecli/node-sdk/issues/17)) ([3356d0e](https://github.com/onecli/node-sdk/commit/3356d0e22ee688a87f502056944e6d27e7ac517e))
9
10
## [0.2.0](https://github.com/onecli/node-sdk/compare/v0.1.6...v0.2.0) (2026-03-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@onecli-sh/sdk",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Official Node.js SDK for OneCLI. Connect AI agents to external services via the OneCLI proxy.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
0 commit comments