Skip to content

Default save prompt and wrap assistant prose#336

Draft
rowantrollope wants to merge 2 commits into
antirez:mainfrom
rowantrollope:save-conversation-default-no
Draft

Default save prompt and wrap assistant prose#336
rowantrollope wants to merge 2 commits into
antirez:mainfrom
rowantrollope:save-conversation-default-no

Conversation

@rowantrollope
Copy link
Copy Markdown

@rowantrollope rowantrollope commented Jun 4, 2026

Summary

  • Default the save-conversation prompt to no and show that default as Save this conversation? (y/N).
  • Add a reusable default-answer path for y/n prompts while preserving existing behavior for callers without a default.
  • Add configurable assistant prose wrapping via --wrap-cols N and DS4_AGENT_WRAP_COLS, defaulting to 100 columns.
  • Clamp prose wrapping to the live terminal width when the terminal is narrower, while leaving code blocks, tool output, diffs, and command output unwrapped.

Validation

  • make ds4-agent
  • ./ds4-agent --help | rg wrap-cols
  • Narrow pseudo-tty smoke test for terminal-width clamping and configured max-width wrapping

@rowantrollope rowantrollope changed the title Default save prompt to no Default save prompt and wrap assistant prose Jun 5, 2026
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.

1 participant