Skip to content

fix: point bodhi-realtime-agent dep at sonichi (liususan091219 repo deleted)#325

Merged
sonichi merged 1 commit intomainfrom
fix/bodhi-package-source
Apr 14, 2026
Merged

fix: point bodhi-realtime-agent dep at sonichi (liususan091219 repo deleted)#325
sonichi merged 1 commit intomainfrom
fix/bodhi-package-source

Conversation

@sonichi
Copy link
Copy Markdown
Owner

@sonichi sonichi commented Apr 14, 2026

Summary

Fresh `npm install` from main is currently broken because `package.json` depends on `github:liususan091219/bodhi_realtime_agent` and Susan took down that repo (banned). One-line fix to point at the sonichi mirror.

I verified `dist/` IS committed in `sonichi/bodhi_realtime_agent` (same files as Susan's: index.cjs, index.d.cts, etc.), so the github: install will work out of the box — no need for the postinstall build fallback to fire.

Test plan

  • `rm -rf node_modules package-lock.json && npm install` → succeeds, bodhi-realtime-agent shows up under node_modules/
  • `npm run typecheck` (or whatever) still passes
  • Voice agent boots and connects to Gemini Live without errors

This unblocks any new contributor running the Quick start in README.md.

🤖 Generated with Claude Code

Fixes #361

…eleted)

Susan deleted her fork (banned), so fresh `npm install` from main was failing.
sonichi/bodhi_realtime_agent has dist/ committed and is up-to-date.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@sonichi sonichi merged commit 3bc033d into main Apr 14, 2026
1 check passed
@sonichi sonichi deleted the fix/bodhi-package-source branch April 14, 2026 14:53
liususan091219 added a commit that referenced this pull request Apr 16, 2026
…#354

Each script reproduces the bug (before the fix) and verifies it's resolved
(after the fix). All POCs pass on current main.

- poc-pr353-open-file.sh (11/11) — 18s polling timeout in open_file
- poc-pr355-subtitled-pending.sh (9/9) — false positive subtitled_pending
- poc-pr332-team-tier-revert.sh (9/9) — team-tier -C /tmp broke codex
- poc-pr325-bodhi-dep.sh (7/7) — bodhi dep pointed at deleted repo
- poc-pr354-retention-sweep.sh — retention sweep for stale results

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@liususan091219
Copy link
Copy Markdown
Collaborator

POC: bash scripts/poc-pr325-bodhi-dep.sh (7/7 pass). Script in PR #358. Issue: #361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bodhi-realtime-agent npm install broken — dep at deleted repo

2 participants