You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFC-0025 (aimux-cli) shipped its first version scoped to cache probing: offline + session + provider. Two capabilities were explicitly deferred and nothing tracks them:
online mode (attach to a live process). The RFC notes the friction honestly — aimux is a library, not a service, so there is no resident process for the CLI to attach to. Landing this needs a design decision first (e.g. dump-on-signal, sidecar, or RingRecorder export via FFI), not just code.
RFC-0025 (aimux-cli) shipped its first version scoped to cache probing:
offline+session+provider. Two capabilities were explicitly deferred and nothing tracks them:onlinemode (attach to a live process). The RFC notes the friction honestly — aimux is a library, not a service, so there is no resident process for the CLI to attach to. Landing this needs a design decision first (e.g. dump-on-signal, sidecar, or RingRecorder export via FFI), not just code.replaysubcommand. Deferred as "consumption of RFC-0023". It should wait for Complete recording and replay (RFC-0023): protocol-generic replay, one record format, all bindings #167 (transport-level replay covering all protocols), otherwise it inherits the same OpenAI-only limitation the currentMockReplayModelhas.