Skip to content

Releases: izzoa/polycode

v1.24.0

13 Apr 20:01

Choose a tag to compare

Changelog

  • 7398869 Redesign /share to copy all provider responses as labeled markdown

v1.23.3

03 Apr 17:32

Choose a tag to compare

Changelog

  • 9618f55 Fix consensus citation compliance with primacy-recency prompting

v1.23.2

02 Apr 09:37

Choose a tag to compare

Changelog

  • 4f82f99 Fix Gemini thought_signature round-tripping for tool calls

v1.23.1

30 Mar 11:53

Choose a tag to compare

Changelog

  • fea70fd Add openspec/ to .gitignore and remove tracked files
  • a79a8d0 Refactor god files, fix Gemini tool schema, word wrap, and disabled provider display
  • 91e3250 Remove junk files (: and .review-grep-VSVHon/)
  • 17d0708 polycode checkpoint: Execute command: find . -name '.go' -not -name '_test.go' | xargs wc -l 2>/dev/null | sort -rn | head -20
  • ee92d51 polycode checkpoint: Execute command: find . -name '*.go' | xargs wc -l 2>/dev/null | tail -1
  • 986389c polycode checkpoint: Execute command: find . -name '*_test.go' | wc -l
  • 94b2fae polycode checkpoint: Execute command: go test -race ./... -count=1 2>&1 | tail -30 in directory: .
  • 0cf1e67 polycode checkpoint: Execute command: go test ./... -count=1 2>&1 | tail -40 in directory: .
  • dc323d7 polycode checkpoint: Execute command: grep '^func ' cmd/polycode/app.go
  • 13f6fca polycode checkpoint: Execute command: grep -c 'func ' cmd/polycode/app.go
  • d2377c2 polycode checkpoint: Execute command: grep -c 'func ' internal/tui/update.go
  • c12539d polycode checkpoint: Execute command: wc -l internal/tui/*.go | sort -rn | head -15

v1.23.0

30 Mar 11:48

Choose a tag to compare

Changelog

  • fea70fd Add openspec/ to .gitignore and remove tracked files
  • a79a8d0 Refactor god files, fix Gemini tool schema, word wrap, and disabled provider display
  • 91e3250 Remove junk files (: and .review-grep-VSVHon/)
  • 17d0708 polycode checkpoint: Execute command: find . -name '.go' -not -name '_test.go' | xargs wc -l 2>/dev/null | sort -rn | head -20
  • ee92d51 polycode checkpoint: Execute command: find . -name '*.go' | xargs wc -l 2>/dev/null | tail -1
  • 986389c polycode checkpoint: Execute command: find . -name '*_test.go' | wc -l
  • 94b2fae polycode checkpoint: Execute command: go test -race ./... -count=1 2>&1 | tail -30 in directory: .
  • 0cf1e67 polycode checkpoint: Execute command: go test ./... -count=1 2>&1 | tail -40 in directory: .
  • dc323d7 polycode checkpoint: Execute command: grep '^func ' cmd/polycode/app.go
  • 13f6fca polycode checkpoint: Execute command: grep -c 'func ' cmd/polycode/app.go
  • d2377c2 polycode checkpoint: Execute command: grep -c 'func ' internal/tui/update.go
  • c12539d polycode checkpoint: Execute command: wc -l internal/tui/*.go | sort -rn | head -15

v1.22.0

30 Mar 05:47

Choose a tag to compare

Changelog

  • 8cbb341 Add .maestri/ to .gitignore and remove from tracking
  • 0071d04 Fix 13 critical/high/medium bugs from comprehensive code analysis
  • 6e9f472 Remove CONSENSUS.md
  • d5623ee Remove POLISH*.md files
  • 4b38949 v1.22.0: AES-256-GCM credential encryption, consensus citations, race condition fix

v1.21.0

29 Mar 16:49

Choose a tag to compare

Changelog

  • 6c8ec0a polycode checkpoint: Execute command: test -f BUGS.md && echo "exists" || echo "not found"
  • 7946980 v1.21.0: Major UX polish — themes, split pane, provider cancel, context fix

v1.20.4

28 Mar 11:05

Choose a tag to compare

Changelog

  • 79dae40 Fix chat viewport scrolling, shortcut interception, and dashboard focus

v1.20.3

28 Mar 10:18

Choose a tag to compare

Changelog

  • c2090bb Fix session resume to restore all provider panels, fix dashboard focus

v1.20.2

28 Mar 10:03

Choose a tag to compare

Changelog

  • a751b61 Fix MCP dashboard slash commands and settings focus indicators