Changelog
All notable changes to ReasonKit are documented here.
[Unreleased]
Added
- HighReflect meta-cognition tool (Pro)
- RiskRadar risk assessment tool (Pro)
- Streaming output support
- Custom profile creation
Changed
- Improved BrutalHonesty severity levels
- Better error messages for provider failures
Fixed
- Timeout handling in parallel execution
- Cache invalidation on config change
[0.1.0] - 2025-01-15
Added
Core ThinkTools
- GigaThink - Multi-perspective exploration (5-25 perspectives)
- LaserLogic - Logical analysis and fallacy detection
- BedRock - First principles decomposition
- ProofGuard - Source verification and triangulation
- BrutalHonesty - Adversarial self-critique
- PowerCombo - All tools in sequence
Profiles
- Quick (~10s) - Fast sanity check
- Balanced (~20s) - Standard analysis
- Deep (~1min) - Thorough examination
- Paranoid (~2-3min) - Maximum scrutiny
Providers
- Anthropic Claude (Claude Opus 4 / Sonnet 4 / Haiku 3.5)
- OpenAI (GPT-4o, o1)
- Google Gemini (Gemini 2.0)
- Groq (fast inference)
- OpenRouter (300+ models)
- Ollama (local models)
Output Formats
- Pretty (terminal with colors)
- JSON (machine-readable)
- Markdown (documentation-friendly)
CLI
rk-core think- Full analysisrk-core gigathink- Single toolrk-core config- Configuration managementrk-core providers- Provider management
Configuration
- TOML config file support
- Environment variable overrides
- CLI flag overrides
- Custom profiles
Technical
- Async/await throughout
- Parallel tool execution option
- Structured error handling
- Comprehensive logging
Version History
| Version | Date | Highlights |
|---|---|---|
| 0.1.0 | 2025-01-15 | Initial release |
Upgrade Guide
From 0.0.x to 0.1.0
This is the first stable release. No migration needed.
Future Upgrades
We follow semantic versioning:
- Major (1.0.0) - Breaking changes
- Minor (0.2.0) - New features, backward compatible
- Patch (0.1.1) - Bug fixes
Roadmap
0.2.0 (Planned)
- AtomicBreak tool (Pro)
- DeciDomatic decision matrix (Pro)
- Webhook integrations
- VS Code extension
0.3.0 (Planned)
- Team collaboration features
- Analysis history and search
- Custom tool marketplace
- Mobile companion app
1.0.0 (Planned)
- Stable API guarantee
- Enterprise features
- Self-hosted option
- SOC 2 compliance
Contributing
See Contributing Guidelines for how to help.
Report bugs at GitHub Issues.