ライブ・チェンジ・ログ

リアルタイムで構築しているものを見る。 プラットフォーム間で出荷されるすべての機能、修正、改善.

17,933
総変更点
4,614
特徴:
4,543
フィックス
32
プロジェクト
プロジェクトによるフィルタ
すべてのプロジェクト17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
タイプ別フィルター
すべてのタイプBuild24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
March 11, 2026
Fixkamo-internal

Resolve horizontal overlap, follower blind spot, and timing bugs

- flyToHomeRow: compute per-follower actual dx extents to derive rightBuffer/leftBuffer independently, placing anchor correctly to prevent ring followers from...

kamo·6mo ago
Fixkamo-internal

ビューボックスの作物を介してSVGに保存されたサイズのスライダーズーム

Avatar Creatorの内部スケール変換は、SVG内のアバターボディをズーム キャンバス、しかし効果は小さい表示サイズ(例えばaで含んでいます)で浸透性です 140x140 アバターコンポーネント プレビューは冗長CSSを使っていました 変換: scale() は zoom を表示していますが、CSS は決してそ...

kamo·6mo ago
CIkamo-internal

トリガーパイプライン

kamo·6mo ago
Fixkamo-internal

アバタープレビューから冗長CSSスケール変換を削除します

Avatar Creatorのスケールオプションは、SVGグループとして既にスケール(N/100)を適用しています。 アバターボディを変形させます。 プレビューコンテナも適用されました CSS の変形: スケール(N/100)、効果(2.5 の × 2.5 = 6.25x の混合 250%). これは、プレビューは大幅...

kamo·6mo ago
Fixkamo-internal

MakeRoom およびポストドックの衝突の決断を実装して下さい

No-op の hexheads:makeRoom のリスナーを実際のハンドラで置き換えます 新しいツールウィンドウの DOM の rect の後に resolveCollisions を実行する 安定しています。 リスナーリークを修正(匿名で、クリーンアップしません)。 また、wrapperAroundDockの後に...

kamo·6mo ago
Fixkamo-internal

ノンサップの低下およびswaarmの後で衝突を解決して下さい

非スナップドロップで、ポジションを節約する前に、requireCollisionsを実行します。 右下隅にスタッキングを防止します。 Swarmの低下はまた resolveCollisions を実行し、正しく永続的な位置を持続させます.

kamo·6mo ago
Fixkamo-internal

FlyToHomeRowのグループウェアスロット幅

グループは現在、水平スロットをフォロワーに比例して保持 リング範囲(正しいフラットトップの軸式を使用して)、グループを防ぐ 隣接するアンカーのスペースを侵入するフォロワー。 また、 配置後の安全網として二重rAFの解決衝突は渡します.

kamo·6mo ago
Featurekamo-internal

解決を追加するCollisions useCallback

ヘッドツーヘッドとヘッドツーツールウィンドウの空間違反を検出 オフエンドヘッドを最も近い清潔な位置に動かして下さい スパイラルサーチ 読書を避けるために二重rAFによって呼ばれなければならない ミッドアニメーションモーションバリューポジション.

kamo·6mo ago
Featurekamo-internal

Add MIN GAP定数とスパイラル検索ヘルパー

5px の最小ギャップ invariant 定数とスパイラル検索を追加 最も近いコリジョンフリーピクセル位置を見つける機能 ヘッド・ツー・ヘッドおよびヘッド・ツー・ツール窓の整理を点検する六角頭.

kamo·6mo ago
Docskamo-internal

Hexhead の衝突の修正の実装計画を加えて下さい

5-task プラン カバー: SpiralSearch ヘルパー、requireCollisions useCallback、 グループウェア FlyToHomeRow、onUp 非スナップ/スワーム配線、makeRoom/ wrapAroundDock イベントハンドラの修正.

kamo·6mo ago
Fixkamo-internal

Z-index DOM のソートを削除し、クリックイベントがフォーカスを落とすのを防ぐ

ToolDock の zIndex でウィンドウをソートすると、DOM ノードがすべてのノードで再配置されました。 フォーカスイベント(マウスダウン) ブラウザは、そのターゲット要素がクリックイベントをドロップする マウスダウンとマウスアップの間を移動し、2つ目のクリックでボタンをアクティブにします。 CSS z-in...

kamo·6mo ago
Docskamo-internal

Add hexhead collision fixes design spec

Spec covers three hexhead UX bugs: horizontal bottom-row vertex overlap, bottom-right stacking when dropping without snap, and hexheads ending up behind tool wi...

kamo·6mo ago
Fixkamo-internal

Bake background color/gradient into saved Avatar Creator avatar SVG

Avatar Creator generates transparent-background SVGs by default. The background was only applied as a CSS wrapper on the preview container, so the stored MinIO ...

kamo·6mo ago
Fixkamo-internal

Dispatch member-panel-toggle via useEffect to avoid stale Framer Motion closure

onAnimationStart/Complete hold the last rendered props, so the exit animation always saw isOpen=true and windows never relayed to the right on close. Using a us...

kamo·6mo ago
Fixkamo-internal

Correct member-panel-toggle event property so tool windows respect panel offset

The event was dispatching `{ isOpen }` but ToolWindowsContext read `detail.open`, causing memberPanelOpenRef to always be falsy and the 500px panel offset to ne...

kamo·6mo ago
Fixkamo-internal

Eliminate hexhead spawn overlap by computing unique column positions

Each head now initialises its MotionValue at its own home-row column X and below the viewport (h + SIZE), then springs up to its final slot. Previously all head...

kamo·6mo ago
Fixkamo-internal

Use inline style for icon colors to prevent CSS specificity override

sx-generated color classes were being overridden by Tab card context styles. Switching color to inline style prop ensures icons always render with the correct c...

kamo·6mo ago
Fixkamo-internal

Prevent overflow:hidden on tab card from clipping status widget

Move overflow:hidden from the Card to the Tabs wrapper Box so scrollable tabs are contained but the right-aligned status/substatus widget remains fully visible.

kamo·6mo ago
Fixkamo-internal

Correct hexhead geometry, z-index layering, and viewport clamping

- Fix axialToPixel to use flat-top hex formula (was pointy-top) so honeycomb aligns flat-edge to flat-edge as the hex SVG shape requires - Fix generateRing to...

kamo·6mo ago
Featurekamo-internal

Add status/substatus widget to lead view tab bar

- Extract LEAD_STATUS_TYPES, getStatusIcon, getSubStatusIcon to shared app/lib/leadStatuses.tsx utility; update LeadManager to import from it - Add inline sta...

kamo·6mo ago
CIkamo-internal

Trigger pipeline

kamo·6mo ago
Featurekamo-internal

Rewrite HexHead system with framer-motion physics

Replace the broken 1800-line HexHeadGroup with a clean physics-based implementation using framer-motion springs and motion values. Key changes: - Remove wiggle...

kamo·6mo ago
Fixkamo-internal

Use Next.js client-side navigation for all MUI Link components

MUI Link without component={NextLink} renders as a plain <a> tag, causing full page reloads that reset all React state including tool windows. Added component={...

kamo·6mo ago
Fixkamo-internal

Replace window.location hard navigations with router.push/refresh

All window.location.href, window.location.assign(), and window.location.reload() calls in page components caused full page reloads, wiping all React state inclu...

kamo·6mo ago
Featurekamo-internal

Flat-top honeycomb layout, 5px gaps, cluster-aware groups, tool window relayout

HexHeadGroup: - Switch to flat-top hex geometry (HEX_INRADIUS/HEX_STEP) — hexes now share flat top/bottom edges with adjacent group members, giving a proper h...

kamo·6mo ago
Fixkamo-internal

Move ToolDock above auth gate to prevent tool window wipe on navigation

PresenceWrapper switches its component tree structure when auth resolves (Fragment > children → ChatWebSocketProvider > PresenceProvider > children). This unmou...

kamo·6mo ago
Fixkamo-internal

ツールバーを適用し、埋め込みチャットモードへの変更を検索

ChatBox は、常にチャットツールを介して埋め込まれたモードでレンダリングされます。 移動する 検索フィールドとスクロールツーボトムボタンでツールバーを呼び出します 埋め込まれたセクションに、ツールウィンドウで変更が表示されるようにします.

kamo·6mo ago
Featurekamo-internal

コールコントロール、ライブ検索、スマートオートスクロールでチャットツールバーを追加

ヘッダからコールボタンを移動して、専用のツールバー行に50%軽量 背景。 マッチと自動スクロールを強調するライブ検索フィールドを追加します。 最近の結果へ。 検索をクリアするスクロールツーボトムボタンを追加します。 ユーザーのスクロールアップ時に次の停止を止めるスマートオートスクロールを実行 下にスクロールすると再開し...

kamo·6mo ago
Featurekamo-internal

Softphone dial pad shorter, chat call controls, hexhead avatars, calc light theme

- Reduce softphone dialpad button padding from 12px to 9px (6px shorter) - Add call controls toolbar (audio, video, screen share) to ChatBox in embedded mode ...

kamo·6mo ago
Fixkamo-internal

Data-chatbox-rootからdata-tool-windowにHexHeadGroupセレクターを更新

ツールウィンドウシステムは、ToolWindowShell上のデータツールウィンドウを使用しますが、 HexHeadGroup はまだフットプリントの検出のためのデータチャットボックスのルートを照会しました。 これは、ハニカムを破壊し、任意のオープンツールの窓を見るために六角頭を引き起こしました 整列、ラップアラウンド...

kamo·6mo ago
Featurekamo-internal

ツールウィンドウの寸法を統一し、UIを改良

- すべてのツールは現在、均一320x650サイズ(ソフトフォン25%高身長、他のマッチ)を共有しています - プログラマーを取除き、計算モードを UI からグラフ化(必須) - チャット六角頭は、アイコンの変形ではなく、ユーザー写真でアバターの variant を使用します - ツールウィンドウの下部のコーナーは今の...

kamo·6mo ago
Featurekamo-internal

ScientificMode 計算機コンポーネントを追加

ライブ結果のプレビューとエクスプレスベースの科学計算機。 トリグ(sin/cos/tan + inverses)、log/ln、力(x2、x3、x^y、 例, 10x), 根 (√, ∛), 因子 (n!), 定数 (π, e, φ), 括弧、DEG/RADトグル、M+/M-/MR/MCメモリ。 キーボード入力 数字、...

kamo·6mo ago

配送を見るのが好きですか?

これらのアップデートは、自動的にワークスペースに埋め込まれます。 週1回無料スタートし、週1回生育する.

永遠に無料で始める料金を見る