Skip to content

Releases: Mage212/supercoder

v0.2.6

21 Jan 11:58

Choose a tag to compare

Release v0.2.6: GLM-4 support

v0.2.5

07 Jan 19:55

Choose a tag to compare

Fix local model support and Qwen parser

0.2.4

20 Dec 12:25

Choose a tag to compare

Release v0.2.4: Atomic writes, Checkpoints, and double-ESC interruption

0.2.3

20 Dec 09:17

Choose a tag to compare

implement Ask mode with /ask and /code commands

  • Add agent_modes.py with AgentMode enum (CODE/ASK)
  • Add mode-aware tool filtering for ask mode
  • Add /ask and /code REPL commands
  • Fix tool calling prompts (fileName, filepath)
  • Enhance CODE mode prompt with explicit tool instructions"

v0.2.2

19 Dec 13:52

Choose a tag to compare

  • Enhanced chat interface with styled user/assistant messages
  • EOF-based input handling for interactive commands to prevent hangs
  • Custom HTTP headers with tool name and repository link
  • New tool_calling_type config parameter for model-specific tool calling
  • Updated README with version badges and What's New section

v0.2.1

18 Dec 11:40

Choose a tag to compare

Add Session Persistence logic

v0.2.0 - Python Migration Release

18 Dec 10:31

Choose a tag to compare

Pre-release

v0.2.0 - Python Migration Release
First stable Python version after migration from Scala.
Full feature parity with enhanced LLM support.