6 Commits

Author SHA1 Message Date
79acf694ea feat: call graph 2026-04-15 15:44:35 -04:00
6168e71e19 feat: add reference 2026-04-15 15:23:11 -04:00
562f4bb073 feat: add fts indexing 2026-04-15 08:33:38 -04:00
ac343a5477 refactor(schema): consolidate schema definition to single source of truth 2026-04-15 08:10:39 -04:00
dfd61f899a refactor(extension): auto-index on tool call and skip registration when binary missing
- Only register tool if `codexis` binary is in PATH
- Run incremental index via `pi.exec` on each tool call to keep DB fresh
- Remove `findDatabase` helper; derive DB path from git root directly
- Replace `defineTool` with inline `pi.registerTool` call
- Update imports (`@sinclair/typebox`, lazy `execSync`)
- Fix output flag help text in main.go
2026-04-10 15:56:47 -04:00
39fcfc2968 initial commit 2026-04-10 15:31:52 -04:00