chore: prep 2026.1.27-beta.1 release
This commit is contained in:
parent
aced5dde8d
commit
7eb57b691c
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Docs: https://docs.molt.bot
|
Docs: https://docs.molt.bot
|
||||||
|
|
||||||
## 2026.1.26
|
## 2026.1.27-beta.1
|
||||||
Status: unreleased.
|
Status: beta.
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
- Rebrand: rename the npm package/CLI to `moltbot`, add a `moltbot` compatibility shim, and move extensions to the `@moltbot/*` scope.
|
- Rebrand: rename the npm package/CLI to `moltbot`, add a `moltbot` compatibility shim, and move extensions to the `@moltbot/*` scope.
|
||||||
@ -69,7 +69,6 @@ Status: unreleased.
|
|||||||
### Breaking
|
### Breaking
|
||||||
- **BREAKING:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
|
- **BREAKING:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- Agents: prevent retries on oversized image errors and surface size limits. (#2871) Thanks @Suksham-sharma.
|
- Agents: prevent retries on oversized image errors and surface size limits. (#2871) Thanks @Suksham-sharma.
|
||||||
- Agents: inherit provider baseUrl/api for inline models. (#2740) Thanks @lploc94.
|
- Agents: inherit provider baseUrl/api for inline models. (#2740) Thanks @lploc94.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/bluebubbles",
|
"name": "@moltbot/bluebubbles",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot BlueBubbles channel plugin",
|
"description": "Moltbot BlueBubbles channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/copilot-proxy",
|
"name": "@moltbot/copilot-proxy",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Copilot Proxy provider plugin",
|
"description": "Moltbot Copilot Proxy provider plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/diagnostics-otel",
|
"name": "@moltbot/diagnostics-otel",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot diagnostics OpenTelemetry exporter",
|
"description": "Moltbot diagnostics OpenTelemetry exporter",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/discord",
|
"name": "@moltbot/discord",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Discord channel plugin",
|
"description": "Moltbot Discord channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/google-antigravity-auth",
|
"name": "@moltbot/google-antigravity-auth",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Google Antigravity OAuth provider plugin",
|
"description": "Moltbot Google Antigravity OAuth provider plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/google-gemini-cli-auth",
|
"name": "@moltbot/google-gemini-cli-auth",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Gemini CLI OAuth provider plugin",
|
"description": "Moltbot Gemini CLI OAuth provider plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/googlechat",
|
"name": "@moltbot/googlechat",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Google Chat channel plugin",
|
"description": "Moltbot Google Chat channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/imessage",
|
"name": "@moltbot/imessage",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot iMessage channel plugin",
|
"description": "Moltbot iMessage channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/line",
|
"name": "@moltbot/line",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot LINE channel plugin",
|
"description": "Moltbot LINE channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/llm-task",
|
"name": "@moltbot/llm-task",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot JSON-only LLM task plugin",
|
"description": "Moltbot JSON-only LLM task plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/lobster",
|
"name": "@moltbot/lobster",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.27-beta.1
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Version alignment with core Moltbot release numbers.
|
||||||
|
|
||||||
## 2026.1.23
|
## 2026.1.23
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/matrix",
|
"name": "@moltbot/matrix",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Matrix channel plugin",
|
"description": "Moltbot Matrix channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/mattermost",
|
"name": "@moltbot/mattermost",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Mattermost channel plugin",
|
"description": "Moltbot Mattermost channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/memory-core",
|
"name": "@moltbot/memory-core",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot core memory search plugin",
|
"description": "Moltbot core memory search plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/memory-lancedb",
|
"name": "@moltbot/memory-lancedb",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot LanceDB-backed long-term memory plugin with auto-recall/capture",
|
"description": "Moltbot LanceDB-backed long-term memory plugin with auto-recall/capture",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.27-beta.1
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Version alignment with core Moltbot release numbers.
|
||||||
|
|
||||||
## 2026.1.23
|
## 2026.1.23
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/msteams",
|
"name": "@moltbot/msteams",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Microsoft Teams channel plugin",
|
"description": "Moltbot Microsoft Teams channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/nextcloud-talk",
|
"name": "@moltbot/nextcloud-talk",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Nextcloud Talk channel plugin",
|
"description": "Moltbot Nextcloud Talk channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.27-beta.1
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Version alignment with core Moltbot release numbers.
|
||||||
|
|
||||||
## 2026.1.23
|
## 2026.1.23
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/nostr",
|
"name": "@moltbot/nostr",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Nostr channel plugin for NIP-04 encrypted DMs",
|
"description": "Moltbot Nostr channel plugin for NIP-04 encrypted DMs",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/open-prose",
|
"name": "@moltbot/open-prose",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "OpenProse VM skill pack plugin (slash command + telemetry).",
|
"description": "OpenProse VM skill pack plugin (slash command + telemetry).",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/signal",
|
"name": "@moltbot/signal",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Signal channel plugin",
|
"description": "Moltbot Signal channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/slack",
|
"name": "@moltbot/slack",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Slack channel plugin",
|
"description": "Moltbot Slack channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/telegram",
|
"name": "@moltbot/telegram",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Telegram channel plugin",
|
"description": "Moltbot Telegram channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/tlon",
|
"name": "@moltbot/tlon",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Tlon/Urbit channel plugin",
|
"description": "Moltbot Tlon/Urbit channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.27-beta.1
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Version alignment with core Moltbot release numbers.
|
||||||
|
|
||||||
## 2026.1.23
|
## 2026.1.23
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/twitch",
|
"name": "@moltbot/twitch",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"description": "Moltbot Twitch channel plugin",
|
"description": "Moltbot Twitch channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.27-beta.1
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Version alignment with core Moltbot release numbers.
|
||||||
|
|
||||||
## 2026.1.26
|
## 2026.1.26
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/voice-call",
|
"name": "@moltbot/voice-call",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot voice-call plugin",
|
"description": "Moltbot voice-call plugin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/whatsapp",
|
"name": "@moltbot/whatsapp",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot WhatsApp channel plugin",
|
"description": "Moltbot WhatsApp channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.27-beta.1
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Version alignment with core Moltbot release numbers.
|
||||||
|
|
||||||
## 2026.1.23
|
## 2026.1.23
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/zalo",
|
"name": "@moltbot/zalo",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Zalo channel plugin",
|
"description": "Moltbot Zalo channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.27-beta.1
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Version alignment with core Moltbot release numbers.
|
||||||
|
|
||||||
## 2026.1.23
|
## 2026.1.23
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/zalouser",
|
"name": "@moltbot/zalouser",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot Zalo Personal Account plugin via zca-cli",
|
"description": "Moltbot Zalo Personal Account plugin via zca-cli",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -23,6 +23,7 @@ function runPackDry(): PackResult[] {
|
|||||||
const raw = execSync("npm pack --dry-run --json --ignore-scripts", {
|
const raw = execSync("npm pack --dry-run --json --ignore-scripts", {
|
||||||
encoding: "utf8",
|
encoding: "utf8",
|
||||||
stdio: ["ignore", "pipe", "pipe"],
|
stdio: ["ignore", "pipe", "pipe"],
|
||||||
|
maxBuffer: 1024 * 1024 * 100,
|
||||||
});
|
});
|
||||||
return JSON.parse(raw) as PackResult[];
|
return JSON.parse(raw) as PackResult[];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user