- Added new dependencies: @ai-sdk/anthropic, @ai-sdk/openai, @ai-sdk/openai-compatible, and ai.
- Updated existing dependencies:
- @kevisual/permission from 0.0.3 to 0.0.4
- @kevisual/query from 0.0.38 to 0.0.52
- @kevisual/router from 0.0.62 to 0.0.84
- @kevisual/use-config from 1.0.28 to 1.0.30
- @types/bun from 1.3.6 to 1.3.9
- @types/formidable from 3.4.6 to 3.4.7
- @types/node from 25.0.10 to 25.3.3
- dotenv from 17.2.3 to 17.3.1
- openai from 6.16.0 to 6.25.0
- rimraf from 6.1.2 to 6.1.3
- glob from 13.0.0 to 13.0.6
- minimatch from 10.1.1 to 10.2.4
- minipass from 7.1.2 to 7.1.3
- path-scurry from 2.0.0 to 2.0.2
- Updated lockfile to reflect changes in dependencies and their versions.
- Introduced CNBChat class in src/provider/chat-adapter/cnb.ts to handle interactions with the CNB API.
- Updated chat.ts to export CNBChat for use in the application.
- CNBChat includes methods for querying the CNB API with customizable parameters.