From c5cd3fbba3f6cd8012619fff213bf5ba5ee82f44 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:53:43 +0000 Subject: [PATCH 1/2] Initial plan From 00c203b00e913f10a56dc645c9f688fe6f490aa0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:54:58 +0000 Subject: [PATCH 2/2] docs: add project description to CHANGELOG.md Co-authored-by: glebedel <10488548+glebedel@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c6365..22dde02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +All notable changes to the [stackone-ai-node](https://github.com/StackOneHQ/stackone-ai-node) project will be documented in this file. + +This project provides the `@stackone/ai` Node.js SDK — a unified interface for performing actions on SaaS tools through AI-friendly APIs, with support for OpenAI, Anthropic, Vercel AI SDK, and the Model Context Protocol (MCP). + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ## [2.4.0](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.3.0...v2.4.0) (2026-03-06)