v0.1.9
Added
install.shnow stages the telegram-codex plugin into
/usr/local/lib/5dive/telegram-codex— a whole-subdir tarball from
5dive-com/5dive-pluginsplusbun install --productionof its runtime deps
(grammy). This is what makes codex--channels=telegram(shipped in 0.1.8)
work on customer VMs and not just hosts with a5dive-pluginscheckout:
codex has no plugin marketplace, so its MCP server + lifecycle hooks run from
this one shared copy, and5dive-agent-startalready resolves
/usr/local/lib/5dive/telegram-codexahead of the dev checkout.server.ts
resolves each agent's own state dir from$HOME, so a single staged copy
serves every codex agent. Staging lives inrefresh_managed_files, so the
dailyupdate.sh→install.sh --upgradecron stages/refreshes it on
existing VMs too (no separate update.sh change needed). Override the source
withCODEX_PLUGIN_TARBALL; fail-soft (warns, doesn't abort the install) if
the fetch orbun installfails.
See CHANGELOG.md for the full breakdown.