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.
- package/dist-mcp/mcp-server.js +2 -1
- package/package.json +1 -1
package/dist-mcp/mcp-server.js
CHANGED
|
@@ -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