Skip to content

Conversation

@MiguelAtExa
Copy link
Contributor

Summary

  • Document maxAgeHours parameter with special values (0 = always fetch fresh, -1 = never fetch fresh, 168 = 7 days)
  • Remove livecrawl/livecrawlTimeout from JSDoc and exported types (parameters still work, just undocumented)

Changes

  • src/index.ts: Updated ContentsOptions and TextContentsOptions JSDoc comments
  • scripts/gen_config.json: Updated ContentsOptions field overrides, removed LivecrawlOptions from exported types

Test plan

  • Run npm run generate-docs to verify docs generate correctly
  • Verify livecrawl still works functionally (just not documented)

🤖 Generated with Claude Code

- Add maxAgeHours documentation with special values (0, -1, 168 example)
- Remove livecrawl/livecrawlTimeout from JSDoc and type exports (still functional, just undocumented)
- Update ContentsOptions and TextContentsOptions JSDoc comments

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@MiguelAtExa MiguelAtExa merged commit 112c8b4 into master Jan 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants