You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
+
5
+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
+
7
+
#### 1.0.5
8
+
9
+
- Initial commit: n8n community node for Cloud CLI [`fb0500b`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/fb0500b11c5de5de918e83843da82aae312ed41c)
10
+
- Initial commit: n8n community node for Cloud CLI [`8db6855`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/8db6855df07f5ac9a724a0629df1aeb87ba8a49f)
description: 'Name of the project inside /workspace/ directory (just the folder name, not the full path)',
321
+
description: 'Name of the project inside /workspace/ directory. Defaults to the environment subdomain. Only change this if you know what you are doing.',
322
322
},
323
323
{
324
324
displayName: 'Message',
@@ -353,6 +353,10 @@ export class CloudCli implements INodeType {
353
353
name: 'Claude',
354
354
value: 'claude',
355
355
},
356
+
{
357
+
name: 'Codex',
358
+
value: 'codex',
359
+
},
356
360
{
357
361
name: 'Cursor',
358
362
value: 'cursor',
@@ -361,6 +365,7 @@ export class CloudCli implements INodeType {
361
365
default: 'claude',
362
366
description: 'AI provider to use',
363
367
},
368
+
// TODO: Add a model parameter to allow users to select the AI model
364
369
{
365
370
displayName: 'Additional Options',
366
371
name: 'additionalOptions',
@@ -428,13 +433,14 @@ export class CloudCli implements INodeType {
0 commit comments