tsk-ai 0.10.8

tsk-tsk: keeping your agents out of trouble with sandboxed coding agent automation
1
2
3
4
const chalk = require('chalk');

console.log(chalk.green('Hello from Node.js integration test!'));
console.log('SUCCESS: Node stack is working');