gossipcat 0.5.5 → 0.5.6

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.
@@ -56141,7 +56141,8 @@ ${body}`
56141
56141
  const CLAUDE_MODEL_MAP2 = {
56142
56142
  opus: { provider: "anthropic", model: "claude-opus-4-6" },
56143
56143
  sonnet: { provider: "anthropic", model: "claude-sonnet-4-6" },
56144
- haiku: { provider: "anthropic", model: "claude-haiku-4-5" }
56144
+ haiku: { provider: "anthropic", model: "claude-haiku-4-5" },
56145
+ fable: { provider: "anthropic", model: "claude-fable-5" }
56145
56146
  };
56146
56147
  const configAgents = {};
56147
56148
  const nativeCreated = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gossipcat",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Multi-agent orchestration for Claude Code — parallel review, consensus, adaptive dispatch",
5
5
  "mcpName": "io.github.ataberk-xyz/gossipcat",
6
6
  "repository": {