Open-source AI agent runtime for any LLM
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
785
commits
52
commits
docs: update README — add Qwen Code to comparison table, update features
db51b08View on GitHubfix(tui): revert scroll code to v1.15.0 baseline — restore working Shift+Up/Down
fbf6179View on GitHubfix(tui): InputBar directly dispatches scroll keys to App actions
dc9a686View on GitHubfix(tui): add priority=True to scroll bindings + explicit on_key scroll handlers
96ca982View on GitHubfix(tui): enable mouse support (mouse=True), add config.mouse toggle
c148caeView on GitHubfix(tui): watch_scroll_y only pauses on upward scroll, never auto-resumes
3500d78View on GitHubfix(tui): replace mouse scroll handlers with watch_scroll_y watcher
d019d7dView on GitHubfeat: Docker sandbox, PTY runner, plan mode tools, Arena pattern
184e1d0View on GitHubfeat: real SSE streaming, profile hot-reload, marketplace search, TUI tests
6628ea4View on GitHubfix(ci): remove unused dataclasses import in _cmd_set (ruff F401)
dd5c23dView on GitHubchore: bump version to 1.15.0, update README and CHANGELOG
b03893aView on GitHubfix(streaming): hide raw XML tool calls from visible output
e18999cView on GitHub