[PR #20682] [MERGED] Closes #20675: Enable NetBox Copilot integration #16013

Closed
opened 2025-12-30 00:25:19 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20682
Author: @jeremystretch
Created: 10/24/2025
Status: Merged
Merged: 10/27/2025
Merged by: @jnovinger

Base: mainHead: 20675-copilot-config-param


📝 Commits (1)

📊 Changes

10 files changed (+69 additions, -14 deletions)

View changed files

📝 docs/configuration/miscellaneous.md (+10 -0)
📝 docs/development/user-preferences.md (+11 -7)
📝 netbox/core/forms/model_forms.py (+2 -2)
📝 netbox/netbox/config/parameters.py (+9 -0)
📝 netbox/netbox/context_processors.py (+6 -1)
📝 netbox/netbox/preferences.py (+9 -0)
📝 netbox/netbox/settings.py (+7 -0)
📝 netbox/templates/base/base.html (+3 -0)
📝 netbox/templates/core/inc/config_data.html (+4 -0)
📝 netbox/users/forms/model_forms.py (+8 -4)

📄 Description

Closes: #20675

  • Introduce the NETBOX_COPILOT_URL setting
  • Introduce the COPILOT_ENABLED dynamic configuration parameter to toggle Copilot globally
  • Introduce the ui.copilot_enabled user preference to allow users to opt-in to the agent individually
  • Add copilot_enabled as a template context variable
  • Load the external Copilot agent when enabled

🔄 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/netbox-community/netbox/pull/20682 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/27/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `20675-copilot-config-param` --- ### 📝 Commits (1) - [`89c5193`](https://github.com/netbox-community/netbox/commit/89c5193c91466521e544b49fb90c2eeff060641f) Closes #20675: Enable NetBox Copilot integration ### 📊 Changes **10 files changed** (+69 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/miscellaneous.md` (+10 -0) 📝 `docs/development/user-preferences.md` (+11 -7) 📝 `netbox/core/forms/model_forms.py` (+2 -2) 📝 `netbox/netbox/config/parameters.py` (+9 -0) 📝 `netbox/netbox/context_processors.py` (+6 -1) 📝 `netbox/netbox/preferences.py` (+9 -0) 📝 `netbox/netbox/settings.py` (+7 -0) 📝 `netbox/templates/base/base.html` (+3 -0) 📝 `netbox/templates/core/inc/config_data.html` (+4 -0) 📝 `netbox/users/forms/model_forms.py` (+8 -4) </details> ### 📄 Description ### Closes: #20675 - Introduce the `NETBOX_COPILOT_URL` setting - Introduce the `COPILOT_ENABLED` dynamic configuration parameter to toggle Copilot globally - Introduce the `ui.copilot_enabled` user preference to allow users to opt-in to the agent individually - Add `copilot_enabled` as a template context variable - Load the external Copilot agent when enabled --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:25:19 +01:00
adam closed this issue 2025-12-30 00:25:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16013