docs: comprehensive documentation and changeset for v0.6.1 release#141
Merged
docs: comprehensive documentation and changeset for v0.6.1 release#141
Conversation
- Add missing 'dev update' command to CLI documentation (README and website) - Document performance tuning environment variables in configuration - Add timing expectations for indexing (5-10 minutes for large codebases) - Create v0.6.1 release notes covering reliability and performance improvements - Update website latest version to v0.6.1 - Add comprehensive changeset for patch release covering: * Performance configuration with environment variables * Enhanced Go scanner reliability and WASM validation * Better error handling and logging across scanners * 57 new tests and architectural improvements * Documentation enhancements and user experience improvements This properly documents all the improvements merged in the recent comprehensive Go support enhancement PR, categorized as a patch release (0.6.1) since it improves the Go feature introduced in 0.6.0 rather than adding new features.
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.
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.