| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| openharness_ai-0.1.9-py3-none-any.whl | 2026-05-07 | 543.8 kB | |
| openharness_ai-0.1.9.tar.gz | 2026-05-07 | 22.8 MB | |
| README.md | 2026-05-07 | 1.4 kB | |
| v0.1.9 -- Skill Workflows and Provider Key Updates source code.tar.gz | 2026-05-07 | 9.5 MB | |
| v0.1.9 -- Skill Workflows and Provider Key Updates source code.zip | 2026-05-07 | 9.8 MB | |
| Totals: 5 Items | 42.6 MB | 2 | |
v0.1.9 — Skill Workflows and Provider Key Updates
OpenHarness v0.1.9 is a small follow-up release after v0.1.8 focused on making skills easier to create and invoke, plus fixing provider API key updates.
Highlights
- Bundled skill creator
- Added a bundled
skill-creatorskill for creating, improving, and verifying OpenHarness/ohmo skills. -
This makes repeatable workflows easier to capture as first-class skills.
-
User-invocable skill slash commands
- Skills marked as user-invocable can now be triggered directly with slash commands.
-
Slash-invoked skills support user arguments and can request a model override through skill metadata.
-
Provider API key update fix
oh setupnow lets users update the API key for an already-configured API-key provider profile.oh provider edit <profile> --api-key <key>can replace a saved profile key directly.oh provider add ... --api-key <key>can store a key while creating a provider profile.
Fixes
- Fixed issue [#238], where users could change a configured provider model but had no supported path to update the saved API key.
Install
:::bash
pip install --upgrade openharness-ai==0.1.9
Contributors
This release is primarily a maintainer follow-up release. Thanks to the users and contributors who reported and validated the provider key update workflow, especially the reporter of [#238].