EverOS/docs
Kendrick-Song 56ee9c8e5c
fix(search): scope deprecated_by filter to user tables only (#330)
compile_filters() unconditionally appended 'deprecated_by IS NULL' to
every query, but the deprecated_by column only exists on user-scoped
tables (episode, atomic_fact — Reflection V1). Agent tables
(agent_case, agent_skill) lack this column, causing a SQL error on
agent search/get queries.

Gate the clause behind owner_type == 'user' so agent queries no longer
reference a non-existent column.

Bump version to 1.1.2.

Co-authored-by: Jiayao Song <jiayao.song@shanda.com>
2026-07-08 11:17:01 +08:00
..
api.md chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
architecture.md chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
cascade_runbook.md docs: align docs with v1.1 and trim README (#311) 2026-06-25 14:59:47 +08:00
cli.md chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
configuration.md chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
datetime.md chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
engineering.md docs: re-link orphaned docs and slim engineering.md (#313) 2026-06-26 07:40:51 +08:00
everos-demo.md feat(cli): add live demo mode (#302) 2026-06-23 20:11:23 +08:00
github-sync.md chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
how-memory-works.md docs: align docs with v1.1 and trim README (#311) 2026-06-25 14:59:47 +08:00
index.md chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
knowledge.md docs: align docs with v1.1 and trim README (#311) 2026-06-25 14:59:47 +08:00
migration-to-1.0.0.md chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
multimodal.md chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
openapi.json fix(search): scope deprecated_by filter to user tables only (#330) 2026-07-08 11:17:01 +08:00
overview.md docs: align docs with v1.1 and trim README (#311) 2026-06-25 14:59:47 +08:00
prompt_slots.md docs: align docs with v1.1 and trim README (#311) 2026-06-25 14:59:47 +08:00
reflection.md chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
release-notes-1.1.0.md docs(readme): promote 1.1 knowledge and reflection (#308) 2026-06-24 23:24:00 +08:00
storage_layout.md docs: align docs with v1.1 and trim README (#311) 2026-06-25 14:59:47 +08:00
use-cases.md docs: align config and github workflow (#314) 2026-06-29 07:31:31 +08:00