sync: develop → main for v0.8.2 release#379
Merged
Merged
Conversation
* feat: add Dart symbol indexing (closes #373) - Add regex-based Dart extraction: classes, mixins, enums, extensions, functions, getters, setters, typedefs - Add Dart to context extraction (imports, calls, types) - Add Dart to scope tracking and function entry detection - Add Dart-specific builtins to filter list - Add 2 tests: comprehensive + issue #373 reproduction - Update CHANGELOG.md * style: cargo fmt --------- Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
- Component name derived from filename (kebab-case → PascalCase) - Extract <script> content and delegate to TS/JS extractor - Svelte-specific: export props, $state, $derived, $effect - Context extraction delegated to TS/JS match arm - Unit test: 8 assertions covering component, props, state, functions Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
Add AST-based symbol extraction for Java, C, C++, C#, Ruby, PHP, Scala, and JavaScript using tree-sitter grammars compatible with runtime 0.26. New grammars: - tree-sitter-java 0.23 - tree-sitter-c 0.24 - tree-sitter-cpp 0.23 - tree-sitter-c-sharp 0.23 - tree-sitter-ruby 0.23 - tree-sitter-php 0.24 - tree-sitter-scala 3 - tree-sitter-javascript 0.25 Symbol kinds: Function, Method, Class, Struct, Interface, Trait, Enum, Module, Variable, TypeAlias, Constant. Edge kinds: Calls, Inherits, Implements, Imports. Closes #376
feat: add tree-sitter AST support for 8 additional languages
…ence - README: fix scanner counts, update tree-sitter language line - Changelog: add v0.8.0 (Brain Mode, tree-sitter, VitePress) and v0.8.1 entries with Unreleased section for PR 374-376 - Roadmap: add v0.8 section with all completed items, remove from Future - CLI reference: add index --watch/--stats/--prune, callers, impact, affected commands with examples - Code intelligence: rewrite Supported Languages table (18 langs, regex vs AST tiers), update MCP tools table, fix tree-sitter instructions
docs: update all documentation for v0.8.0-v0.8.1 and Unreleased
chore: bump v0.8.2 for release
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.
Sync develop → main
Brings all changes since last main sync to prepare for proper tag-based release: