Skip to content

Commit 1f84e8f

Browse files
authored
Merge pull request #107 from agentjido/codex/local-dev-chat-defaults
chore(dev): disable chat by default locally
2 parents e4f1673 + f8248a9 commit 1f84e8f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
erlang 27.3
2+
elixir 1.18.4-otp-27

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ contentops_chat_bindings = [
9292
]
9393

9494
config :agent_jido, AgentJido.ContentOps.Chat,
95-
enabled: config_env() == :dev,
95+
enabled: false,
9696
bindings: contentops_chat_bindings,
9797
allowed_telegram_user_ids: ["645038810"],
9898
allowed_discord_user_ids: ["281856954903691264", "1235534042062131258"],

0 commit comments

Comments
 (0)