mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-16 19:29:26 +02:00
docs: merge latest changelog entries (#4030)
Co-authored-by: J <j@multica.ai> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -293,19 +293,25 @@ export function createEnDict(allowSignup: boolean): LandingDict {
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.20",
|
||||
version: "0.3.19",
|
||||
date: "2026-06-10",
|
||||
title: "Safer Comment Triggers and More Reliable Attachments",
|
||||
title: "Safer Comment Triggers, Reliable Agents, and Attachments",
|
||||
changes: [],
|
||||
features: [
|
||||
"Comment boxes now show which agents or squads will start work before you send, with controls to avoid accidental runs",
|
||||
"Run transcripts now include timestamps, making agent progress and handoffs easier to review",
|
||||
"Autopilot detail pages now show who created each autopilot",
|
||||
"Claude Fable 5 is now available in Multica's supported model and pricing list",
|
||||
"Issue conversations can now resolve a specific reply, making long threads easier to close while keeping the final answer visible",
|
||||
"Lark and Feishu conversations now show a typing reaction while Multica is preparing a reply, then clear it before the answer is sent",
|
||||
"Agent runs now know who started each task, making handoffs, audit trails, and privacy-aware behavior more accurate",
|
||||
"OpenClaw users can point Multica at a custom app location and data folder from their local configuration",
|
||||
],
|
||||
improvements: [
|
||||
"Comment trigger indicators are quieter, clearer, and less likely to crowd long agent names",
|
||||
"Desktop now disables daemon start and stop controls when the daemon is managed outside Multica, such as in WSL2",
|
||||
"The active agent indicator in an Issue header is easier to read, with motion only while work is running and clearer queued wording otherwise",
|
||||
"The CLI now gives clearer guidance around common errors, sign-in problems, and project setup values",
|
||||
],
|
||||
fixes: [
|
||||
"Inline images and files in Issue descriptions now stay visible across web and desktop after reloads",
|
||||
@@ -313,24 +319,6 @@ export function createEnDict(allowSignup: boolean): LandingDict {
|
||||
"Issue pages refresh their data after realtime reconnects, avoiding stale timelines after a connection drop",
|
||||
"Agent task initiator history now works more reliably for older task records",
|
||||
"Sticky Issue comments keep a cleaner visual edge while scrolling",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.19",
|
||||
date: "2026-06-09",
|
||||
title: "More Reliable Agents, Attachments, and Issue Threads",
|
||||
changes: [],
|
||||
features: [
|
||||
"Issue conversations can now resolve a specific reply, making long threads easier to close while keeping the final answer visible",
|
||||
"Lark and Feishu conversations now show a typing reaction while Multica is preparing a reply, then clear it before the answer is sent",
|
||||
"Agent runs now know who started each task, making handoffs, audit trails, and privacy-aware behavior more accurate",
|
||||
"OpenClaw users can point Multica at a custom app location and data folder from their local configuration",
|
||||
],
|
||||
improvements: [
|
||||
"The active agent indicator in an Issue header is easier to read, with motion only while work is running and clearer queued wording otherwise",
|
||||
"The CLI now gives clearer guidance around common errors, sign-in problems, and project setup values",
|
||||
],
|
||||
fixes: [
|
||||
"Newly posted attachments now use stable private download links, so images and files stay visible after temporary upload links expire",
|
||||
"Autopilot runs started from newly created Issues now fail cleanly when the assigned task cannot complete, instead of staying stuck",
|
||||
"Inbox deep links now scroll inside the Issue timeline without pushing the desktop window out of place",
|
||||
|
||||
@@ -269,19 +269,25 @@ export function createJaDict(allowSignup: boolean): LandingDict {
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.20",
|
||||
version: "0.3.19",
|
||||
date: "2026-06-10",
|
||||
title: "より安全なコメントトリガーと安定した添付ファイル",
|
||||
title: "より安全なコメントトリガー、安定したエージェントと添付ファイル",
|
||||
changes: [],
|
||||
features: [
|
||||
"コメント入力欄では、送信前にどのエージェントやスクワッドが動き始めるかを確認でき、誤って実行することを避けられます。",
|
||||
"実行記録に時刻が表示されるようになり、エージェントの進捗や引き継ぎを振り返りやすくなりました。",
|
||||
"オートパイロット詳細ページで、誰が作成したかを確認できるようになりました。",
|
||||
"Claude Fable 5 が Multica の対応モデルと料金一覧に加わりました。",
|
||||
"イシューの会話で特定の返信を解決として残せるようになり、長いスレッドを閉じても結論を確認しやすくなりました。",
|
||||
"Lark と Feishu の会話では、Multica が返信を準備している間に入力中のリアクションを表示し、返信前に自動で消します。",
|
||||
"エージェント実行は、誰がそのタスクを始めたかを把握できるようになり、引き継ぎ、監査、プライバシーに配慮した動作がより正確になります。",
|
||||
"OpenClaw ユーザーは、ローカル設定から独自のアプリ場所とデータフォルダーを指定できます。",
|
||||
],
|
||||
improvements: [
|
||||
"コメントトリガーの表示はより控えめで読みやすく、長いエージェント名でも混み合いにくくなりました。",
|
||||
"WSL2 など Multica の外でデーモンが管理されている場合、デスクトップは開始と停止の操作を無効にします。",
|
||||
"イシュー上部のアクティブなエージェント表示は、実行中だけ動き、待機中は待機状態を明確に示すため、読み取りやすくなりました。",
|
||||
"CLI は、よくあるエラー、サインインの問題、プロジェクト設定の値について、よりわかりやすく案内します。",
|
||||
],
|
||||
fixes: [
|
||||
"イシュー説明内の画像とファイルは、Web とデスクトップのどちらでも再読み込み後に表示され続けます。",
|
||||
@@ -289,24 +295,6 @@ export function createJaDict(allowSignup: boolean): LandingDict {
|
||||
"リアルタイム接続が復帰したあと、イシュー画面はデータを更新し、古いタイムラインが残りにくくなりました。",
|
||||
"エージェントタスクの開始者履歴が、古いタスク記録でもより信頼できるようになりました。",
|
||||
"スクロール中の固定イシューコメントの境界がよりきれいに表示されます。",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.19",
|
||||
date: "2026-06-09",
|
||||
title: "より安定したエージェント、添付ファイル、イシューの会話",
|
||||
changes: [],
|
||||
features: [
|
||||
"イシューの会話で特定の返信を解決として残せるようになり、長いスレッドを閉じても結論を確認しやすくなりました。",
|
||||
"Lark と Feishu の会話では、Multica が返信を準備している間に入力中のリアクションを表示し、返信前に自動で消します。",
|
||||
"エージェント実行は、誰がそのタスクを始めたかを把握できるようになり、引き継ぎ、監査、プライバシーに配慮した動作がより正確になります。",
|
||||
"OpenClaw ユーザーは、ローカル設定から独自のアプリ場所とデータフォルダーを指定できます。",
|
||||
],
|
||||
improvements: [
|
||||
"イシュー上部のアクティブなエージェント表示は、実行中だけ動き、待機中は待機状態を明確に示すため、読み取りやすくなりました。",
|
||||
"CLI は、よくあるエラー、サインインの問題、プロジェクト設定の値について、よりわかりやすく案内します。",
|
||||
],
|
||||
fixes: [
|
||||
"新しく投稿された添付ファイルは安定した非公開ダウンロードリンクを使うため、一時的なアップロードリンクが期限切れになっても画像やファイルを表示できます。",
|
||||
"新規イシューから始まったオートパイロット実行は、割り当てられたタスクが完了できない場合に正しく失敗し、進行中のまま残りません。",
|
||||
"受信箱からコメントリンクを開いたとき、デスクトップ画面全体ではなくイシューのタイムラインだけがスクロールします。",
|
||||
|
||||
@@ -268,19 +268,25 @@ export function createKoDict(allowSignup: boolean): LandingDict {
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.20",
|
||||
version: "0.3.19",
|
||||
date: "2026-06-10",
|
||||
title: "더 안전한 댓글 트리거와 더 안정적인 첨부 파일",
|
||||
title: "더 안전한 댓글 트리거, 안정적인 에이전트와 첨부 파일",
|
||||
changes: [],
|
||||
features: [
|
||||
"댓글 입력창에서 보내기 전에 어떤 에이전트나 스쿼드가 작업을 시작할지 확인하고, 실수로 실행되는 일을 줄일 수 있습니다.",
|
||||
"실행 기록에 시간이 표시되어 에이전트 진행 상황과 인계를 더 쉽게 검토할 수 있습니다.",
|
||||
"오토파일럿 상세 페이지에서 누가 만들었는지 확인할 수 있습니다.",
|
||||
"Claude Fable 5가 Multica의 지원 모델과 가격 목록에 추가되었습니다.",
|
||||
"이슈 대화에서 특정 답글을 해결 답변으로 남길 수 있어, 긴 스레드를 접어도 결론을 더 쉽게 확인할 수 있습니다.",
|
||||
"Lark와 Feishu 대화는 Multica가 답변을 준비하는 동안 입력 중 반응을 표시하고, 답변을 보내기 전에 자동으로 지웁니다.",
|
||||
"에이전트 실행은 각 작업을 누가 시작했는지 알 수 있어 인계, 감사, 개인정보를 고려한 동작이 더 정확해집니다.",
|
||||
"OpenClaw 사용자는 로컬 설정에서 사용자 지정 앱 위치와 데이터 폴더를 지정할 수 있습니다.",
|
||||
],
|
||||
improvements: [
|
||||
"댓글 트리거 표시가 더 조용하고 명확해졌으며, 긴 에이전트 이름도 덜 비좁게 보입니다.",
|
||||
"WSL2처럼 Multica 밖에서 데몬을 관리하는 경우 데스크톱은 시작과 중지 조작을 비활성화합니다.",
|
||||
"이슈 헤더의 활성 에이전트 표시가 더 읽기 쉬워졌으며, 실제 실행 중일 때만 움직이고 대기 중일 때는 대기 상태를 명확히 보여 줍니다.",
|
||||
"CLI는 흔한 오류, 로그인 문제, 프로젝트 설정 값에 대해 더 명확하게 안내합니다.",
|
||||
],
|
||||
fixes: [
|
||||
"이슈 설명의 이미지와 파일은 웹과 데스크톱에서 다시 열어도 계속 표시됩니다.",
|
||||
@@ -288,24 +294,6 @@ export function createKoDict(allowSignup: boolean): LandingDict {
|
||||
"실시간 연결이 복구된 뒤 이슈 화면이 데이터를 새로고침해 오래된 타임라인이 남지 않습니다.",
|
||||
"에이전트 작업을 시작한 사람의 기록이 오래된 작업에서도 더 안정적으로 유지됩니다.",
|
||||
"스크롤 중 고정된 이슈 댓글의 가장자리가 더 깔끔하게 보입니다.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.19",
|
||||
date: "2026-06-09",
|
||||
title: "더 안정적인 에이전트, 첨부 파일, 이슈 대화",
|
||||
changes: [],
|
||||
features: [
|
||||
"이슈 대화에서 특정 답글을 해결 답변으로 남길 수 있어, 긴 스레드를 접어도 결론을 더 쉽게 확인할 수 있습니다.",
|
||||
"Lark와 Feishu 대화는 Multica가 답변을 준비하는 동안 입력 중 반응을 표시하고, 답변을 보내기 전에 자동으로 지웁니다.",
|
||||
"에이전트 실행은 각 작업을 누가 시작했는지 알 수 있어 인계, 감사, 개인정보를 고려한 동작이 더 정확해집니다.",
|
||||
"OpenClaw 사용자는 로컬 설정에서 사용자 지정 앱 위치와 데이터 폴더를 지정할 수 있습니다.",
|
||||
],
|
||||
improvements: [
|
||||
"이슈 헤더의 활성 에이전트 표시가 더 읽기 쉬워졌으며, 실제 실행 중일 때만 움직이고 대기 중일 때는 대기 상태를 명확히 보여 줍니다.",
|
||||
"CLI는 흔한 오류, 로그인 문제, 프로젝트 설정 값에 대해 더 명확하게 안내합니다.",
|
||||
],
|
||||
fixes: [
|
||||
"새로 올린 첨부 파일은 안정적인 비공개 다운로드 링크를 사용해 임시 업로드 링크가 만료된 뒤에도 이미지와 파일이 계속 표시됩니다.",
|
||||
"새 이슈에서 시작된 오토파일럿 실행은 배정된 작업이 완료되지 못하면 올바르게 실패 처리되어 진행 중에 멈춰 있지 않습니다.",
|
||||
"받은함에서 댓글 링크를 열 때 데스크톱 화면 전체가 밀리지 않고 이슈 타임라인 안에서만 스크롤됩니다.",
|
||||
|
||||
@@ -293,19 +293,25 @@ export function createZhDict(allowSignup: boolean): LandingDict {
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.20",
|
||||
version: "0.3.19",
|
||||
date: "2026-06-10",
|
||||
title: "更安全的评论触发和更稳定的附件",
|
||||
title: "更安全的评论触发、更稳定的智能体和附件",
|
||||
changes: [],
|
||||
features: [
|
||||
"评论输入框现在会在发送前显示哪些智能体或小队会开始工作,也可以避免误触发运行",
|
||||
"智能体运行记录现在会显示时间点,回看进度和交接信息更清楚",
|
||||
"自动任务详情页现在会显示创建人",
|
||||
"Claude Fable 5 现在已加入 Multica 支持的模型和价格列表",
|
||||
"Issue 讨论可以把某一条回复设为解决结论,长讨论收起后也能直接看到最终答案",
|
||||
"在 Lark 和飞书里和 Multica 对话时,会显示等待中的输入状态,回复发出后自动清除",
|
||||
"每次智能体任务都会带上真实发起人信息,交接、审计和权限判断更准确",
|
||||
"OpenClaw 可以从本地配置中读取自定义程序位置和数据目录",
|
||||
],
|
||||
improvements: [
|
||||
"评论触发提示更安静、更清楚,遇到较长的智能体名称时也不容易拥挤",
|
||||
"桌面端在守护进程由 Multica 之外的环境管理时,会禁用启动和停止控制,例如 WSL2 场景",
|
||||
"Issue 顶部的智能体状态更容易区分:运行中才显示动效,等待中会明确显示排队状态",
|
||||
"命令行会直接说明常见错误、登录问题和项目配置问题的处理方式",
|
||||
],
|
||||
fixes: [
|
||||
"Issue 描述里的图片和文件在网页端和桌面端重新打开后都会保持可见",
|
||||
@@ -313,24 +319,6 @@ export function createZhDict(allowSignup: boolean): LandingDict {
|
||||
"实时连接断开并恢复后,Issue 页面会刷新数据,避免时间线停留在旧状态",
|
||||
"智能体任务的发起人历史在较早任务记录上也会更可靠",
|
||||
"滚动时置顶的 Issue 评论边缘显示更干净",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.19",
|
||||
date: "2026-06-09",
|
||||
title: "身份上下文优化、附件稳定性和 Issue 讨论升级",
|
||||
changes: [],
|
||||
features: [
|
||||
"Issue 讨论可以把某一条回复设为解决结论,长讨论收起后也能直接看到最终答案",
|
||||
"在 Lark 和飞书里和 Multica 对话时,会显示等待中的输入状态,回复发出后自动清除",
|
||||
"每次智能体任务都会带上真实发起人信息,交接、审计和权限判断更准确",
|
||||
"OpenClaw 可以从本地配置中读取自定义程序位置和数据目录",
|
||||
],
|
||||
improvements: [
|
||||
"Issue 顶部的智能体状态更容易区分:运行中才显示动效,等待中会明确显示排队状态",
|
||||
"命令行会直接说明常见错误、登录问题和项目配置问题的处理方式",
|
||||
],
|
||||
fixes: [
|
||||
"新上传的附件会使用稳定的私有下载链接,临时上传链接过期后图片和文件仍能正常显示",
|
||||
"自动任务通过新建 Issue 启动后,如果对应的智能体任务失败,会同步标记为失败,不会一直卡在进行中",
|
||||
"从收件箱打开评论链接时,只会滚动 Issue 时间线,不会把桌面窗口内容顶出可见区域",
|
||||
|
||||
Reference in New Issue
Block a user