sync: refresh Community Edition with durable execution and unified compaction - #112
Draft
Luhaozhu wants to merge 2 commits into
Draft
sync: refresh Community Edition with durable execution and unified compaction#112Luhaozhu wants to merge 2 commits into
Luhaozhu wants to merge 2 commits into
Conversation
…rompts Sync the community edition with upstream. Highlights: Background job runtime - Add the `run_job` subsystem: `jobs` / `internal_jobs` routes, `job_service`, `job_runtime`, `job_wakeup`, the `job_tool` agent tool and the `jobs` / `job_items` / `job_calls` tables (migration `ce_0006_job_runtime`). - Jobs now run in the background by default; the callback address is probed instead of hardcoded, orphaned jobs are reaped, and timestamps keep their timezone. - Surface progress in chat through `JobProgressStrip`. Agent manager and plugin manager plugins - Add two marketplace plugins backed by new MCP servers so sub-agents and plugins can be searched, installed, created, edited and submitted from the conversation itself, each bundling an authoring skill. Prompt and tool-description slimming - Compress the default system and code-execution prompts and 14 MCP tool descriptions to cut per-request prefill, keeping every rule intact. - Correct the stale sandbox limits and the openpyxl contradiction, and document `$PY_BIN` as the interpreter that carries the dependencies. Chat and UI - Support drag-and-drop ordering of the sidebar chat list, persisted per account. - Adapt to mobile viewports (safe areas, iOS zoom, touch targets) and add a build-time dark-mode gate. - Fix tool-state refresh and stream segment handling.
Luhaozhu
pushed a commit
that referenced
this pull request
Aug 17, 2026
sync: background job runtime, agent/plugin manager plugins, slimmer prompts (#113) Brings the community edition up to date with upstream: - Background job runtime, wired up on the CE side (routers, model export and the ce_0006 migration), with workflow mode carried through the job wake-up round. - ce_0006 creates its tables conditionally — ce_0001 already builds them via ce_create_all, so an unconditional create_table failed every fresh install. - New agent-manager and plugin-manager marketplace plugins. - Prompt and tool-schema slimming (~3k tokens of static prefill saved per request). - Search rate-limit revert, cross-event-loop sandbox session lock fix, sidebar drag-to-reorder and a mobile pass. Supersedes #111 and #112.
Refresh the deterministic CE tree against the latest public main, including durable execution journals, unified persistent context compaction, memory outbox reliability, interactive user questions, and the UOS desktop client.
Luhaozhu
marked this pull request as draft
August 24, 2026 15:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This refreshes the deterministic Community Edition tree from the current full upstream and reconciles it with the latest public
main.Highlights
Complete tree comparison against public
mainBase:
55af8fc4a328d40f930d0cf1bab24cfda7ff5a5fsrc(173 backend, 28 frontend), 26 underdesktop-uos, 17 underdocument, 5 underdesktop, and 4 root/docs files.diff -qrreturned no differences)..envfiles are absent.Verification
The broader FULL-tree test run completed with 2,965 passed and 17 skipped; 28 environment/setup-contract failures were outside the compaction paths (including read-only filesystem, unavailable Redis/sidecars, and stale test doubles).