Commit Graph

5 Commits

Author SHA1 Message Date
Jose B
61e062fe1d chore: fix prompt input/output redirection to prevent interference with piped commands
Redirect all prompt output to stderr and read input directly from /dev/tty to ensure prompts work correctly when the script is piped or redirected.
2025-12-04 13:49:41 -05:00
Jose B
58444fd37f chore: fix just installation by using versioned release URLs
The previous implementation used `/latest/download/` which doesn't work with just's release naming convention. Now fetches the latest version tag from GitHub API and constructs the correct versioned download URL.
2025-12-04 13:45:34 -05:00
Jose B
177d0d9f64 chore: improve just installation with binary fallback and better error handling 2025-12-04 13:39:33 -05:00
Jose B
066d457d41 chore: update repository URLs from monadical to jose namespace 2025-12-04 13:11:33 -05:00
Jose B
ba786115ad chore: add initial InternalAI platform installer setup
Add installer scripts and documentation for the InternalAI platform setup repository. This provides a streamlined installation process for the private InternalAI monorepo platform.

+ Add .gitignore with macOS, editor, and temporary file exclusions
+ Add comprehensive README.md with installation instructions, prerequisites, CLI commands, and troubleshooting guide
+ Add install.sh one-liner script that downloads and executes the main setup
2025-12-04 12:35:25 -05:00