NeamCode v0.3.5.3 — Web PDF Support, Extended Thinking & Observability
What's New in v0.3.5.3
Web & PDF Intelligence
- PDF support —
web_fetchskill now handles binary PDFs viapdf-parsetext extraction - arXiv integration — PDF URLs auto-redirect to abstract pages for richer content; falls back to raw PDF extraction
- Internet access enabled by default —
allowInternetandallowToolsnow default totrue
User Interactiveness (UI)
- Extended thinking with
<think>tag rendering - Markdown streaming with syntax highlighting
- Status bar with token/cost/model display
- Observability dashboard (
/observe) with real-time metrics
Previous (v0.3.5.2)
- SKILL.md format, skill graph, search, and composition engine
Installation
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/neam-lang/NeamCode/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/neam-lang/NeamCode/main/install.ps1 | iexnpm:
npm install -g neamcodePlatform Packages
| Platform | Architecture | Package | Size |
|---|---|---|---|
| macOS | Apple Silicon (arm64) | neamcode-v0.3.5.3-macos-arm64.tar.gz |
39 MB |
| macOS | Intel (x86_64) | neamcode-v0.3.5.3-macos-x64.tar.gz |
39 MB |
| Linux | x86_64 | neamcode-v0.3.5.3-linux-x64.tar.gz |
53 MB |
| Linux | arm64 | neamcode-v0.3.5.3-linux-arm64.tar.gz |
53 MB |
| Windows | x86_64 | neamcode-v0.3.5.3-windows-x64.zip |
46 MB |
| npm | Any | neamcode-0.3.5.3.tgz |
2.3 MB |
Verify Download
sha256sum -c checksums.sha256