Results 3 issues of ningzi

### Describe the feature 目前如果想开启一个新的话题,只能清空对话,~~或者在当前的上下文中聊另外一个话题~~。 不知道开发者是否考虑开发类似“新建会话”的功能 ### Additional context _No response_ ### Participation - [ ] I am willing to submit a pull request for this feature.

enhancement

**Is your feature request related to a problem? Please describe.** when creating new project using `goctl api new xxx` inside of a go workspace, it will failed: "no matched module"...

this PR fixed the error `no matched module` when using `goctl api` inside of a go workspace. in go workspace, command `go list -m -f '{{.GoMod}}'` only lists modules declared...