feat: 实现流式输出功能 v0.1.0
- 创建 hxclaw 项目,基于 picoclaw 的 CLI 增强工具 - 实现流式输出,使用 fmt.Print + os.Stdout.Sync() 实时刷新 - 解决 onChunk 回调累积文本导致的重复输出问题 - 使用 strings.Builder 收集完整响应并保存到 session - 添加讨论记录和更新日志文档
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
.DS_Store
|
||||
*.ini
|
||||
|
||||
hxclaw.exe
|
||||
|
||||
.idea/
|
||||
.fleet/
|
||||
.vs/
|
||||
.vscode/
|
||||
.zed/
|
||||
|
||||
# hxclaw specific
|
||||
bin/
|
||||
.hxclaw_history
|
||||
Reference in New Issue
Block a user