akemon 0.1.48 → 0.1.49

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.
Files changed (2) hide show
  1. package/dist/server.js +1 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -83,7 +83,7 @@ function buildEngineCommand(engine, model, allowAll) {
83
83
  return { cmd: "codex", args, stdinMode: true };
84
84
  }
85
85
  case "opencode": {
86
- const args = ["run", "--allowedTools", "read,edit,write,glob,grep,bash"];
86
+ const args = ["run"];
87
87
  if (model)
88
88
  args.push("--model", model);
89
89
  return { cmd: "opencode", args, stdinMode: false }; // task appended as arg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akemon",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "description": "Agent work marketplace — train your agent, let it work for others",
5
5
  "type": "module",
6
6
  "license": "MIT",