Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/breakup config #176

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

hatkyinc2
Copy link
Collaborator

Simplify first use, more flexible config for multi-project work

  • New codebase config file
  • .env.template is now .env.defaults loaded directly, no need to copy to .env
  • load sequence is now .env.template, ~/.autopilot/.env, CODEBASE/.autopilot/.env
  • FILE_EXTENSIONS_TO_PROCESS and IGNORE_LIST should be set in codebase config file, interactive bootstrapping with user.

re: #164
Makes #86 possible and a dockerfile format

Includes
#174

OPENAI_API_KEY would be looked for and if doesn't exist prompt the user for one, writing it to a homedir/.autopilot/.env file with note to the user.

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.

2 participants