> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# April 25, 2025

> 2분 읽기

export const AiPrompt = ({children}) => {
  return <CodeBlock className="relative block font-sans whitespace-pre-wrap break-words">
      <div className="pr-7">
        {children}
      </div>
    </CodeBlock>;
};

## 새로운 기능

* [모바일 앱 Agent 투어 및 독의 배포](#mobile-app-agent-tour-and-deployments-in-dock)
* [배포 시크릿과 워크스페이스 시크릿 동기화](#deployment-secrets-sync-with-workspace-secrets)
* [향상된 체크포인트 이벤트 UI](#enhanced-checkpoint-event-ui)
* [팀 초대 개선](#team-invitation-improvements)
* [팀을 위한 고급 개인정보 설정](#advanced-privacy-settings-for-teams)

## 플랫폼 업데이트

### 모바일 앱 Agent 투어 및 독의 배포

모바일 앱에 이제 새 빌더가 빠르게 시작할 수 있도록 안내하는 Agent 온보딩 투어가 포함되었습니다. 또한, 배포가 기본적으로 독에 표시되어 모바일 기기에서 바로 게시된 애플리케이션을 더 쉽게 관리할 수 있습니다.

### 배포 시크릿과 워크스페이스 시크릿 동기화

배포가 이제 워크스페이스 시크릿과 자동으로 동기화됩니다! 환경 변수가 동기 상태를 유지하므로 오류 발생 가능성이 있는 재배포를 줄일 수 있습니다. 필요한 경우 개별 값을 명시적으로 "동기 해제"하여 재정의할 수 있습니다.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-04-25/imagepng-150245.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=703b004f1df8e14564458b5b9cacf738" alt="배포 시크릿 동기화 인터페이스" width="1414" height="552" data-path="images/changelog/2025-04-25/imagepng-150245.png" />
</Frame>

### 향상된 체크포인트 이벤트 UI

체크포인트 이벤트 인터페이스가 개선된 디자인과 더 직관적인 컨트롤로 개편되었습니다. 또한, 스태프는 이제 세션 간 롤백에 접근할 수 있어 더욱 강력한 버전 관리가 가능합니다.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-04-25/imagepng-150254.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=027c711894e4a332a48faac73e185e92" alt="향상된 체크포인트 이벤트 UI" width="1314" height="1112" data-path="images/changelog/2025-04-25/imagepng-150254.png" />
</Frame>

## Teams 및 엔터프라이즈

### 팀 초대 개선

만료된 초대의 명확한 표시와 초대 재전송 기능으로 팀 초대 관리가 더 쉬워졌습니다. 초대가 만료되었거나 아직 보류 중인 경우 모두 클릭 한 번으로 빠르게 재전송할 수 있습니다.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-04-25/screenshot-2025-04-21-at-92801-pmpng-150300.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=d59c87f1b15d29e39ffa34317bb0351e" alt="팀 초대 관리 인터페이스" width="2107" height="1518" data-path="images/changelog/2025-04-25/screenshot-2025-04-21-at-92801-pmpng-150300.png" />
</Frame>

### 팀을 위한 고급 개인정보 설정

이제 엔터프라이즈 팀은 새로운 고급 개인정보 설정으로 조직의 데이터를 더 강력하게 제어할 수 있습니다. 멤버가 공개 앱을 만들거나 코드를 ZIP 파일로 내보내는 것을 방지하여 조직 내에서 지적 재산을 안전하게 보호할 수 있습니다.
