| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-18 | 6.0 kB | |
| v0.1.7 -- TUI Polish _ Safer Install source code.tar.gz | 2026-04-18 | 9.5 MB | |
| v0.1.7 -- TUI Polish _ Safer Install source code.zip | 2026-04-18 | 9.7 MB | |
| Totals: 3 Items | 19.1 MB | 2 | |
Highlights for 0.1.7
- Safer install flow:
scripts/install.shnow linksoh,ohmo, andopenharnessinto~/.local/bininstead of prepending the virtualenvbindirectory toPATH, which avoids clobbering Conda-managed shells. - Better React TUI input:
Shift+Enternow inserts a newline while plainEnterstill submits. - Quieter busy-state animation: the extra pseudo-animation line was removed, and Windows terminals now use conservative ASCII spinner frames to reduce flashing.
- PyPI package published:
openharness-ai==0.1.7.
What's Changed
- feat(tui): pair tool-call and tool-result rows for cleaner transcript by @yl-jiang in https://github.com/HKUDS/OpenHarness/pull/111
- fix(auth): cache keyring probe and rename misleading encrypt/decrypt by @glitch-ux in https://github.com/HKUDS/OpenHarness/pull/106
- feat(providers): add built-in Google Gemini provider profile by @glitch-ux in https://github.com/HKUDS/OpenHarness/pull/105
- fix: regenerate system prompt on checkpoint restore by @JiangweiYe76 in https://github.com/HKUDS/OpenHarness/pull/104
- fix(tui): keep busy spinner active throughout agent turn by @yl-jiang in https://github.com/HKUDS/OpenHarness/pull/116
- fix(config): strip ANSI escape sequences from model names by @jiakeboge in https://github.com/HKUDS/OpenHarness/pull/114
- fix(ui): show effective runtime model in header by @siaochuan in https://github.com/HKUDS/OpenHarness/pull/95
- fix(grep): handle long rg lines without crashing by @tjb-tech in https://github.com/HKUDS/OpenHarness/pull/112
- feat(personalization): auto-extract local environment rules from session history by @siaochuan in https://github.com/HKUDS/OpenHarness/pull/65
- fix(grep): raise asyncio stream limit and catch ValueError on long lines by @yl-jiang in https://github.com/HKUDS/OpenHarness/pull/110
- fix(skills): use yaml.safe_load for SKILL.md frontmatter parsing by @fengjie926 in https://github.com/HKUDS/OpenHarness/pull/96
- [security] Harden path rules and web fetch network guards by @13ernkastel in https://github.com/HKUDS/OpenHarness/pull/92
- bugfix: fix Claude subscription auth lookup on macOS by @hackereee in https://github.com/HKUDS/OpenHarness/pull/123
- feat(sandbox): add Docker as an alternative sandbox backend by @glitch-ux in https://github.com/HKUDS/OpenHarness/pull/121
- fix(persistence): atomic writes and locks for shared state by @glitch-ux in https://github.com/HKUDS/OpenHarness/pull/128
- fix: harden gateway slash command security by @Hinotoi-agent in https://github.com/HKUDS/OpenHarness/pull/127
- fix(feishu): reply in group threads instead of creating new topics by @hehe1111 in https://github.com/HKUDS/OpenHarness/pull/125
- fix(tui): write trailing newline on exit so shell prompt starts on a fresh line by @yl-jiang in https://github.com/HKUDS/OpenHarness/pull/133
- [Windows] Add PowerShell installer for native Windows support - Add … by @benben951 in https://github.com/HKUDS/OpenHarness/pull/118
- fix(tools): todo_write updates existing items in-place instead of duplicating by @yl-jiang in https://github.com/HKUDS/OpenHarness/pull/135
- fix(engine): keep parallel tool turns alive when one tool raises by @glitch-ux in https://github.com/HKUDS/OpenHarness/pull/138
- feat(tui): add codex output style to mitigate streaming flicker by @siaochuan in https://github.com/HKUDS/OpenHarness/pull/141
- fix(installer): detect installed launcher instead of hard-coding openh by @glitch-ux in https://github.com/HKUDS/OpenHarness/pull/145
- [security] fix(ohmo): secure default remote channel allowlists by @Hinotoi-agent in https://github.com/HKUDS/OpenHarness/pull/147
- fix(runtime): resolve profile base_url and support openai_compat format by @yay2008 in https://github.com/HKUDS/OpenHarness/pull/146
- [codex] fix agent spawn overrides and task cleanup by @yu2001-s in https://github.com/HKUDS/OpenHarness/pull/148
- fix(settings): Add Ollama Support and prevent env overrides from clobbering provider profile… by @forrestzhang in https://github.com/HKUDS/OpenHarness/pull/139
- feat: add MiniMax as a first-class provider by @octo-patch in https://github.com/HKUDS/OpenHarness/pull/140
- fix(agent): Explore and claude-code-guide no longer hard-code model=haiku by @yl-jiang in https://github.com/HKUDS/OpenHarness/pull/154
- [security] fix(ohmo): isolate shared-chat sessions by sender by @Hinotoi-agent in https://github.com/HKUDS/OpenHarness/pull/159
- [security] fix(plugin): address code execution via untrusted plugin activation by @Hinotoi-agent in https://github.com/HKUDS/OpenHarness/pull/156
- [security] fix(personalization): stop replaying exported env var values by @shaun0927 in https://github.com/HKUDS/OpenHarness/pull/151
- [security] fix(sandbox): fail closed for unsupported Docker domain policies by @shaun0927 in https://github.com/HKUDS/OpenHarness/pull/152
New Contributors
- @JiangweiYe76 made their first contribution in https://github.com/HKUDS/OpenHarness/pull/104
- @jiakeboge made their first contribution in https://github.com/HKUDS/OpenHarness/pull/114
- @fengjie926 made their first contribution in https://github.com/HKUDS/OpenHarness/pull/96
- @hackereee made their first contribution in https://github.com/HKUDS/OpenHarness/pull/123
- @Hinotoi-agent made their first contribution in https://github.com/HKUDS/OpenHarness/pull/127
- @hehe1111 made their first contribution in https://github.com/HKUDS/OpenHarness/pull/125
- @benben951 made their first contribution in https://github.com/HKUDS/OpenHarness/pull/118
- @yay2008 made their first contribution in https://github.com/HKUDS/OpenHarness/pull/146
- @yu2001-s made their first contribution in https://github.com/HKUDS/OpenHarness/pull/148
- @octo-patch made their first contribution in https://github.com/HKUDS/OpenHarness/pull/140
- @shaun0927 made their first contribution in https://github.com/HKUDS/OpenHarness/pull/151
Full Changelog: https://github.com/HKUDS/OpenHarness/compare/v0.1.6...v0.1.7