Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d1cc574
feat: enhance Java parser with improved symbol extraction and type re…
biuld Jan 27, 2026
f8312df
chore: format codebase with cargo fmt
biuld Jan 29, 2026
ed62bf8
feat: Rename `grep` command to `find` and `inspect` to `cat`, and ref…
biuld Jan 29, 2026
da2d1ba
feat: Introduce a discovery engine and parser-based occurrence findin…
biuld Jan 29, 2026
af492ef
feat: Improve Gradle project resolution for multi-module structures a…
biuld Jan 30, 2026
7c5cc85
feat(engine): implement unified Arc+CoW+MVCC engine architecture
biuld Jan 30, 2026
1683019
feat(engine): complete Phase 1 refinement - serialization and QueryEn…
biuld Jan 30, 2026
56830a5
feat(engine): restore query functionality with generic QueryEngine
biuld Jan 30, 2026
b9debfb
refactor: introduce `CodeGraphLike` trait and migrate LSP, resolvers,…
biuld Jan 30, 2026
8732be3
feat: Implement and integrate real-time file watching with debouncing…
biuld Jan 30, 2026
fc5190b
refactor: remove top-level index module, integrating index management…
biuld Jan 30, 2026
628475a
feat: Implement a reference index to decouple usage-level relations f…
biuld Jan 31, 2026
2059b5b
feat: enhance call hierarchy and global symbol resolution with a new …
biuld Jan 31, 2026
6d7cc4e
refactor: Initialize multi-module workspace, modularize code into cor…
biuld Jan 31, 2026
7f3fce1
refactor: Centralize dependency management using workspace dependenci…
biuld Jan 31, 2026
fc0cb98
feat: Enhance CLI functionality with language feature providers and i…
biuld Jan 31, 2026
313bd0c
docs: Update README and user guide to clarify code relationships and …
biuld Jan 31, 2026
105ade5
feat: offload LSP hover and goto definition logic to a blocking threa…
biuld Jan 31, 2026
a8fd9ba
refactor: Optimize string storage and FQN handling by introducing glo…
biuld Jan 31, 2026
445e9f4
feat: Introduce a new `api` crate to define common models and service…
biuld Jan 31, 2026
15479d4
refactor: Update CLI commands to use async functions for improved per…
biuld Jan 31, 2026
cbe7370
refactor: Rename Result types for clarity and improve error handling …
biuld Jan 31, 2026
e19320a
refactor: Enhance storage and serialization mechanisms for code graph…
biuld Jan 31, 2026
ccf362e
feat: Add semantic trait tests and Java occurrences query for improve…
biuld Feb 1, 2026
4cad22b
feat: Refactor engine watcher with `CancellationToken` for graceful s…
biuld Feb 1, 2026
f762f7a
refactor: Replace `smol_str` with `lasso` for string interning and up…
biuld Feb 1, 2026
ff3d706
feat: Add support for tree-sitter-java and enhance symbol handling
biuld Feb 1, 2026
6d19131
refactor: Transition to DisplayGraphNode for enhanced symbol represen…
biuld Feb 1, 2026
de43a03
chore: Remove tree-sitter submodules and update dependencies
biuld Feb 1, 2026
11e5c9c
refactor: Enhance concurrency control in NaviscopeEngine and improve …
biuld Feb 1, 2026
e17be7e
refactor: Remove GLOBAL_POOL references and replace with Arc for path…
biuld Feb 1, 2026
bb2a280
refactor: major architectural reorganization of core and language crates
biuld Feb 1, 2026
e84bca1
refactor: Update language handling and improve navigation features
biuld Feb 1, 2026
91d6afb
chore: Bump version numbers to 0.5.0 across all crates and update README
biuld Feb 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

Loading
Loading