Releases: alvinunreal/tmuxai
Releases · alvinunreal/tmuxai
v2.1.2
What's Changed
- Bump google.golang.org/genai from 1.46.0 to 1.50.0 by @dependabot[bot] in #169
- feat: add github-copilot provider via official copilot-sdk/go by @garethknowles in #167
- Bump golang.org/x/term from 0.40.0 to 0.41.0 by @dependabot[bot] in #168
- fix(config): expand env vars in model map values (#170) by @alvinreal in #171
- add explicit tmux pane selection flags by @alvinunreal in #172
New Contributors
- @garethknowles made their first contribution in #167
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Bump google.golang.org/genai from 1.40.0 to 1.41.0 by @dependabot[bot] in #133
- Bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #132
- Bump golang.org/x/term from 0.38.0 to 0.39.0 by @dependabot[bot] in #131
- Bump google.golang.org/genai from 1.41.0 to 1.42.0 by @dependabot[bot] in #135
- Fix GitHub Copilot support by adding required headers by @sanchirico in #144
- Bump github.com/nyaosorg/go-readline-ny from 1.13.0 to 1.14.1 by @dependabot[bot] in #146
- Bump google.golang.org/genai from 1.42.0 to 1.44.0 by @dependabot[bot] in #145
- Bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in #147
- Bump google.golang.org/genai from 1.44.0 to 1.46.0 by @dependabot[bot] in #149
- Bump golang.org/x/term from 0.39.0 to 0.40.0 by @dependabot[bot] in #148
- Add MoltFounders banner to README by @mfold111 in #151
- Update MoltFounders project link to new job posting by @alvinreal in #158
- fix(tmux): validate exec split args and surface pane creation errors by @alvinreal in #164
New Contributors
- @sanchirico made their first contribution in #144
- @mfold111 made their first contribution in #151
- @alvinreal made their first contribution in #158
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Changelog
- 47a8d3b Bump actions/checkout from 5 to 6 (#111)
- 6ebdbe8 Bump github.com/nyaosorg/go-readline-ny from 1.12.2 to 1.12.3 (#105)
- aadd109 Bump github.com/nyaosorg/go-readline-ny from 1.12.3 to 1.13.0 (#115)
- caff9b7 Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#121)
- 8c3a93b Bump golang.org/x/sys from 0.37.0 to 0.38.0 (#106)
- 5c6d7af Bump golang.org/x/sys from 0.38.0 to 0.39.0 (#120)
- 9832aa5 Bump golang.org/x/term from 0.36.0 to 0.37.0 (#109)
- 5e2f3c7 Bump golang.org/x/term from 0.37.0 to 0.38.0 (#119)
- 1595e8d Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#107)
- 01f7045 Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#112)
- 6353cc2 Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#118)
- 7237d92 Edit prompt in $EDITOR
- 56aab98 Feature/sanitize prepare - issue #100 (#103)
- cfb55e0 Fix linting
- 035d291 Fix squashing
- 9311af4 Merge branch 'ticket/add-a-cli-flag-to-avoid-confirmations'
- 33013b1 Migrate project
- c245602 Update ignores
- 27ea9b7 feat(cli): add --yolo flag to skip all confirmation prompts
- 0f5c2bc feat(cli): add --yolo flag to skip all confirmation prompts (#127)
- 7655035 feat(providers): add Gemini API provider using go-genai SDK (#128)
- f832f8a fix(squash): simplify history squashing and fix token counting (#126)
- 9131e7a test(config): add tests for yolo mode confirmation behavior
v2.0.2
Changelog
- 45ad8ef Fix critical command chaining security vulnerability (#99)
- 6a4f64c Bump github.com/nyaosorg/go-readline-ny from 1.10.0 to 1.11.0 (#95)
- 50c51ee Bump github.com/nyaosorg/go-readline-ny from 1.11.0 to 1.12.2 (#98)
- 64482bb Update example
- ca91e3c feat(confirm): add command risk scoring to confirm prompts (closes issue #96) (#97)
v2.0.1
Changelog
- 4e89b0d Add GitHub Copilot configuration example to README (#94)
- 924c39c Don't need md for kb
- 751413a Removing windows builds
- 8a0efab Update README by removing unnecessary sections
- 726b213 Update README.md
- 36a1499 Update README.md
- 26f1382 Update config
- 6630c38 Update message
- e85da64 feat: Handle ESC key as 'No' in confirm prompts (#93)
v2.0.0
v1.1.3
v1.1.2
Changelog
- 8159afc Add Claude Code GitHub Workflow (#64)
- ee67cf7 Bump actions/checkout from 4 to 5 (#72)
- 9cf7a18 Bump actions/setup-go from 5 to 6 (#71)
- 6fd8689 Bump actions/stale from 9 to 10 (#70)
- bf3911e Bump github.com/spf13/cobra from 1.8.0 to 1.10.1 (#61)
- 06f037f Bump github.com/spf13/viper from 1.18.2 to 1.21.0 (#69)
- 0639e82 Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#62)
- 50bbc1a Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 (#57)
- 6dd5690 Increase default context size from 20k to 100k tokens (#65)
- b39f97b feat: Use external editor for command editing instead of inline editor (#77)
v1.1.1
Changelog
- 1a83282 Add Azure OpenAI support (#45)
- 8758298 Add tests for process_message (#55)
- 19f0cf5 Bump actions/checkout from 4 to 5 (#52)
- 4e491a6 Bump github.com/nyaosorg/go-readline-ny from 1.9.0 to 1.9.1 (#41)
- a293212 Simplify tests
- ed6177b Update README.md
- 37ff035 Update README.md
- 78421f8 feat: allow specifying shell in /prepare command (#53)