Skip to content

Releases: mevarx/GoCode

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 17:48

Changelog

  • 19b4467 Improve TUI UX: interruptible turns and safer key handling
  • f2e1394 Merge pull request #1 from mevarx/hoplite/kolophon-4b044ad0
  • 21b843f Revise README for clarity and formatting improvements
  • a1e9dc4 chore: bump version to v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 12:28

Changelog

  • dc8b03d feat: add session persistence, MCP support, context injection, and TUI picker (v0.2.0)
  • 1fc5ae0 feat: add session persistence, MCP support, context injection, and TUI picker (v0.2.0)
  • 9563024 fix critical deadlock
  • d5f30cc fix goroutine leak for ollama route
  • 1d2064a fix select statement without a default clause
  • 52655b9 fix two dead code and fix ApprovalBridge call
  • bde9eb2 fix: change streamBuf from a value to pointer
  • 1d9a1b4 improve TUI

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:13

Changelog

  • fec70a9 Add Gemini, Groq, OpenRouter, Anthropic, Qwen, Kimi, and OpenAI providers
  • b5fa52a Add default APIKeyEnv OMNIROUTE_API_KEY for OmniRoute provider
  • 79a0735 Clean codebase: remove redundant comments and header noise
  • a46aefd Improve agent feedback when provider returns zero tokens or error
  • a5c1abe Initial commit
  • eee7cd7 Optimize README for SEO and AEO search engines
  • eacb2de Use 127.0.0.1 for default OmniRoute and Ollama loopback endpoints
  • d6ce58c added shell timeout
  • e2dc912 ci: use stable go, restructure shell timeout config to [tools.shell]
  • 9586d86 feat: add OmniRoute gateway provider, doctor command, and slash command switching
  • 1635d6a feat: initial commit for GoCode terminal agent and documentation
  • df24991 fix ci: split race test and coverage to avoid covdata error on Go 1.24
  • 44b0d42 fix(ci): update goreleaser config and action, add release cleanup step
  • ffffce8 fix(docs,mod): update repository URLs and module import paths to mevarx/GoCode
  • 6dee716 implement CI, reworked contextmanagemant, few improvements
  • 1bb790b implement TUI
  • d12e436 optimise readme for seo