v0.6.0
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_OUTPUTand$ASK_PREV_OUTPUTSlet 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
- feat : enable Agent mode by @MilkCoder26 in #22
Full Changelog: v0.5.0...v0.6.0