We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb8ac4 commit 65cdecdCopy full SHA for 65cdecd
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.0](https://github.com/onecli/node-sdk/compare/v0.1.6...v0.2.0) (2026-03-23)
4
+
5
6
+### Features
7
8
+* add ensureAgent method for idempotent agent creation ([#14](https://github.com/onecli/node-sdk/issues/14)) ([eeb8ac4](https://github.com/onecli/node-sdk/commit/eeb8ac4935a33ccbcf525c1a7d1516b709ab85b0))
9
10
## [0.1.6](https://github.com/onecli/node-sdk/compare/v0.1.5...v0.1.6) (2026-03-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@onecli-sh/sdk",
- "version": "0.1.6",
+ "version": "0.2.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