Commit Graph

18 Commits

Author SHA1 Message Date
Peter Steinberger 0777ddace8
perf: split more targeted test lanes 2026-04-04 06:05:24 +01:00
Peter Steinberger 757a20b656
test: enforce thread-first vitest configs 2026-04-04 05:57:26 +01:00
Peter Steinberger 55812eaf14
fix: throttle vitest under local contention 2026-04-04 05:50:46 +01:00
Peter Steinberger 53fd262173
ci: align pnpm pins and vitest config 2026-04-04 05:44:29 +01:00
Peter Steinberger 22e6225dd0
perf: split hooks, tui, and extension lanes 2026-04-04 05:38:47 +01:00
Peter Steinberger c7cb43cac9
perf: split more scoped vitest lanes 2026-04-04 05:26:32 +01:00
Peter Steinberger 5b294b7fbd
test: keep vitest thread workers conservative 2026-04-04 05:20:19 +01:00
Peter Steinberger 39d3cad479
fix(ci): repair check lane type drift 2026-04-04 04:59:18 +01:00
Peter Steinberger efefa5560d
perf: optimize vitest jsdom and isolated lanes 2026-04-04 04:45:01 +01:00
Peter Steinberger 32ba917079
perf: split infra, tooling, and provider test lanes 2026-04-04 04:39:47 +01:00
Peter Steinberger bb1cc84d50
test: default vitest root projects to threads 2026-04-04 04:37:08 +01:00
Vignesh 4c1022c73b
feat(memory-core): add dreaming promotion with weighted recall thresholds (#60569)
* memory-core: add dreaming promotion flow with weighted thresholds

* docs(memory): mark dreaming as experimental

* memory-core: address dreaming promotion review feedback

* memory-core: harden short-term promotion concurrency

* acpx: make abort-process test timer-independent

* memory-core: simplify dreaming config with mode presets

* memory-core: add /dreaming command and tighten recall tracking

* ui: add Dreams tab with sleeping lobster animation

Adds a new Dreams tab to the gateway UI under the Agent group.
The tab is gated behind the memory-core dreaming config — it only
appears in the sidebar when dreaming.mode is not 'off'.

Features:
- Sleeping vector lobster with breathing animation
- Floating Z's, twinkling starfield, moon glow
- Rotating dream phrase bubble (17 whimsical phrases)
- Memory stats bar (short-term, long-term, promoted)
- Active/idle visual states
- 14 unit tests

* plugins: fix --json stdout pollution from hook runner log

The hook runner initialization message was using log.info() which
writes to stdout via console.log, breaking JSON.parse() in the
Docker smoke test for 'openclaw plugins list --json'. Downgrade to
log.debug() so it only appears when debugging is enabled.

* ui: keep Dreams tab visible when dreaming is off

* tests: fix contracts and stabilize extension shards

* memory-core: harden dreaming recall persistence and locking

* fix: stabilize dreaming PR gates (#60569) (thanks @vignesh07)

* test: fix rebase drift in telegram and plugin guards
2026-04-03 20:26:53 -07:00
Peter Steinberger af94a3a89b
test: use native vitest root projects 2026-04-04 04:01:32 +01:00
Peter Steinberger 1e90b3afcd
perf: split extension channel vitest lane 2026-04-04 02:08:45 +01:00
Peter Steinberger e941d425ac
perf: split acp and ui vitest lanes 2026-04-04 02:08:45 +01:00
Peter Steinberger 0204b8dd28
fix: stabilize live and docker test lanes 2026-04-03 21:43:36 +01:00
Peter Steinberger a5e725a3b8
test: align vitest defaults with migrated config 2026-04-03 17:42:48 +01:00
Peter Steinberger 2b900b576c
refactor: modernize vitest projects config 2026-04-03 17:20:30 +01:00