v0.7.1 — Windows PowerShell entry + cleaner output
v0.7.1 — Windows PowerShell entry + cleaner output
Added
-
Native Windows PowerShell entry (
scripts/agy-run.ps1) for the read-only commands —ask,scrape,doc-to-md— so Windows users without git-bash can use them. Same read-only model (agy runs from a throwaway temp dir), reusinglib/transcript.mjs(capture) andlib/inputguard.mjs(SSRF/path deny-lists); native Windows paths, no cygpath. Validated live on Windows PowerShell 5.1.powershell -ExecutionPolicy Bypass -File "<plugin>\scripts\agy-run.ps1" scrape "https://example.com"
Fixed
- Cleaner output. The transcript extractor now skips agy's intermediate narration (
PLANNER_RESPONSElines that carry atool_call, e.g. "I will read the file…") and keeps only the final answer./agy:scrapeand/agy:doc-to-mdnow return just the Markdown;/agy:reviewdrops the "I will start by reviewing…" preamble. Surfaced by dogfooding the new PowerShelldoc-to-md.
237 unit tests + CI.