Skip to content

v1.1.0 - 10 New Skills + Advanced Debugger

Choose a tag to compare

@jaypaun007 jaypaun007 released this 02 Jun 10:01

🚀 What's New in v1.1.0

🛠️ 10 New Language Skills

C/C++, C#/.NET, PHP, Kotlin, Dart/Flutter, R, Julia, Lua, Scala, Elixir — now supporting 17 languages total.

🐛 Advanced Debugger

New runit/debugger.py module with multi-strategy error analysis: classification, language detection, module extraction, syntax analysis, config checks, and code patch suggestions.

🩹 Code Fix Suggestions

Detects port conflicts, missing modules, permission issues — suggests specific fixes.

🐳 Docker Improvements

  • Foreground mode (was detached)
  • Auto-removal with --rm
  • Port auto-detection from Dockerfile and docker-compose.yml

💬 User Instructions

Optionally tell Runit how to run your project with setup hints.

🔐 Better Key Handling

Upfront prompting for required env vars when a repo needs API keys.

🧪 65 Tests

Test suite covering config, executor, error handler, debugger, skills, and web tools.

📖 New README

SVG banner, cleaner layout, how-to guides, contributing section, architecture diagram.


Full diff: v1.0.0...v1.1.0