- Remove all manually registered Pi tools (alpha_search, alpha_get_paper,
alpha_ask_paper, alpha_annotate_paper, alpha_list_annotations,
alpha_read_code, session_search, preview_file) and their wrappers
(alpha.ts, preview.ts, session-search.ts, alpha-tools.test.ts)
- Add Pi skill files for alpha-research, session-search, preview,
modal-compute, and runpod-compute in skills/
- Sync skills to ~/.feynman/agent/skills/ on startup via syncBundledAssets
- Add node_modules/.bin to Pi subprocess PATH so alpha CLI is accessible
- Add /outputs extension command to browse research artifacts via dialog
- Add Modal and RunPod as execution environments in /replicate and
/autoresearch prompts
- Remove redundant /alpha-login /alpha-logout /alpha-status REPL commands
(feynman alpha CLI still works)
- Update README, researcher agent, metadata, and website docs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- ASCII art logo on website hero and OAuth callback page
- Clean spinner during postinstall instead of npm noise
- pi-session-search and pi-memory moved to core (13 packages)
- pi-generative-ui is the only optional package
- Alpha Hub callback page branded with Feynman logo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Install down from 60s to ~10s. Core packages only (11), heavy optional
packages available via feynman packages install.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Postinstall now walks up to find node_modules (works when deps are hoisted)
- All patches verified: piConfig, process.title, OAuth page, editor theme
- Add GitHub Actions workflow to publish on version bump
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace slow system_profiler/docker info with fast cached alternatives
- Single-line system info: cores · ram · docker
- Patch Pi OAuth callback page with Feynman branding
- Fix alpha-hub login: wait for server ready before opening browser, handle port conflicts, auto-close tab
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pi's own package manager already installs packages from settings.json
on first REPL launch. Feynman was duplicating this in both postinstall
and first-run, causing slow installs and looping.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove legacy chains, skills, and config modules. Add citation agent,
SYSTEM.md, modular research-tools extension, and web-access layer.
Add ralph-wiggum to Pi package stack for long-running loops.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>