Skip to content

docs: document code.editor.auto_save setting#344

Open
hongyi-chen wants to merge 2 commits into
mainfrom
oz/docs-code-editor-auto-save
Open

docs: document code.editor.auto_save setting#344
hongyi-chen wants to merge 2 commits into
mainfrom
oz/docs-code-editor-auto-save

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

Summary

Documents the code.editor.auto_save setting, a GA setting that was missing from the all-settings reference.

When enabled, the Warp text editor automatically saves file changes as you type (debounced) and when the editor loses focus. It only affects the Warp text editor, not the command line or agent input. Default: false.

Files

  • src/content/docs/terminal/settings/all-settings.mdx — added auto_save under the [code.editor] section.

Source

  • warp:app/src/settings/code.rs (setting registration, toml_path: "code.editor.auto_save").

Validation

npm run build passes. The missing_docs audit no longer reports the code.editor.auto_save setting gap.

Companion snapshot change ships in the separate audit-bookkeeping PR.

Conversation: https://staging.warp.dev/conversation/1a0de95c-efc7-4af6-941b-bb8c5b9c83c7
Run: https://oz.staging.warp.dev/runs/019f8078-72eb-7187-aba7-cfc11da0d5a4

This PR was generated with Oz.

Add the code.editor.auto_save setting to the all-settings reference under
[code.editor]. It controls whether the Warp text editor automatically saves
changes as you type and when the editor loses focus (default false).

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jul 20, 2026
@vercel

vercel Bot commented Jul 20, 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, Comment Jul 20, 2026 11:19pm

Request Review

@hongyi-chen
hongyi-chen marked this pull request as ready for review July 20, 2026 23:16
@oz-for-oss

oz-for-oss Bot commented Jul 20, 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 adds the missing code.editor.auto_save entry to the all-settings reference. The documented path, behavior summary, type, and default align with the source registration, and the attached spec context contains no approved or repository spec commitments to validate against.

Concerns

  • No blocking concerns found.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

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

Powered by Oz

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.

3 participants