feat: v1.1.0 — shell-safe UX, position-independent global options, st…#5
Merged
sahilsunny merged 1 commit intomainfrom Mar 3, 2026
Merged
feat: v1.1.0 — shell-safe UX, position-independent global options, st…#5sahilsunny merged 1 commit intomainfrom
sahilsunny merged 1 commit intomainfrom
Conversation
…ructured pipelines, batch/crawl/export/schedule, multi-tool agent support Major UX improvements: - Global options (--verbose, --output-file, etc.) now work before or after the subcommand - YouTube --duration uses shell-safe aliases: short/medium/long - --extract-field uses dot syntax (organic_results.url) — no shell quoting needed New commands: export (CSV/NDJSON/TXT), schedule (recurring runs with --auto-diff) New global flags: --extract-field, --fields, --diff-dir, --resume, --no-progress, --chunk-size/--chunk-overlap (RAG output), --retries/--backoff Pipelines: --extract-field chains search → batch without jq (Google, Amazon, Walmart, YouTube, Fast Search) Batch: concurrency control, progress counter, resume interrupted jobs, change detection via --diff-dir, enriched manifest.json (credits_used, latency_ms, content_md5, fetched_at) Crawl: sitemap ingestion (--from-sitemap), resume, manifest.json, double-fetch discovery Multi-tool agent support: AGENTS.md, .agents/, .kiro/, .amazonq/, .augment/, .gemini/, .github/agents/, .opencode/, .factory/ — skill and pipeline agent for 10+ AI coding tools Tests: 343 unit tests, 182 E2E tests. Help-output tests for every command. CI: GitHub Actions workflow for Python 3.10-3.13.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ructured pipelines, batch/crawl/export/schedule, multi-tool agent support
Major UX improvements:
New commands: export (CSV/NDJSON/TXT), schedule (recurring runs with --auto-diff)
New global flags: --extract-field, --fields, --diff-dir, --resume, --no-progress, --chunk-size/--chunk-overlap (RAG output), --retries/--backoff
Pipelines: --extract-field chains search → batch without jq (Google, Amazon, Walmart, YouTube, Fast Search)
Batch: concurrency control, progress counter, resume interrupted jobs, change detection via --diff-dir, enriched manifest.json (credits_used, latency_ms, content_md5, fetched_at)
Crawl: sitemap ingestion (--from-sitemap), resume, manifest.json, double-fetch discovery
Multi-tool agent support: AGENTS.md, .agents/, .kiro/, .amazonq/, .augment/, .gemini/, .github/agents/, .opencode/, .factory/ — skill and pipeline agent for 10+ AI coding tools
Tests: 343 unit tests, 182 E2E tests. Help-output tests for every command.
CI: GitHub Actions workflow for Python 3.10-3.13.