Skip to content

SmartCrawler 0.3.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:10
  • chore: bump version to 0.3.2
  • Merge pull request #36 from brainless/feature/links-argument
  • feat: implement --links argument for URL-based crawling (issue #32)
  • Merge pull request #35 from brainless/feature/homepage-first-url
  • feat: treat homepage as first URL in crawl analysis (fixes #34)
  • Merge pull request #33 from brainless/feature/url-domain-parsing
  • Formatting fixes
  • fix: resolve clippy warnings for uninlined format args
  • Formatting fixes; updated Claude.md
  • feat: allow full URLs as domain arguments (fixes #31)
  • Merge pull request #30 from brainless/feature/product-website
  • feat: create one-pager product website for SmartCrawler
  • docs: make CLAUDE.md more concise while preserving development workflow
  • Merge pull request #28 from brainless/feature/improve-url-selection
  • Formatting fixes
  • feat: implement improved URL selection with keyword-based ranking - issue #27
  • Merge pull request #26 from brainless/feature/typescript-schema-prompts
  • fix: update TypeScript generation test assertions
  • Formatting fixes
  • feat: implement structured JSON responses with ts-rs macro generation
  • Formatting fixes
  • Formatting fixes
  • fix: resolve JSON parsing errors in entity extraction
  • Merge pull request #25 from brainless/feature/typed-entity-extraction
  • fix: update analyze_content method to use TypeScript schemas
  • feat: enhance entity extraction with TypeScript schema prompts
  • feat: add typed entity extraction system for structured data