chore: prep 2026.1.27-beta.1 release

main
Peter Steinberger 2026-01-28 01:35:58 +01:00
parent aced5dde8d
commit 7eb57b691c
37 changed files with 66 additions and 31 deletions

View File

@ -2,8 +2,8 @@
Docs: https://docs.molt.bot
## 2026.1.26
Status: unreleased.
## 2026.1.27-beta.1
Status: beta.
### Changes
- 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:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
<<<<<<< HEAD
### Fixes
- 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.

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/bluebubbles",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot BlueBubbles channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/copilot-proxy",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Copilot Proxy provider plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/diagnostics-otel",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot diagnostics OpenTelemetry exporter",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/discord",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Discord channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/google-antigravity-auth",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Google Antigravity OAuth provider plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/google-gemini-cli-auth",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Gemini CLI OAuth provider plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/googlechat",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Google Chat channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/imessage",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot iMessage channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/line",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot LINE channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/llm-task",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot JSON-only LLM task plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/lobster",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"moltbot": {

View File

@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/matrix",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Matrix channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/mattermost",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Mattermost channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/memory-core",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot core memory search plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/memory-lancedb",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot LanceDB-backed long-term memory plugin with auto-recall/capture",
"dependencies": {

View File

@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/msteams",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Microsoft Teams channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/nextcloud-talk",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Nextcloud Talk channel plugin",
"moltbot": {

View File

@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/nostr",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Nostr channel plugin for NIP-04 encrypted DMs",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/open-prose",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "OpenProse VM skill pack plugin (slash command + telemetry).",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/signal",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Signal channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/slack",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Slack channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/telegram",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Telegram channel plugin",
"moltbot": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/tlon",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Tlon/Urbit channel plugin",
"moltbot": {

View File

@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/twitch",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"description": "Moltbot Twitch channel plugin",
"type": "module",
"dependencies": {

View File

@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.26
### Changes

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/voice-call",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot voice-call plugin",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/whatsapp",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot WhatsApp channel plugin",
"moltbot": {

View File

@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/zalo",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Zalo channel plugin",
"moltbot": {

View File

@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/zalouser",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Zalo Personal Account plugin via zca-cli",
"dependencies": {

View File

@ -23,6 +23,7 @@ function runPackDry(): PackResult[] {
const raw = execSync("npm pack --dry-run --json --ignore-scripts", {
encoding: "utf8",
stdio: ["ignore", "pipe", "pipe"],
maxBuffer: 1024 * 1024 * 100,
});
return JSON.parse(raw) as PackResult[];
}