Skip to content

NeamCode v0.3.5.3 — Web PDF Support, Extended Thinking & Observability

Choose a tag to compare

@Praveengovianalytics Praveengovianalytics released this 10 Mar 08:22

What's New in v0.3.5.3

Web & PDF Intelligence

  • PDF supportweb_fetch skill now handles binary PDFs via pdf-parse text extraction
  • arXiv integration — PDF URLs auto-redirect to abstract pages for richer content; falls back to raw PDF extraction
  • Internet access enabled by defaultallowInternet and allowTools now default to true

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 | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/neam-lang/NeamCode/main/install.ps1 | iex

npm:

npm install -g neamcode

Platform 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