Releases: krafton-ai/KIRA
Releases · krafton-ai/KIRA
Add Windows compatibility
New Features
Windows Support
- KIRA is now available on Windows
- Install the
.exefile and start using your AI coworker on Windows machines
Changes
Platform Compatibility Enhancements
- Platform-specific utilities: Introduced utilities for file path resolution and process management across Windows and macOS
- Executable discovery: Added platform-specific logic for finding
uv,npm, and Claude CLI executables - PATH handling: Addressed platform differences in PATH variable resolution
Server Process Cleanup Improvements
- Windows: Reliably terminates orphaned Python processes by tracking PIDs and killing child processes
- Unix: Simplified process group management to avoid killing unrelated port 8000 processes
UTF-8 Encoding for Windows
- Sets
PYTHONIOENCODING=utf-8to ensure correct display of Korean characters in Python subprocesses
v0.1.47 - Release Notes
New Features
Model Selection Settings
- Added a new "Models" tab in the sidebar for AI model configuration
- Users can now select different models for three task tiers:
- Simple Tasks: Bot call detection, classification, etc.
- Moderate Tasks: Memory management, summarization, etc.
- Complex Tasks: Core task execution
- Available models: Sonnet and Opus (Haiku temporarily disabled)
Changes
Default Model Configuration
- All model settings now default to Sonnet
- Haiku option is disabled due to a Claude API issue (anthropics/claude-code#15015)
- Added warning notice in the Models settings view explaining the Haiku limitation
UI Improvements
- Model settings view with dedicated save button and status display
- i18n support for model settings (English and Korean)
- Improved link styling in warning notices
Technical Notes
- New environment variables: MODEL_FOR_SIMPLE, MODEL_FOR_MODERATE, MODEL_FOR_COMPLEX
- Existing users without these variables will automatically use Sonnet as default
- Vertex AI model name conversion is handled automatically when credentials are present

v0.1.46 - Release Notes
1. MCP Cache Extended to All MCP Servers
Extended mcp-cache to all MCP servers to resolve Claude Code's persistent context overflow issues.
Affected MCP servers:
- GitLab
- MS365 (Outlook)
- Atlassian (Confluence/Jira)
- Tableau
- Computer Use (Playwright)
npm install -g @hapus/mcp-cache
2. Slack Error Notifications in Debug Mode
When DEBUG_SLACK_MESSAGES_ENABLED=true, error messages are now sent to Slack when failures occur.
Notified errors:
- Context overflow errors
- Maximum buffer size errors
- General processing errors

v0.1.42 - Release Notes
🧹 Memory Cleanup
- Memory cleanup skill added: Use commands like "clean up memory" to organize memories systematically
- Duplicate file prevention: Prevents duplicate file creation for the same user/channel in users/ and channels/ folders
- Searches for existing files by email, user_id, or channel_id metadata before saving
- Improved auto-classification: Distinguishes between profile files and task records, storing them in appropriate folders
✅ Proactive Confirm Improvements
- Immediate rejection handling: When a suggestion is rejected, it's immediately updated to "rejected" status in the DB
- Duplicate suggestion prevention: When a new suggestion is made in the same channel/thread, previous pending confirms are
automatically cancelled - Optimized search range: Reduced pending confirm search range from 24 hours to 12 hours for more relevant results
v0.1.35 - Hello world 🎉
🚀 KIRA is finally out in the wild!
The AI coworker that's been quietly working inside KRAFTON is now ready to work on your desktop too.
🎁 What's in this release
We made "Install app = Hire AI coworker" a reality.
- Servers? Nope
- Cloud setup? None of that
- Terminal commands? You won't need them
Just install, enter your Slack tokens, and start talking.
⚠️ Still in beta
- Multiple AI agents collaborate on responses, so it can be a bit slow sometimes (they're working hard...)
- Optimized for Korean, but English works too
- Apple Silicon Mac only for now (Intel Mac coming soon)
📋 Requirements
macOS 10.15+,Node.js 18+- Claude Pro plan or higher
📖 Get Started
👥 Built by
- Kangwook Lee (kangwooklee@krafton.com)
- Hara (hara@krafton.com)
- Seungjin (seungjin@krafton.com)
- Batteryho (batteryho@krafton.com)
- Gyjung (gyjung@krafton.com)
- Swimjiy (swimjiy@krafton.com)
- Yun (yun@krafton.com)
- Gisang(gisang.lee@krafton.com)
- Myungseok (enzo@krafton.com)
Made with ❤️ by KRAFTON AI