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
Codex app-server is an important runtime target for the next Meld work cycle. Meld already has local-first vault access, agent tools, run traces, MCP-facing concepts, and an open issue for MCP Server mode (#22). This issue tracks a separate investigation: whether and how Meld should use, interoperate with, or learn from Codex app-server as a local agent runtime pattern.
Why this matters
Meld's long-term promise is a shared Markdown knowledge environment for humans and AI agents, not just a chat UI over RAG.
Codex app-server appears relevant as a practical local app/server runtime for agent sessions, tool orchestration, thread state, subprocesses, and long-lived local context.
Before implementation, we need to separate proven reusable patterns from accidental Codex-internal details.
Questions to answer
What exact surfaces does Codex app-server expose locally: API, process model, persistence, tool/session boundaries, and filesystem interaction?
Which app-server concepts map cleanly to Meld's current architecture: vault tools, agent-space writes, hidden meta, run trace, provider registry, and MCP server mode?
Should Meld integrate with Codex app-server directly, implement a compatible local runtime concept, or only borrow architecture patterns?
What are the safety constraints for a local app-server that can read a vault and run tools?
Context
Codex app-server is an important runtime target for the next Meld work cycle. Meld already has local-first vault access, agent tools, run traces, MCP-facing concepts, and an open issue for MCP Server mode (#22). This issue tracks a separate investigation: whether and how Meld should use, interoperate with, or learn from Codex app-server as a local agent runtime pattern.
Why this matters
Questions to answer
Acceptance criteria
Evidence to collect
Related
20-projects/meld/