Skip to content

Releases: rudra496/termmind

v2.0.0

06 Jun 05:31

Choose a tag to compare

Version 2.0.0

What's Changed

  • build(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #2
  • build(deps): bump codecov/codecov-action from 4 to 6 by @dependabot[bot] in #3
  • build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #4

New Contributors

Full Changelog: v0.6.0...v2.0.0

v0.6.0 β€” Inline Doc Preview

26 Mar 23:27

Choose a tag to compare

What's New

πŸ“– Inline Doc Preview

  • /docs command to show function signatures and docstrings
  • Multi-language support: Python, JS, TS, Go, Rust, Java
  • Show parameters, return types, file locations
  • List all documented functions in a file

v0.5.0 β€” Session Recorder, Voice Mode, ELI5, Cost Optimizer

26 Mar 22:57

Choose a tag to compare

What's New

πŸ”΄ Session Recorder

  • Record entire coding sessions with timestamps
  • Replay step by step, export as HTML timeline
  • Speed control (1x, 2x, etc.)

πŸ”Š Voice Mode

  • Text-to-speech for AI responses (pyttsx3)
  • Configurable speed and language
  • Graceful fallback if TTS not installed

πŸ§’ ELI5 Mode

  • Explain Like I'm 5 for any topic
  • Toggle per-session simplified responses
  • Fun, patient, analogy-based explanations

πŸ’° Cost Optimizer

  • Per-request and session cost tracking
  • Budget warnings, provider cost comparison
  • Context optimization suggestions
  • Historical cost analysis

v0.4.0 β€” Snippet Manager, Project Templates, Refactoring Engine

26 Mar 22:50

Choose a tag to compare

What's New

πŸ“‹ Snippet Manager

  • Save/load/search code snippets with template variables
  • Auto-suggest relevant snippets based on context
  • Import/export snippets as JSON

πŸ—οΈ Project Templates

  • 8 built-in templates: Python package, FastAPI, Flask, CLI tool, React, Next.js, Express, Django
  • Custom template support
  • One-command project scaffolding

πŸ”§ Refactoring Engine

  • 8 AI-powered refactoring operations
  • Extract functions/classes, rename, inline, simplify, sort imports, add types
  • Diff preview with confirmation

πŸ“š Governance

  • CODE_OF_CONDUCT.md, SECURITY.md

Full Changelog: v0.3.0...v0.4.0

v0.3.0 β€” Smart Diff Engine + Code Memory + Shell Integration

26 Mar 22:43

Choose a tag to compare

What's New in v0.3.0

πŸ”₯ New Features

  • Smart Diff Preview System β€” Beautiful colored diffs with hunk-by-hunk confirmation
  • Code Context Memory β€” Persistent code index across sessions (supports 9 languages)
  • Shell Integration β€” Bash/Zsh/Fish completions, terminal capability detection

🐳 Docker Support

  • Multi-stage Dockerfile for minimal runtime image
  • Docker Compose for development with optional Ollama service

πŸ“š Documentation

  • CONTRIBUTING.md with dev setup, plugin development, PR template
  • GitHub issue templates (bug reports, feature requests)

🎨 Upgraded README

  • Docker quick start guide
  • Shell completion installation
  • Architecture diagram
  • Performance benchmarks

Full Changelog: v0.2.0...v0.3.0