using the continue plugin within vscode, and using the latest nyxstrike beta branch version, with the continue config as below:
name: Local Config
version: 1.0.0
schema: v1
models:
- name: Autodetect
provider: venice
model: claude-sonnet-4-6
apiKey: REDACTED
mcpServers:
- name: nyxstrike
type: stdio
command: /home/parrot/Desktop/hexstrike-ai-community-edition/nyxstrike-env/bin/python3
args:
- "/home/parrot/Desktop/hexstrike-ai-community-edition/nyxstrike_mcp.py"
- "--server"
- "http://127.0.0.1:8888"
- "--profile"
- "full"
often times I will get this error:
{"details":{"_errors":[],"messages":{"157":{"_errors":[],"content":{"0":{"_errors":[],"text":{"_errors":["Text content cannot be empty"]}},"_errors":[]}},"_errors":[]}},"issues":[{"code":"too_small","minimum":1,"type":"string","inclusive":true,"exact":false,"message":"Text content cannot be empty","path":["messages",157,"content",0,"text"]}]}
This seems to mean that the model can't get the output from the terminal. this happens when the model tries to read something either from a text file or a terminal output. It uses the nyxstrike execute python script function mostly when this error happens but also when trying to use run command.
using the continue plugin within vscode, and using the latest nyxstrike beta branch version, with the continue config as below:
name: Local Config
version: 1.0.0
schema: v1
models:
provider: venice
model: claude-sonnet-4-6
apiKey: REDACTED
mcpServers:
type: stdio
command: /home/parrot/Desktop/hexstrike-ai-community-edition/nyxstrike-env/bin/python3
args:
often times I will get this error:
{"details":{"_errors":[],"messages":{"157":{"_errors":[],"content":{"0":{"_errors":[],"text":{"_errors":["Text content cannot be empty"]}},"_errors":[]}},"_errors":[]}},"issues":[{"code":"too_small","minimum":1,"type":"string","inclusive":true,"exact":false,"message":"Text content cannot be empty","path":["messages",157,"content",0,"text"]}]}
This seems to mean that the model can't get the output from the terminal. this happens when the model tries to read something either from a text file or a terminal output. It uses the nyxstrike execute python script function mostly when this error happens but also when trying to use run command.