| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| socraticode-1.9.2.vsix | 2026-07-28 | 222.4 kB | |
| README.md | 2026-07-28 | 2.5 kB | |
| v1.9.2 source code.tar.gz | 2026-07-28 | 3.1 MB | |
| v1.9.2 source code.zip | 2026-07-28 | 3.2 MB | |
| Totals: 4 Items | 6.5 MB | 0 | |
1.9.2 (2026-07-28)
Bug Fixes
- graph: carry detected language from discovery into graph build (e0a77c7)
- graph: count and log files skipped during code graph build (64f466b)
- graph: keep a symbol-graph failure recorded across incremental rebuilds (79034e3)
- graph: label extensionless files by detected language in graph stats and visualization (bcad5d2)
- graph: log unreadable files in the incremental symbol-graph update (874091f)
- graph: pack symbol-graph upserts by bytes and surface persist failures (1fb7928), closes #89
- graph: preserve a symbol-graph failure across a total build failure too (4cd0f48)
- graph: warn on symbol-level tools when the symbol graph failed to persist (73f2ab6), closes #89
- watcher: score the extensionless watch check on the shared byte window (f971504)
Documentation
- document graph-build skip accounting and discovery ordering (61f4cd2)
- name doRebuildGraph, not buildCodeGraph, as the symbol-graph error recorder (0a4f9e0)
Tests
- graph: drop a redundant conditional type; document the abandon-on-oversize choice (d1d3a6d)