Skip to content

Releases: stanlink-games/unreal-python-api-rag

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 06:17
65cc766

0.1.0 (2026-07-08)

Features

  • build: dedup inherited methods (335k->27k); feat(corpus): support gzipped corpus (0f539d1)
  • build: introspect the live unreal module into a JSONL API corpus (c5e9ca3)
  • cli: build-corpus + mcp commands (e0713d6)
  • corpus: load the API corpus (bundled or explicit path) (4b15664)
  • mcp: stateless MCP server exposing search_ue_api + get_symbol (309172f)
  • search: conservative plural stemming for recall (4d1194f)
  • search: dependency-light keyword retrieval + exact symbol lookup (c9fb37b)
  • search: kind filter, terminal 'search' command, lean MCP payload (0d0c2c0)
  • search: word-splitting tokenizer + IDF field-weighted ranking (0129fb3)

Bug Fixes

  • build: ship corpus via artifacts (drop force-include that duplicated data/init.py) (5588a22)

Documentation

  • document ranked search, kind filter, CLI search + design (6317c5c)
  • README (grounding UE Python for any MCP agent) (ec25b01)