Skip to content

v0.6.0

Choose a tag to compare

@elias-ba elias-ba released this 28 Feb 19:10
· 6 commits to main since this release
b8ec8d7

Agent Mode on PowerShell

Agent mode now works on PowerShell, thanks to @MilkCoder26 (Malick DIENE). Full parity with the bash version: plan generation, step-by-step execution, risk levels, auto and detailed execution modes.

Safety Guardrails

Both bash and PowerShell versions now include:

  • Dangerous command blocklist — blocks rm -rf /, mkfs, dd of=/dev/, curl | bash, Format-Volume, Stop-Computer, and more before they execute
  • Audit logging — every agent session, command, and block is logged to ~/.cache/ask/agent_history.log
  • Step output forwarding$ASK_LAST_OUTPUT and $ASK_PREV_OUTPUTS let later steps reference earlier output
  • Dry-run mode--dry-run (bash) / -DryRun (PowerShell) previews the plan without executing
  • Tighter planning prompts — schema-first format with examples for more reliable JSON output

What's Changed

Full Changelog: v0.5.0...v0.6.0