mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #2412] Real-Time Interactive Terminal #3887
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3887
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/2412
Author: @fahadkhan-fk
Created: 2/16/2026
Status: 🔄 Open
Base:
develop← Head:feature-terminal📝 Commits (10+)
7ca29b8feat: add TerminalStreamConsumer class5b80c8efeat: reuse one nats connection per web socket sessionffc66aafeat: integrate terminal routes and utils after rebased73fcc9feat: add default_shell setting for interactive terminalf32eaaefeat: add agent based default shell support837b8dafeat: add support for custom default shell pathc91afdcstyle: fix flake8 lint issues39fef84refactor: move terminal constants to constants.py611b853refactor: remove model validator() and clean() methods745aa20feat: add can_use_terminal permission in manager📊 Changes
15 files changed (+743 additions, -5 deletions)
View changed files
📝
api/tacticalrmm/accounts/models.py(+1 -0)📝
api/tacticalrmm/agents/consumers.py(+275 -2)➕
api/tacticalrmm/agents/migrations/0062_agent_default_shell_agent_default_shell_custom.py(+33 -0)📝
api/tacticalrmm/agents/models.py(+93 -1)📝
api/tacticalrmm/agents/permissions.py(+10 -0)📝
api/tacticalrmm/agents/serializers.py(+61 -0)📝
api/tacticalrmm/agents/urls.py(+1 -0)📝
api/tacticalrmm/agents/utils.py(+12 -0)📝
api/tacticalrmm/agents/views.py(+67 -0)➕
api/tacticalrmm/core/migrations/0052_coresettings_default_shell_darwin_and_more.py(+59 -0)📝
api/tacticalrmm/core/models.py(+30 -0)📝
api/tacticalrmm/core/serializers.py(+29 -1)📝
api/tacticalrmm/tacticalrmm/constants.py(+65 -0)📝
api/tacticalrmm/tacticalrmm/urls.py(+6 -1)📝
api/tacticalrmm/tacticalrmm/utils.py(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.