Releases: archestra-ai/archestra
Releases · archestra-ai/archestra
platform: v1.0.60
platform: v1.0.59
platform: v1.0.58
1.0.58 (2026-03-06)
Features
- detect and notify about missing Slack bot scopes (#3132) (f9c1650)
- filtering agents gateways proxies (#3134) (b4c1394)
- share readonly chats (#3152) (b840167)
Bug Fixes
- add dark logo option (#3128) (012564d)
- add remove button on empty MCP server/profile pills (#3139) (#3142) (27bd24e)
- allow members to create/manage personal API keys (#3149) (52df7c7)
- filter out orphaned models with no API keys from models table (#3138) (#3143) (03fd2ce)
- guardrails page layout broken on medium-sized screens (#3137) (#3141) (670d3d8)
- prevent "RangeError: Label set size must be smaller than 128 UTF… (#3135) (f6268e7)
- remove branding from enterprise license (#3140) (5342816)
- version footer incorrectly shows "new" for commit-hash dev builds (#3146) (08f6f7a)
Miscellaneous Chores
platform: v1.0.57
platform: v1.0.56
platform: v1.0.55
platform: v1.0.54
platform: v1.0.53
1.0.53 (2026-03-03)
Features
- add automatic retry for transient database connection errors (#3051) (db9730f)
- add x.ai (grok) LLM provider support (#3056) (69ceed9)
- autoprovision users from slack and msteams (#3043) (e9b3f10)
- built-in agents, LLM client refactor, excludeBuiltIn query param (#3066) (cc686af)
- encrypt secret column at rest with AES-256-GCM (#3046) (0e11a7e)
- hide sidebar on login page, move logo to login form (#3058) (3fc113f), closes #3052
- tie image pull secrets to teams (#3055) (119c5fa)
Bug Fixes
- Agents nav item active state to exclude Triggers submenu (#3091) (1c5f146)
- fix mermaid issues (#3087) (4ef0be8)
- fix minimatch cves (#3062) (bb44a5b)
- minor agent trigger improvements (#3075) (c94aece)
- preserve agent assignment when Slack DM channel ID changes (#3086) (049aa5f)
- set default
ARCHESTRA_AUTH_SECRETin.env.examplefor local dev (#3079) (a3f70ef), closes #3077 - show error details when testProviderApiKey fails (#3050) (c59c78f)
- slack empty mention reply (#3089) (4cfa19d)
- use user-provided baseUrl when testing provider API keys (#3053) (7237f71)
Code Refactoring
Miscellaneous Chores
- dont show personal agents in channels (#3093) (6e8f960)
- enable personal installations for the readonly vault (#3082) (3692748)
- remove key rotation script, warn against rotating ARCHESTRA_AUTH_SECRET (#3049) (0a38e7b)
- remove whitespace-only line from .env.example (#3069) (4317886)
- support large nb of discovered channels on agent triggers (#3094) (9ff217a)
platform: v1.0.52
platform: v1.0.51
1.0.51 (2026-02-26)
Features
- add DeepSeek LLM provider (#2930) (d760b3a)
- add DialogForm component for Enter key submission in form dialogs (#3011) (1746561)
- add openrouter support (#3029) (a66b60c)
- export blocked reason in OTEL traces for MCP tool calls (#3020) (b089b5a)
Bug Fixes
- don't disable agent-assigned tools in chat (#3021) (60ca7ff), closes #2599
- improve agent tool assignment UX (#3009) (cb4dfa8)
- preserve multi-line formatting in user chat messages (#3022) (f55767e)
- resolve (more) performance issues (#3036) (b6a96ea)
- resolve top 5 Sentry issues (N+1 query, consecutive DB queries) (#3033) (3a151d0)
- sidebar menu reorder, renames, and UI tweaks (#3030) (f6c305c)
- stabilize sidebar chat order to prevent jumping during interaction (#3014) (a288055)