mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 03:38:32 +02:00
docs: add June 5 changelog entry (#3829)
* docs: add June 5 changelog entry Co-authored-by: multica-agent <github@multica.ai> * docs: update June 5 changelog title Co-authored-by: multica-agent <github@multica.ai> * docs: mention comment composer cleanup in changelog Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: Eve <eve@multica-ai.local> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -292,6 +292,37 @@ export function createEnDict(allowSignup: boolean): LandingDict {
|
||||
fixes: "Bug Fixes",
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.17",
|
||||
date: "2026-06-05",
|
||||
title: "Lark Support and Feishu Bot Group Chat Improvements",
|
||||
changes: [],
|
||||
features: [
|
||||
"One Multica deployment can now support both Feishu and Lark teams, with each connected bot using the right regional console automatically",
|
||||
"Lark group mentions now include nearby conversation context, so the responding agent can understand what the team was discussing before it was mentioned",
|
||||
"Admins can disconnect a Lark Bot directly from the agent integrations area without detouring through Settings",
|
||||
"Self-hosted workspaces now keep usage rollups running without requiring a separate cron setup",
|
||||
"The CLI can create and update agents from external MCP configuration files",
|
||||
],
|
||||
improvements: [
|
||||
"Large Issue descriptions and long markdown drafts open much faster in the editor",
|
||||
"Cloud setup guidance for adding a computer is more reliable and avoids saving unreachable server settings",
|
||||
"Pageview analytics are cleaner and focus on meaningful site sections instead of noisy URL variations",
|
||||
"Self-hosting docs now lead with the built-in usage scheduler and keep older cron-based paths as compatibility notes",
|
||||
"Assignment workflows now preserve the assigned agent identity more consistently",
|
||||
"Issue comment and reply composers are cleaner, auto-growing as you type without extra expand controls",
|
||||
],
|
||||
fixes: [
|
||||
"Image uploads keep the cursor in the right place and no longer grow when markdown is edited repeatedly",
|
||||
"Copy buttons now work on self-hosted HTTP deployments, including code blocks, links, commands, and payload previews",
|
||||
"Agent runs now time out only after inactivity instead of ending because of a fixed wall-clock limit",
|
||||
"Agent configuration values for Claude Code now reach the child process while internal session markers stay private",
|
||||
"Inbox notification mute checks and desktop notification routing now respect the source workspace",
|
||||
"GitHub installations now show the connected account name right after installation",
|
||||
"Model discovery waits consistently and does not hide available choices after an empty result",
|
||||
"Self-host Lark environment variables are accepted correctly",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.16",
|
||||
date: "2026-06-04",
|
||||
|
||||
@@ -268,6 +268,37 @@ export function createJaDict(allowSignup: boolean): LandingDict {
|
||||
fixes: "バグ修正",
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.17",
|
||||
date: "2026-06-05",
|
||||
title: "Lark 対応と Feishu Bot グループチャット改善",
|
||||
changes: [],
|
||||
features: [
|
||||
"1 つの Multica デプロイで Feishu と Lark の両方のチームをサポートし、接続済み Bot は適切な地域の管理画面を自動で使えます。",
|
||||
"Lark のグループでエージェントをメンションすると、周辺の会話も一緒に渡されるため、エージェントが直前の文脈を理解しやすくなりました。",
|
||||
"管理者は設定画面へ移動せず、エージェントの連携エリアから直接 Lark Bot の接続を解除できます。",
|
||||
"セルフホストのワークスペースでは、別の cron 設定なしで利用状況の集計を継続できます。",
|
||||
"CLI から外部 MCP 設定ファイルを使ってエージェントを作成・更新できるようになりました。",
|
||||
],
|
||||
improvements: [
|
||||
"大きなイシュー説明や長い Markdown 下書きが、エディターでより速く開きます。",
|
||||
"クラウドでコンピューターを追加する案内がより安定し、到達できないサーバー設定を保存しにくくなりました。",
|
||||
"ページビュー分析は意味のあるサイト区分に集中し、URL の細かな違いによるノイズを減らします。",
|
||||
"セルフホストのドキュメントは組み込みの利用状況スケジューラーを先に案内し、古い cron ベースの方法は互換手順として残しました。",
|
||||
"割り当てワークフローで、割り当てられたエージェントのアイデンティティがより一貫して保たれます。",
|
||||
"イシューのコメントと返信入力欄は、余分な展開ボタンなしで入力に合わせて伸びる、よりすっきりした表示になりました。",
|
||||
],
|
||||
fixes: [
|
||||
"画像アップロード後のカーソル位置が正しくなり、Markdown を繰り返し編集しても画像内容が増えません。",
|
||||
"セルフホストの HTTP 環境でも、コードブロック、リンク、コマンド、プレビューのコピー操作が動作します。",
|
||||
"エージェント実行は固定時間ではなく、長時間操作がない場合にだけタイムアウトします。",
|
||||
"Claude Code のユーザー設定は子プロセスに届き、内部セッション情報は引き続き分離されます。",
|
||||
"受信箱通知のミュート判定とデスクトップ通知の移動先が、元のワークスペースに沿って処理されます。",
|
||||
"GitHub 連携のインストール後、接続したアカウント名がすぐに表示されます。",
|
||||
"モデル検出の待ち時間がそろい、空の結果のあとでも利用可能な選択肢を隠しません。",
|
||||
"セルフホストの Lark 環境変数を正しく受け付けます。",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.16",
|
||||
date: "2026-06-04",
|
||||
|
||||
@@ -267,6 +267,37 @@ export function createKoDict(allowSignup: boolean): LandingDict {
|
||||
fixes: "버그 수정",
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.17",
|
||||
date: "2026-06-05",
|
||||
title: "Lark 지원과 Feishu Bot 그룹 채팅 개선",
|
||||
changes: [],
|
||||
features: [
|
||||
"하나의 Multica 배포에서 Feishu와 Lark 팀을 모두 지원하며, 연결된 Bot은 알맞은 지역 콘솔을 자동으로 사용합니다.",
|
||||
"Lark 그룹에서 에이전트를 멘션하면 주변 대화가 함께 전달되어, 에이전트가 이전 논의를 더 잘 이해할 수 있습니다.",
|
||||
"관리자는 설정 화면으로 이동하지 않고 에이전트 연동 영역에서 바로 Lark Bot 연결을 해제할 수 있습니다.",
|
||||
"셀프호스트 워크스페이스는 별도 cron 설정 없이도 사용량 집계를 계속 실행합니다.",
|
||||
"CLI에서 외부 MCP 설정 파일로 에이전트를 만들고 업데이트할 수 있습니다.",
|
||||
],
|
||||
improvements: [
|
||||
"큰 이슈 설명과 긴 Markdown 초안이 에디터에서 훨씬 빠르게 열립니다.",
|
||||
"클라우드에서 컴퓨터를 추가하는 안내가 더 안정적이며, 연결할 수 없는 서버 설정을 저장하지 않습니다.",
|
||||
"페이지뷰 분석은 의미 있는 사이트 구간에 집중하고 URL 세부 차이로 생기는 노이즈를 줄입니다.",
|
||||
"셀프호스트 문서는 내장 사용량 스케줄러를 먼저 안내하고, 기존 cron 방식은 호환 경로로 남겼습니다.",
|
||||
"할당 워크플로가 배정된 에이전트의 정체성을 더 일관되게 유지합니다.",
|
||||
"이슈 댓글과 답글 입력창은 별도 펼치기 버튼 없이 입력에 맞춰 자동으로 커져 더 깔끔합니다.",
|
||||
],
|
||||
fixes: [
|
||||
"이미지 업로드 후 커서가 올바른 위치에 남고, Markdown을 반복 편집해도 이미지 내용이 늘어나지 않습니다.",
|
||||
"셀프호스트 HTTP 환경에서도 코드 블록, 링크, 명령, 미리보기의 복사 버튼이 정상 동작합니다.",
|
||||
"에이전트 실행은 고정 시간이 아니라 오랫동안 활동이 없을 때만 시간 초과됩니다.",
|
||||
"Claude Code 사용자 설정은 자식 프로세스에 전달되고, 내부 세션 표식은 계속 분리됩니다.",
|
||||
"받은함 알림 음소거 확인과 데스크톱 알림 이동은 원래 워크스페이스 기준으로 처리됩니다.",
|
||||
"GitHub 설치 후 연결된 계정 이름이 바로 표시됩니다.",
|
||||
"모델 검색 대기 시간이 일관되고, 빈 결과 뒤에도 사용 가능한 선택지를 숨기지 않습니다.",
|
||||
"셀프호스트 Lark 환경 변수를 올바르게 받습니다.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.16",
|
||||
date: "2026-06-04",
|
||||
|
||||
@@ -292,6 +292,37 @@ export function createZhDict(allowSignup: boolean): LandingDict {
|
||||
fixes: "问题修复",
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.17",
|
||||
date: "2026-06-05",
|
||||
title: "Lark 支持,以及飞书 Bot 群聊优化",
|
||||
changes: [],
|
||||
features: [
|
||||
"同一个 Multica 部署现在可以同时支持飞书和 Lark 团队,每个已连接 Bot 会自动使用对应区域的管理入口",
|
||||
"Lark 群聊里提及智能体时,会带上附近的对话上下文,智能体更容易理解团队前面在讨论什么",
|
||||
"管理员可以直接在智能体集成区域断开 Lark Bot,不需要再去设置页操作",
|
||||
"自托管工作区现在不需要额外配置定时任务,也能持续更新使用量数据",
|
||||
"命令行现在可以用外部 MCP 配置文件创建和更新智能体",
|
||||
],
|
||||
improvements: [
|
||||
"大型 Issue 描述和较长的 Markdown 草稿在编辑器里打开更快",
|
||||
"云端“添加一台电脑”的配置指引更可靠,不会保存无法访问的服务设置",
|
||||
"页面访问分析更聚焦有意义的页面区域,减少无关 URL 变化带来的噪声",
|
||||
"自托管文档现在优先说明内置使用量调度能力,旧的定时任务方案保留为兼容说明",
|
||||
"分配工作流会更稳定地保留被分配的智能体身份",
|
||||
"Issue 评论和回复输入框更简洁,会随输入自动增长,不再显示多余的展开按钮",
|
||||
],
|
||||
fixes: [
|
||||
"上传图片后光标会停在正确位置,反复编辑 Markdown 时图片内容也不会越变越长",
|
||||
"自托管 HTTP 环境里的复制按钮现在可以正常工作,包括代码块、链接、命令和内容预览",
|
||||
"智能体运行现在只会在长时间无活动后超时,不会因为固定时长到了就提前结束",
|
||||
"Claude Code 的用户配置现在会正确传给子进程,同时内部会话标记仍会保持隔离",
|
||||
"收件箱通知静音判断和桌面通知跳转现在会按来源工作区处理",
|
||||
"GitHub 安装完成后会立即显示已连接的账户名称",
|
||||
"模型发现等待时间更一致,空结果后也不会隐藏可用选项",
|
||||
"自托管的 Lark 环境变量现在可以被正确接受",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.16",
|
||||
date: "2026-06-04",
|
||||
|
||||
Reference in New Issue
Block a user