Skip to content

[Workers] Document local observability and AI agent integration in Local Explorer - #32339

Open
nevikashah wants to merge 1 commit into
productionfrom
docs/workers-local-observability-review
Open

[Workers] Document local observability and AI agent integration in Local Explorer#32339
nevikashah wants to merge 1 commit into
productionfrom
docs/workers-local-observability-review

Conversation

@nevikashah

Copy link
Copy Markdown
Contributor

Summary

Adds observability and AI agent documentation to the Local Explorer page. This covers the new traces and logs features that ship with wrangler@4.114.0, and updates the AI agent section to reflect the new Wrangler agent detection behavior.

Changes:

  • New Observability section with Logs and Traces subsections
  • Updated AI agent section (renamed from "AI coding agents") to describe Wrangler's agent detection hint
  • Added <Steps> wrapper to the setup procedure with Wrangler/Vite plugin distinction
  • Fixed unused component imports, capitalization ("SQL Studio"), and broken link in the observability index page
  • Added a LinkCard on the Workers observability index pointing to Local Explorer

Documentation checklist

@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/assets/images/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @WalshyDev, @cloudflare/deploy-config, @cloudflare/product-owners, @cloudflare/wrangler, @MattieTK, @vy-ton, @cloudflare/workers-runtime-1
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/product-owners, @cloudflare/wrangler, @MattieTK, @cloudflare/dev-plat-leads, @vy-ton, @cloudflare/workers-runtime-1
/src/content/docs/workers/observability/ @irvinebroque, @mikenomitch, @nevikashah, @cloudflare/product-owners, @vy-ton

@irvinebroque
irvinebroque marked this pull request as ready for review July 29, 2026 04:15
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 1 warning, 💡 1 suggestion found in commit 0304bef.

👉 Fix in your agent 👈
Fix the following review findings in PR #32339 (https://github.com/cloudflare/cloudflare-docs/pull/32339).

Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
  or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order

After triaging, follow this order:
1. Post a comment on this PR for any findings you are skipping, with the finding ID and your reasoning.
2. Then commit the fixes for the legitimate findings.

The comment must come before the commit — the bot reads PR comments when a new
push triggers a review, so skip comments posted after the push will be missed.

---

## Style Guide Review

### Warnings (1)

#### SG-d71b8a752be9 · Program/tool names should be monospace, not bold
- **File:** `src/content/docs/workers/local-development/local-explorer.mdx` line 32
- **Issue:** - **Wrangler**: press `e` in your terminal.
- **Fix:** Use `Wrangler` instead of **Wrangler`.

### Suggestions (1)

#### SG-20ea59ca294c · Use 'go to' instead of 'navigate to'
- **File:** `src/content/docs/workers/local-development/local-explorer.mdx` line 33
- **Issue:** - **Vite plugin**: navigate directly to `/cdn-cgi/explorer` on your dev server's route and port.
- **Fix:** Change 'navigate directly to' to 'go to'.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

Warnings (1)
File Issue
workers/local-development/local-explorer.mdx line 32 Program/tool names should be monospace, not bold — - **Wrangler**: press e in your terminal. Fix: Use Wrangler instead of **Wrangler`.
Suggestions (1)
File Issue
workers/local-development/local-explorer.mdx line 33 Use 'go to' instead of 'navigate to' — - **Vite plugin**: navigate directly to /cdn-cgi/explorer on your dev server's route and port. Fix: Change 'navigate directly to' to 'go to'.
Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:workers Related to Workers product

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants