Skip to content

Releases: ibitato/ShellSentinel

Shell Sentinel 1.0

08 Oct 11:53

Choose a tag to compare

First public release of the Shell Sentinel TUI.

Highlights

  • Textual-based terminal interface with persistent SSH/SFTP sessions
  • Strands Agents integration with multilingual guidance
  • Configurable providers (OpenAI, Bedrock, LM Studio, Cerebras, Ollama/local)
  • Plugin architecture with localisation support
  • Configuration and localisation files under conf/

How to install

python3 -m venv .venv
source .venv/bin/activate
make install
make run

Docs available under docs/ (EN/ES/DE).