Safer Workspace Editing
[KO] 이번 릴리즈는 외부 AI와 함께 파일을 편집할 때 변경 손실을 막고, 워크스페이스 AI 컨텍스트와 붙여넣기 경험을 더 안전하게 다듬습니다.
[EN] This release protects edits made alongside external AI tools and improves workspace AI context and paste behavior.
New
Workspace AI context bootstrap
- [KO] 연결된 로컬 워크스페이스에
.agent가 없으면 KeyFlow가 기본 컨텍스트와 글쓰기 스킬을 준비합니다. 기존.agent와 사용자가 작성한 파일은 덮어쓰지 않습니다. - [EN] KeyFlow can initialize shared
.agentcontext and writing skills for connected local workspaces while preserving existing user-authored files.
Explicit desktop hashtags
- [KO] 에디터 하단에서 문서 해시태그를 확인하고 편집할 수 있으며, 명시적으로 입력한 태그가 문서 frontmatter에 유지됩니다.
- [EN] Document hashtags are visible and editable from the editor footer, with explicit tags persisted in frontmatter.
Improved
External file conflict protection
- [KO] 외부 AI나 다른 편집기가 파일을 바꾼 경우 오래된 자동저장이 새 내용을 덮어쓰지 않습니다. 로컬 초안과 디스크 내용을 모두 보존하고 사용자가 불러오기 또는 덮어쓰기를 선택할 수 있습니다.
- [EN] Stale autosaves no longer overwrite changes made by external AI tools or editors. KeyFlow preserves both versions and lets the user choose which content to keep.
Reliable plain-text paste
- [KO]
Cmd/Ctrl+Shift+V가 HTML 구조를 삽입하지 않고 줄바꿈, 빈 줄, 들여쓰기, 탭, Unicode 텍스트를 보존합니다.script와style같은 비가시 콘텐츠는 제외합니다. - [EN]
Cmd/Ctrl+Shift+Vnow preserves line breaks, blank lines, indentation, tabs, and Unicode without inserting HTML structure or hidden script/style content.
Verification
- [KO] 전체 단위 테스트, 시각 회귀 테스트, production frontend build, Rust format/check/test/clippy, macOS Tauri 패키징 검증을 수행합니다.
- [EN] Verified with the full unit suite, visual regression tests, production frontend build, Rust format/check/test/clippy, and local macOS Tauri packaging.