build: prepare provisional Prime Intellect Bun packages - #1980
Draft
sethkarten wants to merge 31 commits into
Draft
build: prepare provisional Prime Intellect Bun packages#1980sethkarten wants to merge 31 commits into
sethkarten wants to merge 31 commits into
Conversation
sethkarten
force-pushed
the
feat/bun-primary-runtime
branch
2 times, most recently
from
September 4, 2026 12:39
5259609 to
1fc4769
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack
Draft PR stacked on #1970 (
feat/bun-primary-runtime). Review and merge only after #1970 lands and the final npm package identity is confirmed.Summary
@prime-intellect@prime-intellect/prime-agentthrough theprime-agentcommandbun install -g @prime-intellect/prime-agentthe preferred install path in current docs@earendil-works@earendil-works/pi-*extension aliases at runtime and in the root TypeScript pathsExplicitly not included
The package names in this draft are intentionally provisional and can be changed before publication.
Validation
bun install --frozen-lockfile(Bun 1.4.0)bun run checkcd packages/coding-agent && bun test test/config.test.ts(22 passed)Note
Rename packages to
@prime-intellect/prime-agent-*scope and switch to Bun install@prime-intellectscope:prime-agent(CLI),prime-agent-ai,prime-agent-core, andprime-agent-tui, and repoints every import across the codebase, docs, and examples to the new names.pitoprime-agentand makes global Bun installation the primary install path, with the standalone shell installer retained as a macOS/Linux alternative.prime-agentand installed viabun install -g @prime-intellect/prime-agent; the theme global symbol key moves from the former coding-agent namespace to the Prime Agent namespace, and the config fallback identity in config.ts now reports@prime-intellect/prime-agent.Macroscope summarized 97795bf.