Skip to content

docs: OSC 8 hyperlinks, Codex Warp plugin, and context window usage breakdown - #451

Merged
hongyi-chen merged 4 commits into
mainfrom
docs/osc8-codex-plugin-context-breakdown
Aug 3, 2026
Merged

docs: OSC 8 hyperlinks, Codex Warp plugin, and context window usage breakdown#451
hongyi-chen merged 4 commits into
mainfrom
docs/osc8-codex-plugin-context-breakdown

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

Summary

Ran the missing_docs audit (feature-flag coverage against warp-internal) and fixed the gaps that are still real in this repo. The audit flagged 23 GA feature flags with no doc coverage; most are already documented here (tab groups and pinned tabs, prompt queueing, custom routers, runners, handoff, Gemini Enterprise, agent API keys) or are internal-only. Three were genuine gaps:

  • OSC 8 hyperlinks (OscHyperlinks) — completely undocumented. Adds a section to Files, links, & scripts covering how Warp renders an OSC 8 link, the /Ctrl+click behavior, copy behavior, supported schemes, and a printf example to try it.
  • Codex Warp plugin (CodexPlugin) — the Codex page still told users to set notification_condition = "always" in ~/.codex/config.toml. That's the fallback path; notifications now come from the warp@codex-warp plugin. Replaces the setup steps with the install/update chip flow and the equivalent codex plugin commands, and updates the corresponding bullet in Supported Warp features.
  • Context window usage breakdown (ContextWindowUsageBreakdown) — adds a subsection to Interacting with agents describing the expandable per-segment breakdown on the Context window used row (System Prompt, Tool Definitions, Conversation History, Latest Input, Images, Other) and how to act on it.

Verification

  • Details verified against warp-internal: the OSC 8 parser and integration tests (crates/integration/src/test/osc8_hyperlinks.rs), CodexPluginManager install/update instructions (app/src/terminal/cli_agent_sessions/plugin_manager/codex.rs), and the usage-card breakdown rendering (app/src/ai/blocklist/usage/conversation_usage_view.rs).
  • python3 .agents/skills/check_for_broken_links/check_links.py --internal-only — 3309 internal links checked, 0 broken.
  • python3 .agents/skills/style_lint/style_lint.py --all — no new issues on the edited pages (remaining warnings are pre-existing).

Note

The audit skill is also present in the archived warpdotdev/gitbook repo, which can no longer accept pushes. Its surface map is out of date relative to this repo, so future audits should be run from here.

Conversation: https://app.warp.dev/conversation/edaec245-26a9-489a-ae8c-7ba61494c5f0
Run: https://oz.warp.dev/runs/019fc6da-05a1-7494-9a18-7cc22bb9e671

This PR was generated with Oz.

…w breakdown

Fills three GA feature gaps surfaced by a missing-docs audit against
warp-internal:

- Files, links, & scripts: OSC 8 hyperlink support (Cmd/Ctrl+click,
  copy behavior, any URL scheme), which was undocumented.
- Codex: replace the stale `notification_condition = "always"` setup
  with the Warp plugin flow (install/update chip, `codex plugin
  marketplace add warpdotdev/codex-warp`, `codex plugin add
  warp@codex-warp`), which is how notifications work now.
- Interacting with agents: the per-segment context window usage
  breakdown in the conversation usage card, including what each
  segment means and how to use it to decide what to trim.

Co-Authored-By: Oz <oz-agent@warp.dev>
@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 3, 2026 11:36pm

Request Review

@oz-for-oss

oz-for-oss Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

@hongyi-chen

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR updates docs for Codex plugin notifications, context window usage breakdowns, and OSC 8 hyperlinks. The Codex plugin commands and OSC 8 behavior line up with the local source context, and no security or spec-drift findings apply because the diff is documentation-only and the supplied spec context says none was found.

Concerns

  • The context window breakdown instructions point users at the row itself, but the implementation exposes a View breakdown toggle inside that row.

Verdict

Found: 0 critical, 1 important, 0 suggestions

Request changes

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Comment thread src/content/docs/agent-platform/local-agents/interacting-with-agents/index.mdx Outdated
Co-authored-by: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com>
@hongyi-chen
hongyi-chen merged commit 091f6f2 into main Aug 3, 2026
8 checks passed
@hongyi-chen
hongyi-chen deleted the docs/osc8-codex-plugin-context-breakdown branch August 3, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants