@inetafrica/open-claudia 2.6.15 → 2.6.16

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/core/handlers.js +1 -0
  2. package/package.json +1 -1
package/core/handlers.js CHANGED
@@ -594,6 +594,7 @@ register({
594
594
  if (resolvedCodexPath) {
595
595
  rows.push([{ text: "── Codex ──", callback_data: "noop" }]);
596
596
  rows.push([
597
+ { text: "GPT-5.5", callback_data: "mb:codex:gpt-5.5" },
597
598
  { text: "gpt-5", callback_data: "mb:codex:gpt-5" },
598
599
  { text: "gpt-5-codex", callback_data: "mb:codex:gpt-5-codex" },
599
600
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inetafrica/open-claudia",
3
- "version": "2.6.15",
3
+ "version": "2.6.16",
4
4
  "description": "Your always-on AI coding assistant — Claude Code, Cursor Agent, and OpenAI Codex via Telegram or Kazee Chat",
5
5
  "main": "bot.js",
6
6
  "bin": {