MoonshotAI / MoonshotAI/kimi-cli
the output is too long when using the shell mode
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11.4k
- Forks
- 1.3k
- Avg merge
- 9h 47m
- Merged PRs (30d)
- 2
Description
What version of Kimi Code CLI is running?
0.28.1
Which open platform/subscription were you using?
/login
Which model were you using?
k3
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
input ! into the shell mode
than git log
When commit log is long, the command out put will occupy all the terminal
shell mode should limit the view, maybe like the /btw, i can scroll up and down
shell mode没有做限制,执行命令的输出如果太长了,会一下子占满整个终端。应该可以像/btw一样做个限制,通过上下滚动来浏览
What steps can reproduce the bug?
input ! into the shell mode
than git log
When commit log is long, the command out put will occupy all the terminal
What is the expected behavior?
shell mode should limit the view, maybe like the /btw, i can scroll up and down
Additional information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in shell mode by running a command such as git log with a long output, then compare its behavior with /btw. Trace the shell-mode output entry point and the existing /btw scrolling behavior; done means long command output is bounded in the terminal and can be reviewed by scrolling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100