Commit Graph

72 Commits

Author SHA1 Message Date
youzini
d4f2279bd7 feat(inject): add bounded memory context and section priority notes 2026-06-09 14:04:27 +00:00
youzini
1e32bd6499 refactor(extraction): remove legacy extract prompt path 2026-06-09 06:41:33 +00:00
youzini
4bed1070ad feat(extraction): default to split extraction pipeline 2026-06-09 04:54:00 +00:00
youzini
bef75e87a7 feat(extract): add split pipeline skeleton 2026-06-09 04:47:31 +00:00
youzini
63fba2c8b4 feat(extract): add split extraction prompt plumbing 2026-06-09 04:37:13 +00:00
youzini
dffc145ada feat(i18n): localize planner and authority diagnostics 2026-06-05 11:43:02 +00:00
youzini
c19b5d76ae feat(i18n): add ui locale runtime 2026-06-05 10:34:58 +00:00
youzini
f986bcc293 fix(recall): deterministic persisted reapply on reroll (Phase 1 inject-decoupling)
Reroll (swipe/regenerate/continue = no-new-user) now deterministically
reapplies the parent user floor's stored bme_recall block in
GENERATE_BEFORE_COMBINE_PROMPTS, bypassing the transaction gate and
runRecall entirely. AFTER_COMMANDS defers no-new-user work to
before-combine. Staleness guard recomputes when the user edited the
floor; settings gate honors plugin/recall disable. Fresh normal sends
are unaffected. Compute machinery retained as fallback.
2026-06-01 05:52:45 +00:00
youzini
57d4fd2b58 fix(recall): isolate reroll transactions by generation id
Prior generation's recall transaction was reused for a later reroll
because findRecentGenerationRecallTransactionForChat matched by chat
alone and the peer-hook bridge forced reuse. That set shouldRun=false,
skipped runRecall, and bypassed the persisted-recall reuse gate, so
reroll silently inherited the previous fresh result. Stamp each
transaction with the active host generation id and scope recent-lookup
to the same generation, preserving intra-generation hook bridging.
2026-05-31 21:30:02 +00:00
youzini
f25ad9eaa1 fix(recall): drive reroll reuse from host generation context 2026-05-31 20:36:14 +00:00
youzini
8cfeae0461 fix(recall): reuse reroll recall from host generation type 2026-05-31 20:22:13 +00:00
youzini
5b5930e442 feat(recall): resolve reroll parent user floor 2026-05-31 20:14:32 +00:00
youzini
01291acb2d feat(recall): track host generation context 2026-05-31 20:12:20 +00:00
youzini
a546623457 refactor(runtime): extract runPlannerRecallForEna controller (Phase 4f) 2026-05-31 12:13:37 +00:00
youzini
a77762d5d0 refactor(runtime): extract auto-extraction defer factory (Phase 4e) 2026-05-31 12:08:14 +00:00
youzini
9798859e01 refactor(runtime): extract final recall injection factory (Phase 4d) 2026-05-31 12:02:43 +00:00
youzini
a8332a8131 refactor(runtime): extract generation recall transaction lifecycle factory (Phase 4c) 2026-05-31 11:54:45 +00:00
youzini
4f1ccd4c7f refactor(runtime): extract reroll/planner recall input factory (Phase 4b) 2026-05-31 11:48:07 +00:00
youzini
42011201b9 refactor(runtime): extract recall input/intent state factory (Phase 4a) 2026-05-31 11:40:46 +00:00
youzini
7c2c1e68f3 chore: remove abandoned hard-cut v3 namespace cluster 2026-05-30 18:32:48 +00:00
youzini
fd63202a20 refactor(rebirth): isolate vector and reroll gates 2026-05-30 14:02:05 +00:00
youzini
10ec3b7b77 refactor(rebirth): extract identity resolver core 2026-05-30 13:38:01 +00:00
youzini
a7b974b748 chore(rebirth): establish v3 cutover gates 2026-05-30 13:26:19 +00:00
youzini
61db501db0 feat(vector): gate local search by vector manifest 2026-05-15 15:14:17 +00:00
opencode
2174552e7c feat(authority): detect BME manifest capability 2026-05-15 10:46:43 +00:00
opencode
08fcfda6ac feat(authority): show automatic upgrade state 2026-05-15 10:38:26 +00:00
opencode
be38a2c0d2 fix(vector): harden runtime embedding sync 2026-05-15 09:55:00 +00:00
youzini
880e2b9158 fix(authority): classify capability probe failures
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-09 09:05:32 +00:00
Sisyphus
8b65fcbdb1 fix(authority): track supported job types
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-03 19:27:36 +00:00
Youzini-afk
69dc452120 Implement background maintenance vector sync 2026-04-29 14:52:51 +08:00
Youzini-afk
899774d636 feat: add maintenance concurrency modes 2026-04-29 14:25:16 +08:00
Youzini-afk
d956de4a61 Add post-generation extraction toggle 2026-04-29 03:38:24 +08:00
Youzini-afk
2dee3cd8ff harden(authority): add pre-scale diagnostics and request safety 2026-04-28 22:29:14 +08:00
Youzini-afk
a7e2edac88 refactor(authority): complete v0.6-only sql/blob/jobs rollout 2026-04-28 21:45:59 +08:00
Youzini-afk
ee9b0afa35 feat(authority): add server-primary capability probe 2026-04-28 01:40:38 +08:00
Youzini-afk
9415296493 chore(settings): enable chat render limit by default 2026-04-25 16:46:38 +08:00
Youzini-afk
8c489bf1c7 feat(ui): show hidden floor count and render limit 2026-04-25 16:37:50 +08:00
Youzini-afk
0daf723fd1 fix: auto-repair malformed memory scope regions 2026-04-23 18:48:30 +08:00
Youzini-afk
a28acb0bc0 refactor: remove redundant task monitor UI 2026-04-23 14:01:45 +08:00
Youzini-afk
fb4dabeaf1 perf: add dirty persist and hydrate/layout optimizations 2026-04-22 22:27:51 +08:00
Youzini-afk
c1caa79eb4 Integrate native rollout UI and tune hydrate gating 2026-04-22 21:24:47 +08:00
Youzini-afk
f86962891e perf: migrate legacy users to native-on rollout 2026-04-22 20:49:19 +08:00
Youzini-afk
ba33054124 perf: ship prebuilt wasm artifacts by default 2026-04-22 20:22:26 +08:00
Youzini-afk
4ab2e0c3c9 perf: add native hydrate wasm path 2026-04-22 20:09:48 +08:00
Youzini-afk
e880fe0b39 perf: complete persist-load P2 hydration pass 2026-04-22 19:32:35 +08:00
Youzini-afk
3356e809c7 fix: restore task timeline details and bump recall default 2026-04-14 20:15:43 +08:00
Youzini-afk
c12956f674 feat: promote opfs v2 as default local store 2026-04-14 19:34:44 +08:00
Youzini-afk
a7ded12350 feat: wire OPFS local store migration 2026-04-13 22:45:14 +08:00
Youzini-afk
67cf5fe7fa perf: add hash compact persist-delta bridge mode 2026-04-13 16:37:59 +08:00
Youzini-afk
b16785e56f perf: optimize persist delta gating and diagnostics 2026-04-13 16:11:43 +08:00