core-agent-ide/codex-rs/app-server-protocol
xl-openai 1e877ccdd2
plugin: support local-based marketplace.json + install endpoint. (#13422)
Support marketplace.json that points to a local file, with
```
    "source":
    {
        "source": "local",
        "path": "./plugin-1"
    },
 ```
 
 Add a new plugin/install endpoint which add the plugin to the cache folder and enable it in config.toml.
2026-03-04 19:08:18 -05:00
..
schema plugin: support local-based marketplace.json + install endpoint. (#13422) 2026-03-04 19:08:18 -05:00
src plugin: support local-based marketplace.json + install endpoint. (#13422) 2026-03-04 19:08:18 -05:00
tests feat: vendor app-server protocol schema fixtures (#10371) 2026-02-01 23:38:43 -08:00
BUILD.bazel feat: vendor app-server protocol schema fixtures (#10371) 2026-02-01 23:38:43 -08:00
Cargo.toml app-server service tier plumbing (plus some cleanup) (#13334) 2026-03-03 02:35:09 -08:00