Skip to content

Releases: ElePerson/Cheers

connector-v0.1.28

Choose a tag to compare

@github-actions github-actions released this 16 Jul 02:07
c26cc70
- Injection-safe XML <context> prompt envelope (entity-escaped)
- Remote-workspace workspace.read references + note pointing at read_workspace
- New MCP tool read_workspace (read another bot's workspace under your own permission)

Compat: [update] breaks <0.1.27 configs.

connector-v0.1.27

Choose a tag to compare

@github-actions github-actions released this 14 Jul 07:37
79323d7
Merge pull request #187 from haowei2000/develop

release: domain migration prep + connector self-update 0.1.27 + bridge-protocol hardening

connector-v0.1.26

Choose a tag to compare

@github-actions github-actions released this 13 Jul 10:46
5468683
Prebuilt cce-acp-connector binaries with the git dubious-ownership
recovery and read-only git-inspection security hardening from #176.

connector-v0.1.25

Choose a tag to compare

@github-actions github-actions released this 08 Jul 05:51
6a9e3a2
Merge pull request #115 from haowei2000/develop

Release: connector distribution hardening (musl builds, same-origin download, install.sh)

connector-v0.1.24

Choose a tag to compare

@github-actions github-actions released this 02 Jul 16:53
fix(connector): ship cheers-mcp-server with the connector install

The connector injects the cheers stdio MCP server into every agent
session (policy.mcp.inject_cheers), but nothing ever installed that
binary: the release only shipped cce-acp-connector and the resolver
fell back to a dev-tree path or a bare PATH lookup, so installed bots
silently lost all cheers platform tools.

- resolver: prefer a cheers-mcp-server sitting next to the connector's
  own executable (how installed deployments lay the pair out)
- release-connector.yml: build + attach cheers-mcp-server for every
  target alongside the connector
- install.sh: download the MCP server into the same bin dir as the
  connector (best-effort, with an explicit warning when unavailable)

Bump connector to 0.1.24.

connector-v0.1.23

Choose a tag to compare

@github-actions github-actions released this 02 Jul 16:36
fix(connector): install rustls CryptoProvider; derive public ws base …

connector-v0.1.22

Choose a tag to compare

@github-actions github-actions released this 02 Jul 12:22
cce-acp-connector v0.1.22