Skip to content

fix(coding-agent): load tsconfig in source launcher - #905

Open
FredySandoval wants to merge 1 commit into
PrimeIntellect-ai:mainfrom
FredySandoval:fix/source-launcher-tsconfig
Open

fix(coding-agent): load tsconfig in source launcher#905
FredySandoval wants to merge 1 commit into
PrimeIntellect-ai:mainfrom
FredySandoval:fix/source-launcher-tsconfig

Conversation

@FredySandoval

@FredySandoval FredySandoval commented Aug 8, 2026

Copy link
Copy Markdown

Summary

  • pass the repository tsconfig.json explicitly when running the source launcher through tsx
  • document the user-visible fix in the coding-agent changelog

Validation

  • npm run check
  • launched prime-agent.sh package list from /tmp without building workspace packages

Fixes #904

Note

Fix source launcher to load tsconfig.json when running outside the repository

Adds --tsconfig "$SCRIPT_DIR/tsconfig.json" to the tsx invocation in prime-agent.sh, so the CLI runs correctly even when workspace packages have not been built.

Macroscope summarized 5d9cac7.

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.

Source launcher fails outside repository because tsx does not receive tsconfig

1 participant