Toolport v1.9.1
A fast follow-up to v1.9.0 that makes code mode reachable, corrects the Activity call total, and stops the injection scanner from flagging benign shell examples.
Fixes
Turn on code mode from Settings. Code mode (the server-side toolport_run_script meta-tool) was reachable only through an environment variable, so there was no way to enable it from the app. There's now a "Code mode" toggle in Settings under Discovery, off by default.
Activity shows your real call total. The summary was counting only the most recent 2,000 calls, so the total capped at 2000 and the error rate was measured over that slice. It now reflects the full retained log, so the total, error rate, and per-server breakdown are the real numbers.
The injection scanner stops flagging benign shell examples. A tool description that documents a hashing command (for example ... | base64 -d | shasum -a 256 | awk ...) no longer trips a false "suspicious content" notice. The scanner now matches a pipe into an actual shell or interpreter, so real decode-then-execute still flags while look-alikes stay clean.
Existing installs auto-update.