Skip to content [1.5.3] - 2026-04-01
Added
- TypeScript/JavaScript MethodExtractor config — shared extraction config covering abstract methods, visibility modifiers, async/override keywords, decorators, rest/optional/destructured parameters, and return types (#588) — @compound-ai
Fixed
- Azure OpenAI compatibility — use
max_completion_tokens instead of deprecated max_tokens (newer models reject max_tokens); skip temperature for Azure provider (some models reject non-default values) (#618)
- Simplified Azure interactive setup — 3 prompts (endpoint, deployment, key) instead of 7 (#618)
- Wiki HTML viewer script injection — escape
</script> in embedded JSON so LLM-generated markdown no longer breaks the viewer (#618)
- Ensure import rewrites survive npm publish lifecycle