@cabane/companion 0.6.76 → 0.6.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -5463,8 +5463,8 @@ function createOpencodeAdapter(deps = {}) {
5463
5463
  const transport = deps.transport ?? (deps.serverUrl ? createHttpOpencodeTransport({ baseUrl: deps.serverUrl }) : null);
5464
5464
  return {
5465
5465
  name: "opencode",
5466
- // CT614: surface-aware a code-mode turn (only `code` mounted) is taught
5467
- // `code`, not the granular cabane names it no longer has.
5466
+ // CT829: one surface, so one addendum and no parameter CT614's `codeMode`
5467
+ // argument went with the named tool surface it selected against.
5468
5468
  promptAddendum: () => OPENCODE_ADDENDUM,
5469
5469
  dialectSchema: opencodeDialectSchema,
5470
5470
  async *runTurn(req, signal) {
@@ -6411,8 +6411,8 @@ function createCodexAdapter(deps = {}) {
6411
6411
  const transport = deps.transport ?? (deps.enabled ? createSdkCodexTransport({ ...deps.apiKey ? { apiKey: deps.apiKey } : {} }) : null);
6412
6412
  return {
6413
6413
  name: "codex",
6414
- // CT614: surface-aware a code-mode turn (only `code` mounted) is taught
6415
- // `code`, not the granular names it no longer has.
6414
+ // CT829: one surface, so one addendum and no parameter CT614's `codeMode`
6415
+ // argument went with the named tool surface it selected against.
6416
6416
  promptAddendum: () => CODEX_ADDENDUM,
6417
6417
  dialectSchema: codexDialectSchema,
6418
6418
  async *runTurn(req, signal) {
package/dist/runtime.js CHANGED
@@ -4962,8 +4962,8 @@ function createOpencodeAdapter(deps = {}) {
4962
4962
  const transport = deps.transport ?? (deps.serverUrl ? createHttpOpencodeTransport({ baseUrl: deps.serverUrl }) : null);
4963
4963
  return {
4964
4964
  name: "opencode",
4965
- // CT614: surface-aware a code-mode turn (only `code` mounted) is taught
4966
- // `code`, not the granular cabane names it no longer has.
4965
+ // CT829: one surface, so one addendum and no parameter CT614's `codeMode`
4966
+ // argument went with the named tool surface it selected against.
4967
4967
  promptAddendum: () => OPENCODE_ADDENDUM,
4968
4968
  dialectSchema: opencodeDialectSchema,
4969
4969
  async *runTurn(req, signal) {
@@ -5910,8 +5910,8 @@ function createCodexAdapter(deps = {}) {
5910
5910
  const transport = deps.transport ?? (deps.enabled ? createSdkCodexTransport({ ...deps.apiKey ? { apiKey: deps.apiKey } : {} }) : null);
5911
5911
  return {
5912
5912
  name: "codex",
5913
- // CT614: surface-aware a code-mode turn (only `code` mounted) is taught
5914
- // `code`, not the granular names it no longer has.
5913
+ // CT829: one surface, so one addendum and no parameter CT614's `codeMode`
5914
+ // argument went with the named tool surface it selected against.
5915
5915
  promptAddendum: () => CODEX_ADDENDUM,
5916
5916
  dialectSchema: codexDialectSchema,
5917
5917
  async *runTurn(req, signal) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabane/companion",
3
- "version": "0.6.76",
3
+ "version": "0.6.77",
4
4
  "type": "module",
5
5
  "description": "The Cabane Companion (headless): connect a coding agent on your machine to your Cabane workspace as a responder — drive work against your own codebase, files, and MCP servers without putting any of it in Cabane.",
6
6
  "license": "UNLICENSED",