[PR #6] feat: enhance writing assistant editing and api support #6

Open
opened 2026-03-03 13:31:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GeekyWizKid/writing-helper/pull/6
Author: @GeekyWizKid
Created: 9/26/2025
Status: 🔄 Open

Base: mainHead: codex/add-features-for-two-issues


📝 Commits (1)

  • 4b5da11 feat: enhance writing assistant editing and api support

📊 Changes

4 files changed (+288 additions, -65 deletions)

View changed files

📝 src/app/components/ApiSettings.tsx (+75 -10)
📝 src/app/components/WritingAssistant.tsx (+138 -35)
📝 src/app/lib/api.ts (+71 -20)
📝 src/app/lib/types.ts (+4 -0)

📄 Description

Summary

  • allow editing of generated writing results and append new generations instead of overwriting previous text
  • add OpenAI-compatible and Google Gemini (Vertex AI) provider options with configurable project headers
  • extend shared API utilities and request types to forward additional headers for new providers

Testing

  • npm run lint

https://chatgpt.com/codex/tasks/task_b_68d639bc90ac8323829df9bec8561269


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GeekyWizKid/writing-helper/pull/6 **Author:** [@GeekyWizKid](https://github.com/GeekyWizKid) **Created:** 9/26/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `codex/add-features-for-two-issues` --- ### 📝 Commits (1) - [`4b5da11`](https://github.com/GeekyWizKid/writing-helper/commit/4b5da11e79b95234b0e01d698f31edad2a8a1ac9) feat: enhance writing assistant editing and api support ### 📊 Changes **4 files changed** (+288 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `src/app/components/ApiSettings.tsx` (+75 -10) 📝 `src/app/components/WritingAssistant.tsx` (+138 -35) 📝 `src/app/lib/api.ts` (+71 -20) 📝 `src/app/lib/types.ts` (+4 -0) </details> ### 📄 Description ## Summary - allow editing of generated writing results and append new generations instead of overwriting previous text - add OpenAI-compatible and Google Gemini (Vertex AI) provider options with configurable project headers - extend shared API utilities and request types to forward additional headers for new providers ## Testing - npm run lint ------ https://chatgpt.com/codex/tasks/task_b_68d639bc90ac8323829df9bec8561269 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/writing-helper#6
No description provided.