docs: comprehensive documentation and changeset for v0.6.1 release #141
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.
Summary
Comprehensive documentation updates and changeset preparation for the v0.6.1 patch release, properly documenting all the reliability and performance improvements that were recently merged.
Documentation Updates
README.md
✅ Add missing
dev updatecommand to CLI commands section✅ Timing expectations - Note that initial indexing takes 5-10 minutes for large codebases
✅ Incremental indexing feature - Document as key production-ready capability
✅ Troubleshooting section - Add guidance for outdated search results
Website Documentation
✅ CLI Reference (
/docs/cli) - Enhanced with timing info and betterdev updatedocumentation✅ Configuration (
/docs/configuration) - New Performance Tuning section with environment variables✅ Updates Page (
/updates) - Complete v0.6.1 release notes✅ Latest Version - Homepage callout updated to v0.6.1
Changeset for v0.6.1
Created comprehensive changeset covering all improvements merged from the recent Go enhancements PR:
Performance & Configuration
DEV_AGENT_*_CONCURRENCY)Reliability Improvements
Architecture & Testing
User Experience
dev update)Release Strategy
Patch Release (0.6.0 → 0.6.1) - This correctly categorizes the changes as improvements to the existing Go support feature rather than new functionality.
Impact
No breaking changes - all improvements are backward compatible.