Skip to content

v0.63.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:21
· 662 commits to main since this release

Changelog

  • 6cb6fe6 Allocate evidence depth to the leading file in localization pages
  • dd15ec0 Anchor localization on the symbols and ranges a task spells out
  • abb9ad9 Anchor task tokens that exactly match indexed symbol names
  • 03e246f Apply rename_symbol edits to disk instead of only planning them
  • aceb506 Attach a bounded file outline to refining localization pages
  • 3710daf Bind Godot autoload singleton calls to their declared script
  • 4f2d169 Bump version to v0.63.1
  • ffa8a47 Carry graph results in hook deny responses
  • 0422f27 Detect a C++ header's language from its content, not its extension
  • 7a5d497 Extract Dart named, factory, const, and redirecting constructors
  • 4585d65 Extract free template function definitions in C++ headers
  • 9d381ee Extract named function expressions in JavaScript and TypeScript
  • 3be8651 Fall back to text search when an exact symbol lookup returns nothing
  • 13823e0 Ground primary answer rows and prefer provenance-linked homonyms
  • 43aa6c9 Keep the bleve dependency set on the pre-1.4 index API
  • 348ebf0 Localize the graph-proven cause behind a reported symbol
  • 32f8bf3 Merge branch 'main' into fix/csharp-member-access
  • b7f66ca Merge pull request #462 from zzet/fix/gdscript-receiver-aware-call-resolution
  • a27e61d Merge pull request #466 from pbednarcik/fix/csharp-this-base-calls
  • b9c3ac8 Merge pull request #467 from zzet/fix/bound-daemon-memory-hot-paths
  • 76b794d Merge pull request #468 from zzet/fix/rename-symbol-applies-edits
  • bd58cdb Merge pull request #469 from zzet/fix/localization-contract-directed-read-release
  • 0d6fd76 Merge pull request #470 from zzet/fix/surface-unresolved-calls-tscn-and-dockerfile-indexing
  • 29a22a8 Merge pull request #471 from zzet/update_deps
  • a144e98 Merge pull request #475 from pbednarcik/fix/csharp-awaited-receivers
  • 43d5a11 Merge pull request #476 from zzet/feat/localization-evidence-depth
  • 58535a6 Merge pull request #478 from pbednarcik/fix/csharp-record-members
  • fcab495 Merge pull request #480 from zzet/fix/hook-tracked-repos-from-config
  • c1088d6 Merge pull request #481 from pbednarcik/fix/csharp-record-positional-props
  • 468ef03 Merge pull request #482 from pbednarcik/fix/csharp-member-access
  • 85ebe67 Mine fenced code blocks for anchors and literals instead of discarding them
  • fc20f48 Rank explore artifact candidates by distinctive path probes
  • 38a6e16 Resolve GDScript calls by receiver instead of method name
  • 6b06599 Score candidate source files against task-derived path probes
  • b5ac457 Stamp receiver types on capitalized Dart call chains
  • 41df80e csharp: anchor awaited-call typing to the enclosing scope
  • df5952e csharp: appease staticcheck QF1002 in awaited-call helper
  • 134f8d9 csharp: bump extractor version for qualified-call edges
  • 36cb521 csharp: chained reads on param receivers survive the noise rule
  • 3802ac2 csharp: emit member-access read/write edges
  • a178ee0 csharp: emit property nodes for record positional parameters
  • 57fe03c csharp: extract record members
  • e35c8ec csharp: extract this./base.-qualified member calls
  • cc0ac1d csharp: extract this?./base?. conditional-access calls
  • 39e4760 csharp: type awaited receivers by unwrapping Task
  • 9e54a08 feat(godot): link scenes to the scripts and sub-scenes they mount
  • 63cec41 fix(indexer): batch watcher storms by default and bound the debounce cohort
  • f9e2b46 fix(indexer): bound the trigram cache by bytes and report it in status
  • 1dc4105 fix(indexer): filter watcher events at the backend, gate the remaining whole-corpus analyze kinds
  • 2610fe6 fix(mcp): bracket resource and prompt handlers like every tool call
  • 49c9658 fix(mcp): let a directed read release a stuck localization contract
  • 5e352f7 fix(parser): index Dockerfile. build files
  • 840634d fix(query): report the call sites that named a symbol but never bound
  • 71f8559 fix(search): exclude an oversized document instead of always scanning it
  • d79fe8c fix(search): keep binary content out of the trigram index
  • e5bcef5 fix(search): stream instead of building an index per repo, and patch edits in place
  • c595cf9 hooks: read the tracked-repo registry from config, not a daemon round trip
  • c534750 perf(embedding): halve the rerank model, give it an idle reaper and a config gate
  • e4662f4 perf(mcp): read structural whole-graph handlers through the light node projection
  • c98962d update dependencies