Refactor CLI input handling to ensure userText is passed correctly and improve output formatting in cli.js. Update package.json and package-lock.json to include 'exa-js' dependency for enhanced functionality. Revise systemprompt.txt to clarify tool usage and streamline instructions.

This commit is contained in:
sebseb7
2025-08-12 03:38:23 +00:00
parent ce6933377a
commit 70fe6fccdb
6 changed files with 116 additions and 15 deletions

3
.devcontainer.json Normal file
View File

@@ -0,0 +1,3 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node"
}