icoa-cli 2.3.1 → 2.3.2

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.
@@ -52,7 +52,7 @@ export function registerAi4ctfCommand(program) {
52
52
  const chatRl = createInterface({
53
53
  input: process.stdin,
54
54
  output: process.stdout,
55
- prompt: chalk.magenta('ai> '),
55
+ prompt: chalk.magenta('ai4ctf> '),
56
56
  terminal: true,
57
57
  });
58
58
  chatRl.prompt();
package/dist/index.js CHANGED
@@ -37,7 +37,7 @@ ${LINE}
37
37
  ${chalk.white('Sydney, Australia')} ${chalk.gray('Jun 27 - Jul 2, 2026')}
38
38
  ${chalk.cyan.underline('https://icoa2026.au')}
39
39
 
40
- ${chalk.gray('CLI-Native Competition Terminal v2.3.1')}
40
+ ${chalk.gray('CLI-Native Competition Terminal v2.3.2')}
41
41
 
42
42
  ${LINE}
43
43
  `;
package/dist/repl.js CHANGED
@@ -27,7 +27,7 @@ const BLOCKED_COMMANDS = new Set([
27
27
  'iptables', 'ufw', // firewall
28
28
  ]);
29
29
  const INTERCEPT = '__REPL_NO_EXIT__';
30
- const VERSION = '2.3.1';
30
+ const VERSION = '2.3.2';
31
31
  export async function startRepl(program, resumeMode) {
32
32
  const config = getConfig();
33
33
  const connected = isConnected();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {