Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 780 Bytes

File metadata and controls

17 lines (14 loc) · 780 Bytes

ShellIntegration.jl Roadmap

v0.1.0 - The Bridge (Current)

  • run_pwsh wrapper.

  • ✓ Basic Valence shell stub.

  • exec_safe command sanitizer.

v0.2.0 - Advanced Shell

  • PowerShell Objects: Convert JSON output from pwsh directly into Julia Structs/DataFrames.

  • Valence Capabilities: Implement the full capability logic (Network, FS, Env).

  • REPL Mode: A custom Julia REPL mode (press >) to enter ShellIntegration directly.

Future Horizons (v1.0+)

  • Distributed Shell: Execute commands across a cluster of verified machines.

  • Audit Logging: Immutable logs of every shell command executed via the library.