Conversation
Grivn
force-pushed
the
codex/composable-workspace-context
branch
2 times, most recently
from
September 13, 2026 20:59
bde75c5 to
961749f
Compare
Grivn
force-pushed
the
codex/composable-workspace-context
branch
from
September 14, 2026 20:46
6c967b0 to
999db67
Compare
Integrate main at 65c0e23, retaining the composable Source SDK and optional workspace plugins alongside v0.5.12 fixes. Resolve package, presentation, documentation and client test lifecycle conflicts. Validated full verify, 38 independently installed plugins and 39 packed artifacts with pnpm 10.13.1.
This was referenced Sep 24, 2026
This branch has not been deployed
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.
Structured context with composable access and operations
The default Runtime / Documents / Memory Spaces composition remains the starting point. Optional workspace Sources and Strategy enhancements add reviewed records, bounded file and resource access, native skill authoring, task execution, session collaboration, feedback and reviewed synchronization.
The shared layer now follows the actual mechanism of each operation. Core validates access kinds, result shapes, resource versions, continuations, execution receipts and composition decisions. The public Source SDK provides scoped records, reviewed revisions, read coverage, cursor binding and plan comparison. Sources keep their storage, domain validation and external drivers; enhancements keep their trigger rules. The general Workspace Strategy composes public capabilities and policy contributions without a business-role dispatch list.
The main DSH WebUI presents these distinctions through shared themed components: access and effect summaries, separate human-management operations, exact resource versions, execution states and explainable strategy decisions. The plugin manager supports discovery, dependency previews and reversible activation. Composition previews explain source selection, read-only exclusions and budgets before saving. Native skills remain pending until reviewed and validated, and actual execution results and explicit feedback can produce a new review opportunity.
Compatibility
65c0e23ba410993e16c00c8b3adf92d59d853425(v0.5.12) as21df9c228ed4453ff28136ce231f084724ef7a82, retaining bounded idle review, exact Runtime matching and OpenViking writes, Windows Git probing, and public DSH session/turn-tail compatibility fixes.^0.6.0peer ranges. These SDK additions require matching workspace builds until release.Validation
21df9c228ed4453ff28136ce231f084724ef7a82with pnpm 10.13.1 and Node 25.1.0: 1,275 root tests and 529 plugin tests passed, all 38 plugin builds/typechecks, deterministic build, real Headless activation and package validation. Six live-model root tests and two provider/Windows plugin tests remain opt-in or platform-specific skips; native Mnemon CLI tests ran.pnpm run release:checkandCHANGESET_BASE_REVISION=65c0e23ba410993e16c00c8b3adf92d59d853425 pnpm run release:intentpassed.21df9c228ed4453ff28136ce231f084724ef7a82passed: Node 22.19 source verification, Node 20 public-entry compatibility and Node 24 packed-plugin verification.Recorded WebUI acceptance before main synchronization
0.1.5-rc.1+ Mnemon0.2.7main WebUI: default/read-only previews, actual frozen View, plugin deactivate/reactivate, process execution and cancellation, file reads, resource validation/publication, native skill discovery, feedback-triggered decisions and native memory relations. Both native themes inspected. These recorded flows predate the main synchronization; this merge was validated by the automated checks above.Remaining acceptance item
A fresh Flash generation has not completed in this run. Credentials were saved through the native DSH model settings, and the provider's API availability check returned true. Two real WebUI feedback-revision attempts timed out after 180 seconds; both retained the published native version and unresolved feedback. The native catalog still discovers the enabled version and its original resources.
A separate minimal streaming request received HTTP 200 in 172 ms, then timed out at 650 seconds with 54 keep-alive comments (756 bytes), zero generation data frames, zero content/reasoning characters and no completion marker. This covered the waiting period described in the provider's keep-alive documentation; it does not establish a global provider outage. There are no remaining live generation requests from this validation.
Implementation, automated checks and recorded local WebUI flows are available for review. The outstanding successful live-generation acceptance is blocked until the configured Flash service returns usable output. The manually authored script fixture passed actual native execution and publication, but is explicitly not counted as successful model generation. This PR remains draft while that acceptance item is outstanding.