Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
454b59f
fix: nats consumer reconnect
denys-gif Jul 6, 2026
478483d
fix: revert heartbeat
denys-gif Jul 6, 2026
25f2feb
feat: add token_refresh_run_manager (#2016)
mikhailm-coder Jul 7, 2026
279d5a2
docs(client): add trailing newline to PERMISSIONS.md (#2091)
yaroslavmokflmg Jul 8, 2026
8043857
fix(client): restore 0o644 on atomic_write so chat can read shared_to…
mikhailm-coder Jul 8, 2026
4b295f0
feat: add script lock result
denys-gif Jul 14, 2026
e5e07fb
feat: scheduled scripts parallel run
denys-gif Jul 15, 2026
6b674dc
feat: add script id
denys-gif Jul 17, 2026
1f090c4
fix(mesh-self-heal): version-proof detection, real restart via shared…
mikhailm-coder Jul 17, 2026
c17eda8
feat: listeners reconnect
denys-gif Jul 20, 2026
2b2e2fa
fix: nats message lost during rebind
denys-gif Jul 21, 2026
882e18d
client: disable tool-restart listener until backend support, align it…
mikhailm-coder Jul 21, 2026
47006c6
Hotfix/client update ordering and lkg ratchet v2 (#2169)
danylo-babenko-flamingo Jul 21, 2026
059c161
Remove tacticalrmm-agent-version feature flag (#2173)
danylo-babenko-flamingo Jul 21, 2026
dc55a83
fix(client): ascii-only updater script, write with utf-8 bom
danylo-babenko-flamingo Jul 21, 2026
7fcbd72
Remove Redundant Folder (#2174)
ivan-flamingo Jul 21, 2026
de9455b
chore: remove all remaining references to Tactical RMM (#2177)
mikhailm-coder Jul 22, 2026
387f689
fix(client): clippy unnecessary_sort_by in ported LKG service
mikhailm-coder Jul 22, 2026
6ae9cdb
fix(client): drop redundant borrow in anyhow! arg (clippy 1.97 useles…
mikhailm-coder Jul 22, 2026
d7770b9
Merge branch 'main' into hotfix/port-tenant-client-updates-2
mikhailm-coder Jul 23, 2026
373c795
Merge branch 'main' into hotfix/port-tenant-client-updates-2
mikhailm-coder Jul 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions clients/openframe-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ bin = []
openframe-chat-version = []
meshcentral-agent-version = []
fleetmdm-agent-version = []
tacticalrmm-agent-version = []

# Asset-level version overrides. Keyed by Asset.id inside a ToolInstallationMessage.
# These binaries ship as assets under another tool and can be pinned independently.
Expand All @@ -70,7 +69,6 @@ all-tool-versions = [
"openframe-chat-version",
"meshcentral-agent-version",
"fleetmdm-agent-version",
"tacticalrmm-agent-version",
"osquery-version",
]

Expand Down
2 changes: 0 additions & 2 deletions clients/openframe-client/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ fn main() {
forward_required("MESHCENTRAL_AGENT_VERSION");
#[cfg(feature = "fleetmdm-agent-version")]
forward_required("FLEETMDM_AGENT_VERSION");
#[cfg(feature = "tacticalrmm-agent-version")]
forward_required("TACTICALRMM_AGENT_VERSION");
#[cfg(feature = "osquery-version")]
forward_required("OSQUERY_VERSION");
}
Expand Down
4 changes: 0 additions & 4 deletions clients/openframe-client/config/agent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ meshcentral_enabled = false
meshcentral_url = ""
meshcentral_token = ""

tactical_rmm_enabled = false
tactical_rmm_url = ""
tactical_rmm_token = ""

fleet_mdm_enabled = false
fleet_mdm_url = ""
fleet_mdm_token = ""
Expand Down
2 changes: 1 addition & 1 deletion clients/openframe-client/docs/PERMISSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ If you encounter persistent permission issues:
1. Check the permissions log file
2. Run the agent with debug logging enabled
3. Contact support with the log files
4. Include the output of permission checks
4. Include the output of permission checks
Loading
Loading