mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-16 19:29:26 +02:00
docs: add June 2 changelog entry (#3656)
* docs: add June 2 changelog entry Co-authored-by: multica-agent <github@multica.ai> * docs: simplify June changelog feature copy 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,35 @@ export function createEnDict(allowSignup: boolean): LandingDict {
|
||||
fixes: "Bug Fixes",
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.14",
|
||||
date: "2026-06-02",
|
||||
title: "Japanese Support and /skill Command",
|
||||
changes: [],
|
||||
features: [
|
||||
"Multica now supports Japanese across the app, site, and docs",
|
||||
"Chat now supports a /skill command for choosing an agent Skill",
|
||||
"Workspaces can now show a custom logo",
|
||||
"Teams can add Skills to an agent without replacing existing Skills",
|
||||
"OpenCode agents now support thinking variants",
|
||||
],
|
||||
improvements: [
|
||||
"Existing users who skipped the onboarding source question can now answer it later without restarting onboarding",
|
||||
"Retired agents now appear as Archived everywhere instead of looking offline or still active",
|
||||
"Chat history and Issue execution rows have cleaner hover actions with less truncation and overlap",
|
||||
"Project Issue filters now apply the agents-working filter consistently across list, board, and timeline views",
|
||||
],
|
||||
fixes: [
|
||||
"Users without access can no longer trigger private squad leaders through indirect Issue or comment paths",
|
||||
"Project progress counters and reopened agent work now refresh more reliably",
|
||||
"Desktop and web recover better from blank workspace states, no-access pages, renderer errors, and renderer crashes",
|
||||
"Images and file cards keep rendering when names contain Markdown characters",
|
||||
"Chat, labels, and invitations refresh correctly after a realtime reconnect",
|
||||
"Run-only autopilot tasks, quick-create tasks, and their retries can be cancelled from the activity view",
|
||||
"Skill descriptions with multi-line frontmatter now import and display correctly",
|
||||
"Windows Copilot runs preserve multiline prompts and clean up shell-style custom arguments",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.13",
|
||||
date: "2026-06-01",
|
||||
|
||||
@@ -268,6 +268,35 @@ export function createJaDict(allowSignup: boolean): LandingDict {
|
||||
fixes: "バグ修正",
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.14",
|
||||
date: "2026-06-02",
|
||||
title: "日本語対応と /skill command",
|
||||
changes: [],
|
||||
features: [
|
||||
"Multica がアプリ、サイト、ドキュメントで日本語に対応しました。",
|
||||
"チャットで /skill command からエージェントのスキルを選べます。",
|
||||
"ワークスペースに独自のロゴを表示できます。",
|
||||
"既存のスキルを残したまま、エージェントにスキルを追加できます。",
|
||||
"OpenCode エージェントで思考の強さを選べます。",
|
||||
],
|
||||
improvements: [
|
||||
"以前のオンボーディングで利用開始のきっかけを未回答だったユーザーも、あとから短い案内で回答できます。",
|
||||
"退役したエージェントは、オフラインや作業中に見えるのではなく、各画面でアーカイブ済みとして表示されます。",
|
||||
"チャット履歴とイシューの実行履歴で、ホバー時の操作が見やすくなり、文字の省略や重なりが減りました。",
|
||||
"プロジェクト内のイシューでは、エージェント作業中フィルターがリスト、ボード、タイムラインで一貫して効きます。",
|
||||
],
|
||||
fixes: [
|
||||
"権限のないユーザーが、間接的なイシュー操作やコメントからプライベートなスクワッドリーダーを起動できないようにしました。",
|
||||
"プロジェクトの進捗カウントと、再開されたエージェント作業の状態がより確実に更新されます。",
|
||||
"デスクトップと Web で、空のワークスペース状態、アクセス不可ページ、画面エラー、クラッシュから復帰しやすくなりました。",
|
||||
"画像やファイルカードの名前に Markdown 文字が含まれていても、正しく表示されます。",
|
||||
"リアルタイム接続の再接続後に、チャット、ラベル、招待が正しく更新されます。",
|
||||
"実行のみのオートパイロットタスク、クイック作成タスク、その再試行をアクティビティ画面からキャンセルできます。",
|
||||
"複数行のスキル説明が、インポート後も正しく表示されます。",
|
||||
"Windows の Copilot 実行で複数行プロンプトが保たれ、引用符付きのカスタム引数も扱いやすくなりました。",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.12",
|
||||
date: "2026-05-29",
|
||||
|
||||
@@ -267,6 +267,35 @@ export function createKoDict(allowSignup: boolean): LandingDict {
|
||||
fixes: "버그 수정",
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.14",
|
||||
date: "2026-06-02",
|
||||
title: "일본어 지원과 /skill command",
|
||||
changes: [],
|
||||
features: [
|
||||
"Multica가 앱, 사이트, 문서에서 일본어를 지원합니다.",
|
||||
"채팅에서 /skill command로 에이전트의 스킬을 선택할 수 있습니다.",
|
||||
"워크스페이스에 사용자 지정 로고를 표시할 수 있습니다.",
|
||||
"기존 스킬을 유지한 채 에이전트에 스킬을 추가할 수 있습니다.",
|
||||
"OpenCode 에이전트에서 thinking variant를 선택할 수 있습니다.",
|
||||
],
|
||||
improvements: [
|
||||
"초기 온보딩에서 유입 경로 질문을 건너뛴 사용자도 나중에 짧은 안내로 답할 수 있습니다.",
|
||||
"사용 중지된 에이전트는 오프라인이나 작업 중처럼 보이지 않고, 모든 화면에서 Archived로 표시됩니다.",
|
||||
"채팅 기록과 이슈 실행 기록의 hover 작업이 더 깔끔해져 텍스트 잘림과 겹침이 줄었습니다.",
|
||||
"프로젝트 이슈의 agents-working 필터가 목록, 보드, 타임라인에서 일관되게 적용됩니다.",
|
||||
],
|
||||
fixes: [
|
||||
"권한이 없는 사용자가 간접적인 이슈나 댓글 경로로 private 스쿼드 리더를 실행할 수 없게 했습니다.",
|
||||
"프로젝트 진행률 집계와 다시 시작된 에이전트 작업 상태가 더 안정적으로 새로고침됩니다.",
|
||||
"데스크톱과 웹에서 빈 워크스페이스 상태, 접근 불가 페이지, 화면 오류, 충돌 이후 더 잘 복구됩니다.",
|
||||
"이미지와 파일 카드 이름에 Markdown 문자가 있어도 올바르게 표시됩니다.",
|
||||
"실시간 연결이 다시 이어진 뒤 채팅, 라벨, 초대 데이터가 올바르게 새로고침됩니다.",
|
||||
"run-only 오토파일럿 작업, quick-create 작업, 그리고 재시도 작업을 Activity 화면에서 취소할 수 있습니다.",
|
||||
"여러 줄 스킬 설명이 가져오기 이후에도 올바르게 표시됩니다.",
|
||||
"Windows Copilot 실행에서 여러 줄 프롬프트가 유지되고, 따옴표가 있는 사용자 지정 인수도 더 잘 처리됩니다.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.13",
|
||||
date: "2026-06-01",
|
||||
|
||||
@@ -292,6 +292,35 @@ export function createZhDict(allowSignup: boolean): LandingDict {
|
||||
fixes: "问题修复",
|
||||
},
|
||||
entries: [
|
||||
{
|
||||
version: "0.3.14",
|
||||
date: "2026-06-02",
|
||||
title: "日语支持和 /skill command",
|
||||
changes: [],
|
||||
features: [
|
||||
"Multica 现在支持日语界面、官网和文档",
|
||||
"聊天现在支持 /skill command,用来选择智能体技能",
|
||||
"工作区现在可以显示自定义 Logo",
|
||||
"可以给智能体追加技能,不会覆盖已有技能",
|
||||
"OpenCode 智能体现在支持思考强度 variant",
|
||||
],
|
||||
improvements: [
|
||||
"早期用户如果没有填写入门来源问题,现在可以在之后补充,不需要重新走完整入门流程",
|
||||
"已停用的智能体现在会在各处显示为已归档,不再看起来像离线或仍在工作",
|
||||
"聊天历史和 Issue 执行记录的悬浮操作更清晰,减少文字截断和按钮重叠",
|
||||
"项目里的 Issue 筛选现在会在列表、看板和时间线视图中一致应用智能体工作中筛选",
|
||||
],
|
||||
fixes: [
|
||||
"无权限用户不能再通过间接的 Issue 或评论路径触发私有小队负责人",
|
||||
"项目进度统计和重新进入工作的智能体状态刷新更可靠",
|
||||
"桌面端和网页端在空白工作区、无访问权限页面、渲染错误和崩溃后恢复更稳定",
|
||||
"图片和文件卡片的名称包含 Markdown 字符时也能正常显示",
|
||||
"实时连接重连后,聊天、标签和邀请数据会正确刷新",
|
||||
"仅运行自动任务、快速创建任务及其重试任务现在可以从活动视图取消",
|
||||
"多行技能描述现在可以正确导入和展示",
|
||||
"Windows 上的 Copilot 运行会保留多行提示词,并正确处理带引号的自定义参数",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.13",
|
||||
date: "2026-06-01",
|
||||
|
||||
Reference in New Issue
Block a user