[PR #962] [MERGED] feat(code-editor): LLM code completion #1165

Closed
opened 2026-02-26 12:10:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/962
Author: @0xJacky
Created: 4/15/2025
Status: Merged
Merged: 4/16/2025
Merged by: @0xJacky

Base: devHead: feat/code-completion


📝 Commits (2)

  • a57748a feat(wip): code completion with llm
  • 00251a7 chore: update docs

📊 Changes

39 files changed (+709 additions, -175 deletions)

View changed files

📝 .github/workflows/documents.yml (+3 -3)
📝 README-es.md (+1 -0)
📝 README-vi_VN.md (+1 -0)
📝 README-zh_CN.md (+2 -1)
📝 README-zh_TW.md (+2 -1)
📝 README.md (+2 -1)
api/openai/code_completion.go (+82 -0)
📝 api/openai/openai.go (+7 -6)
📝 api/openai/router.go (+3 -0)
📝 app.example.ini (+2 -0)
📝 app/package.json (+1 -0)
📝 app/pnpm-lock.yaml (+9 -0)
📝 app/src/api/openai.ts (+22 -0)
📝 app/src/api/settings.ts (+2 -0)
app/src/components/CodeEditor/CodeCompletion.ts (+224 -0)
📝 app/src/components/CodeEditor/CodeEditor.vue (+26 -15)
📝 app/src/views/preference/OpenAISettings.vue (+18 -0)
📝 app/src/views/preference/Preference.vue (+2 -0)
docs/ar/index.md (+0 -59)
📝 docs/guide/about.md (+6 -5)

...and 19 more files

📄 Description

Bring Nginx UI to the new era 🎉


🔄 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/0xJacky/nginx-ui/pull/962 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 4/15/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/code-completion` --- ### 📝 Commits (2) - [`a57748a`](https://github.com/0xJacky/nginx-ui/commit/a57748a43219a355804dbfc6562b094184219cfe) feat(wip): code completion with llm - [`00251a7`](https://github.com/0xJacky/nginx-ui/commit/00251a715953379d2da1416e98a6992c38eecb3d) chore: update docs ### 📊 Changes **39 files changed** (+709 additions, -175 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/documents.yml` (+3 -3) 📝 `README-es.md` (+1 -0) 📝 `README-vi_VN.md` (+1 -0) 📝 `README-zh_CN.md` (+2 -1) 📝 `README-zh_TW.md` (+2 -1) 📝 `README.md` (+2 -1) ➕ `api/openai/code_completion.go` (+82 -0) 📝 `api/openai/openai.go` (+7 -6) 📝 `api/openai/router.go` (+3 -0) 📝 `app.example.ini` (+2 -0) 📝 `app/package.json` (+1 -0) 📝 `app/pnpm-lock.yaml` (+9 -0) 📝 `app/src/api/openai.ts` (+22 -0) 📝 `app/src/api/settings.ts` (+2 -0) ➕ `app/src/components/CodeEditor/CodeCompletion.ts` (+224 -0) 📝 `app/src/components/CodeEditor/CodeEditor.vue` (+26 -15) 📝 `app/src/views/preference/OpenAISettings.vue` (+18 -0) 📝 `app/src/views/preference/Preference.vue` (+2 -0) ➖ `docs/ar/index.md` (+0 -59) 📝 `docs/guide/about.md` (+6 -5) _...and 19 more files_ </details> ### 📄 Description Bring Nginx UI to the new era 🎉 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:42 +03:00
Sign in to join this conversation.
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/nginx-ui#1165
No description provided.