Skip to content

Releases: krafton-ai/KIRA

Add Windows compatibility

12 Jan 06:06
d12e7dd

Choose a tag to compare

New Features

Windows Support

  • KIRA is now available on Windows
  • Install the .exe file 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-8 to ensure correct display of Korean characters in Python subprocesses

v0.1.47 - Release Notes

22 Dec 01:41
2b1d80f

Choose a tag to compare

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
스크린샷 2025-12-22 오전 10 31 49

v0.1.46 - Release Notes

19 Dec 07:41

Choose a tag to compare

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)

⚠️ Breaking Change: mcp-cache is now a required dependency.
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
스크린샷 2025-12-22 오전 10 32 45

v0.1.42 - Release Notes

16 Dec 11:36
a999e11

Choose a tag to compare

🧹 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 🎉

12 Dec 09:14
f56ffd6

Choose a tag to compare

🚀 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


📖 Get Started

👉 Getting Started Guide


👥 Built by


Made with ❤️ by KRAFTON AI