Skip to content

Update ai_tools schema doc to match shipped v0.3.0 table#49342

Merged
rachaelshaw merged 1 commit into
docs-v4.90.0from
ai-tools-schema-v0.3.0
Jul 15, 2026
Merged

Update ai_tools schema doc to match shipped v0.3.0 table#49342
rachaelshaw merged 1 commit into
docs-v4.90.0from
ai-tools-schema-v0.3.0

Conversation

@dantecatalfamo

Copy link
Copy Markdown
Member

Related issue: Resolves #47619 (docs reconciliation)

Updates the ai_tools table schema doc so it matches the extension actually shipped in fleetd.

The doc (originally #47641) was generated from a pre-v0.3.0 snapshot of karmine05/agentic-detector and predates two things that landed in v0.3.0 — the version vendored into fleetd in #49243:

  • the browser_extension row type (added upstream after the doc was written);
  • several risk_flags the collectors emit.

Changes

  • Add browser_extension to the type column options, the table description, and a new example query.
  • List the full set of 15 risk_flags the collectors produce (was 8).
  • Regenerate schema/osquery_fleet_schema.json via cd website && ./node_modules/sails/bin/sails.js run generate-merged-schema.

This brings the published schema in line with the vendored code in #49243 (which ships 7 row types and 15 risk flags). No other tables are touched.

Checklist for submitter

  • Documentation updated to match shipped behavior (schema table doc).
  • Regenerated schema/osquery_fleet_schema.json (the automated-doc CI check runs the same generator).

The ai_tools doc (originally #47641) was generated from a pre-v0.3.0 snapshot
of the extension and predates two things that shipped in v0.3.0 (the version
vendored into fleetd):

- the `browser_extension` row type (added upstream after the doc was written);
- several risk_flags emitted by the collectors.

Reconcile the doc with what the table actually returns:
- add `browser_extension` to the `type` options, the description, and an
  example query;
- list the full 15 risk_flags the collectors produce (was 8).

Regenerated schema/osquery_fleet_schema.json via
`cd website && ./node_modules/sails/bin/sails.js run generate-merged-schema`.
@dantecatalfamo dantecatalfamo linked an issue Jul 15, 2026 that may be closed by this pull request
82 tasks
@rachaelshaw rachaelshaw merged commit 66920ed into docs-v4.90.0 Jul 15, 2026
6 checks passed
@rachaelshaw rachaelshaw deleted the ai-tools-schema-v0.3.0 branch July 15, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New fleetd table: ai_tools

2 participants