This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+12 more
ReleasePort's take
Light signalv0.7.23 moves test files from agent directories to a top-level tests/ folder and updates Vitest discovery accordingly. Migrated tests have been fixed for broken relative paths.
Why it matters: If you run tests locally or maintain test configurations, review the new test layout and verify your imports. This is a routine infrastructure change with no impact to deployed code.
Summary
AI summaryTest directories moved from agent packages to top-level tests/ and related configs updated.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Update Vitest discovery to read from the new top-level test layout. Update Vitest discovery to read from the new top-level test layout. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Dependency | Medium |
Update release checklist references to the new test paths. Update release checklist references to the new test paths. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Fix migrated tests that depended on old relative paths for shipped bundles, hooks, OpenClaw source, and repo-root files. Fix migrated tests that depended on old relative paths for shipped bundles, hooks, OpenClaw source, and repo-root files. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
Move agent-specific tests out of shipped agent directories into top-level `tests/`. Move agent-specific tests out of shipped agent directories into top-level `tests/`. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Refactor | Low |
Reorganized test directory structure from <suite>/tests/ to tests/<suite>/. Reorganized test directory structure from <suite>/tests/ to tests/<suite>/. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
Full changelog
Summary
- Move agent-specific tests out of shipped agent directories into top-level
tests/:claude-code/tests->tests/claude-codecodex/tests->tests/codexopenclaw/tests->tests/openclaw
- Update Vitest discovery to read from the new top-level test layout.
- Fix migrated tests that depended on old relative paths for shipped bundles, hooks, OpenClaw source, and repo-root files.
- Update release checklist references to the new test paths.
Why
Keeping tests under agent package directories makes them look like part of the agent payload and increases the chance that packaging/install logic accidentally treats tests as shipped assets.
Validation
npm -C .claude/worktrees/move-tests-main run buildnpm -C .claude/worktrees/move-tests-main test- Result:
113 passed,2205 passed
- Result:
- After restoring generated bundle artifacts:
cd .claude/worktrees/move-tests-main && npx vitest run tests/claude-code/notifications.test.ts tests/claude-code/pre-tool-use.test.ts tests/claude-code/session-start.test.ts tests/codex/codex-integration.test.ts tests/codex/codex-hooks.test.ts- Result:
5 passed,129 passed
Summary by CodeRabbit
-
Tests
- Updated test infrastructure to resolve file paths relative to the current working directory, improving reliability across different execution environments.
- Removed unnecessary TypeScript error-suppression comments.
-
Chores
- Reorganized test directory structure from
<suite>/tests/totests/<suite>/. - Updated configuration references to new test file locations.
- Reorganized test directory structure from
Breaking Changes
- Agent-specific tests moved from `claude-code/tests`, `codex/tests`, and `openclaw/tests` to top-level `tests/claude-code`, `tests/codex`, and `tests/openclaw`.
- Vitest discovery configuration updated to read from the new top-level test layout.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Track Hivemind turns agent traces into skills and shares with your team
Get notified when new releases ship.
Sign up freeAbout Hivemind turns agent traces into skills and shares with your team
All releases →Related context
Related tools
Earlier breaking changes
- v0.7.52 Removes `hivemind tasks` CLI and related code surfaces.
- v0.7.51 Removes `hivemind tasks` CLI and related code surfaces.
- v0.7.19 Module name skilify replaced with skillify; affects all imports
- v0.7.19 CLI command skilify removed; renamed to skillify without deprecation alias
- v0.7.18 CLI subcommand renamed from `skilify` to `skillify`; no deprecation alias.
Beta — feedback welcome: [email protected]