Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line Wrapping is permanent in goose-cli #1305

Open
haznai opened this issue Feb 20, 2025 · 3 comments
Open

Line Wrapping is permanent in goose-cli #1305

haznai opened this issue Feb 20, 2025 · 3 comments
Labels
cli wontfix This will not be worked on

Comments

@haznai
Copy link

haznai commented Feb 20, 2025

Describe the bug
goose cli manually wraps lines.

Thank you for your work, btw ♥️

To Reproduce
Steps to reproduce the behavior:

  1. Run your prompt in a smaller window
  2. Wait for the goose response
  3. Expand your window
  4. See that goose response still maintains the previous, smaller width

Expected behavior
Line's get expanded to the wider size.

Screenshots

Image

Please provide following information:

  • OS & Arch: [macOs 15]
  • Interface: [CLI]
  • Version: [v1.0.7]

Additional context
It's important that goose doesn't do the wrapping of lines itself, because if you copy out code (a normal use case) from goose with manually wrapped lines, your code now has random newlines which you need to fix.

@yingjiehe-xyz yingjiehe-xyz added enhancement New feature or request cli labels Feb 20, 2025
@wendytang
Copy link
Collaborator

thanks for letting us know! We're unlikely going to address this because goose outputs to stdout in a pretty simple way, and I don't see a straightforward way to re-render stdout on the terminal. Let me know if you think otherwise!

@wendytang
Copy link
Collaborator

Also you could start with using a bigger terminal window

@wendytang wendytang added wontfix This will not be worked on and removed enhancement New feature or request labels Feb 24, 2025
@haznai
Copy link
Author

haznai commented Feb 25, 2025

Thanks for the answer :)

I am not sure if the stdout printing is as expected, as there's an actual linebreak/newline when i copy out the code from the window, which breaks the code. this is the biggest gripe for me currently.

tmux split panes is the reason my terminal pane is smaller, i am running goose in one pane and git/whatever in the pane right next to it ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants