@nikcli-ai/sdk 1.182.0 → 1.183.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2360,7 +2360,7 @@ export type Config = {
2360
2360
  */
2361
2361
  command?: {
2362
2362
  [key: string]: {
2363
- template: string;
2363
+ template?: string;
2364
2364
  description?: string;
2365
2365
  agent?: string;
2366
2366
  model?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nikcli-ai/sdk",
4
- "version": "1.182.0",
4
+ "version": "1.183.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {