Skip to content

feat: add Morph API key to setup wizard#7

Merged
Lisztos merged 2 commits intomainfrom
feat/wizard-morph-api-key
Mar 25, 2026
Merged

feat: add Morph API key to setup wizard#7
Lisztos merged 2 commits intomainfrom
feat/wizard-morph-api-key

Conversation

@Lisztos
Copy link
Copy Markdown
Owner

@Lisztos Lisztos commented Mar 24, 2026

Ported from parcadei/Continuous-Claude-v3#146 by @udhaya10


Summary

Add Morph API key prompt to the setup wizard's prompt_api_keys() function. Currently the wizard prompts for Perplexity, Nia, and Braintrust but skips Morph, which is needed by 3 skills (morph-apply, morph-search, implement_task).

Changes

  • prompt_api_keys() — add Morph API key (fast code editing/search) prompt
  • generate_env_file() — write MORPH_API_KEY to .env

Test plan

  • Run wizard → Step 4 now shows Morph prompt
  • Enter key → verify MORPH_API_KEY=xxx appears in .env
  • Skip (Enter) → verify no MORPH_API_KEY line in .env

udhaya10 and others added 2 commits March 24, 2026 19:46
- Add Morph API key prompt to prompt_api_keys()
- Write MORPH_API_KEY to .env via generate_env_file()
- Needed by: morph-apply, morph-search, implement_task skills

Ref parcadei#141
- Add morph key to skip-path default dict so shape is consistent
- Add MORPH_API_KEY to .env.example for discoverability
@Lisztos Lisztos force-pushed the feat/wizard-morph-api-key branch from 8f441c3 to b34fe16 Compare March 25, 2026 01:47
@Lisztos Lisztos merged commit b5a1123 into main Mar 25, 2026
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