mirror of
https://github.com/ningzimu/codex-ppt-skill.git
synced 2026-09-14 20:06:52 +08:00
fix: mark fallback image config optional (#12)
* fix: mark fallback image config optional * fix: add changelog for optional fallback config
This commit is contained in:
@@ -6,6 +6,7 @@ Release notes are generated from this file. Keep changelog entries in English.
|
||||
|
||||
### Fixes
|
||||
|
||||
- Mark local image API fallback config as optional so built-in image tool users do not see unnecessary missing-config warnings. (#12)
|
||||
- Clarify that Codex built-in image generation remains the preferred `gpt-image-2` path when available, avoiding unnecessary API key prompts. (#11)
|
||||
- Omit empty changelog subsections from generated release notes. (#10)
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@ metadata:
|
||||
requires:
|
||||
bins:
|
||||
- python3
|
||||
config:
|
||||
- ~/.codex-ppt-skill/.env
|
||||
primaryEnv: OPENAI_API_KEY
|
||||
envVars:
|
||||
- name: OPENAI_API_KEY
|
||||
|
||||
Reference in New Issue
Block a user