[codex] Require native import workflows for Docs and Slides#246
Open
dibyo-openai wants to merge 1 commit into
Open
[codex] Require native import workflows for Docs and Slides#246dibyo-openai wants to merge 1 commit into
dibyo-openai wants to merge 1 commit into
Conversation
Co-authored-by: Codex <noreply@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Net-new Google Docs and Google Slides artifacts have a higher quality bar when they are authored locally with the dedicated document/presentation artifact workflows first, then converted into native Google Workspace files. Those authoring paths provide the local rendering and QA loops needed for layout, polish, and content verification before handoff. Directly creating a blank Google Doc or Slides deck through Google APIs is still possible, but it should be an explicit user override rather than the default path.
What changed
.docxcreation through[@documents](plugin://documents@openai-primary-runtime), followed bymcp__codex_apps__google_drive_import_documentwithupload_mode: "native_google_docs"..pptxcreation through[@presentations](plugin://presentations@openai-primary-runtime), followed bymcp__codex_apps__google_drive_import_presentationwithupload_mode: "native_google_slides".Validation
git diff --check/home/dev-user/.virtualenvs/openai/bin/python /home/dev-user/code/openai/skills/lint_skills.py /home/dev-user/code/openai-plugins/plugins/google-drive/skills/google-docs/home/dev-user/.virtualenvs/openai/bin/python /home/dev-user/code/openai/skills/lint_skills.py /home/dev-user/code/openai-plugins/plugins/google-drive/skills/google-slides/home/dev-user/.virtualenvs/openai/bin/python /home/dev-user/code/openai/skills/lint_skills.py /home/dev-user/code/openai-plugins/plugins/google-drive/skills/google-driveRelated source changes: