Android $FLEET_VAR_HOST usage#47871
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughThis pull request introduces a new osquery table schema named 🚥 Pre-merge checks | ✅ 1 | ❌ 4❌ Failed checks (3 warnings, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
⚠️ Not ready to approve
The PR’s stated scope (Android $FLEET_VAR_HOST_… usage) does not match the visible schema changes, and there are minor schema doc consistency/formatting issues to address.
Warning
- Copilot's review of this pull request may be incomplete because some of the changed files are excluded by your Copilot content exclusion settings. See Excluding content from Copilot for details.
Pull request overview
This PR adds a new ai_tools entry to Fleet’s osquery schema documentation (YAML + the generated canonical JSON schema), intended to document an osquery table that surfaces AI tooling artifacts on hosts.
Changes:
- Added a new schema table definition at
schema/tables/ai_tools.yml. - Updated
schema/osquery_fleet_schema.jsonto include the newai_toolstable entry. - Updated
articles/fleet-variables.md(content excluded from this review by policy).
File summaries
| File | Description |
|---|---|
| schema/tables/ai_tools.yml | Introduces the YAML schema documentation for the new ai_tools table, including columns/examples/notes. |
| schema/osquery_fleet_schema.json | Adds the canonical JSON schema entry for ai_tools (used by fleetdm.com/tables and related tooling). |
| articles/fleet-variables.md | Updated, but excluded by org policy so contents could not be reviewed here. |
Copilot's findings
Copilot wasn't able to review any files in this pull request.
Files excluded by content exclusion policy (1)
- articles/fleet-variables.md
- Files reviewed: 0/1 changed files
- Comments generated: 0
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Related issue: Resolves #45353, #41968