Releases: HyperdustLabs/OpenCOAT
Releases · HyperdustLabs/OpenCOAT
v0.1.4
Highlights
- B.AI LLM —
llm.provider: bai,BAI_API_KEY,opencoat configure llm; docs:docs/config/bai-llm.md(incl. OpenClaw + B.AI). - JoinpointDiscovery —
messages[]onbefore_prompt_build; message-level joinpoints (user_message,#msg:Nin DCN). - AspectJ concerns —
pointcuts/advices/declare precedenceon activation-timeConflictResolver. - OpenClaw bridge — live verification checklist §3; M6 P2 recorded in
docs/07-mvp/m6-prerequisites-status.md. - CLI — persist
BAI_API_KEYtoopencoat.envwhen kept from shell in env-file mode.
Install
pipx install 'opencoat-runtime==0.1.4'
pipx inject opencoat-runtime opencoat-runtime-hostSkill: https://www.opencoat.ai/SKILL.md (opencoat-skill 0.5.7).
v0.1.3
Summary
Patch release for runtime + host packages (lockstep on PyPI).
- ConcernBuilder MVP — pointcut/advice wiring after
concern.extract; preservescreated_aton re-extract - OpenAI —
max_completion_tokensfor gpt-5 / o-series models (concern extracton gpt-5.4) - OpenClaw — TypeScript gateway bridge at
integrations/openclaw-opencoat-bridge/ - Docs — turn-loop activity diagram (v0.2 §2.2.1)
Install
pipx install --force "opencoat-runtime==0.1.3"
pipx inject opencoat-runtime opencoat-runtime-hostSkill: https://www.opencoat.ai/SKILL.md (tracks >=0.1.3).
v0.1.1
What's Changed
- feat(cli): add
opencoat configure llmwizard for daemon LLM credentials by @HyperdustLabs in #50 - feat(cli):
opencoat configure daemonfor persistent storage by @HyperdustLabs in #51 - chore(release): v0.1.1 by @HyperdustLabs in #52
Full Changelog: v0.1.0...v0.1.1