Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: algodesigner/codeloom

Tags

v0.1.8

Toggle v0.1.8's commit message
Fixed _resolve_node fuzzy matching prioritising path over label

On GitHub Actions runners, tmp_path contains 'run' (e.g.
/home/runner/work/...), so _resolve_node('run') matched the
math_ops module node via file path substring before the
actual 'run' function via label. Label matches now come first,
then ID/path matches not already covered by label matches.

v0.1.7

Toggle v0.1.7's commit message
Added MCP watch tool with tests

v0.1.6

Toggle v0.1.6's commit message
Fixed README inaccuracies

- Split CLI reference table into CLI vs MCP sections
- Added missing search-graph, search-community, uninstall commands
- Clarified structural extraction coverage (17+ core langs, 55 total)
- Updated docs extra description (PDF, DOCX, XLSX, ODF)

v0.1.5

Toggle v0.1.5's commit message
Fixed the mcp dependency issue

v0.1.4

Toggle v0.1.4's commit message
Rewrote README.md; removed the other versions to simplify maintenance

v0.1.3

Toggle v0.1.3's commit message
Updated .gitignore

v0.1.2

Toggle v0.1.2's commit message
Fixed integration idempotent tests

Updated assertions in tests/test_cli.py to match the new status
messages introduced by prepend_codeloom_context. Verified all
480 tests pass locally.

v0.1.1

Toggle v0.1.1's commit message
Fixed unused variable ruff lint error

cwd_parents was computed but not included in the error message.
Now part of the 'Searched from...' line.

v0.1.0

Toggle v0.1.0's commit message
Initial commit: codeloom — local-first code graph builder for AI agents