Skip to content

Tags: xavidop/voiceflow-cli

Tags

v1.28.1

Toggle v1.28.1's commit message
fix: force new session for new conversations

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: new session per request (#68)

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support for intent, events and buttons requests (#67)

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add --show-tester-messages flag to display tester agent output …

…in a2a tests (#64)

* Initial plan

* Add --show-tester-messages flag to display OpenAI tester agent messages

Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>

* Set default to true for --show-tester-messages flag

Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>

* Optimize string trimming to avoid redundant operations

Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>

* Apply --show-tester-messages flag to VoiceflowAgentTestRunner for consistency

Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>

* Remove short flag -t to avoid conflicts with CLI conventions

Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>

* Improve code comments for clarity

Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>

* Clarify optimization comment in agent-runner.go

Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>

* Set ShowTesterMessages to true when server mode starts

Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>

* docs: remove wrong version

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: xavidop <4416096+xavidop@users.noreply.github.com>
Co-authored-by: xavidop <xavi_tb@hotmail.com>

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump versions and fix when no respones are received from VF (#63)

* feat: bump versions and fix when no respones are received from VF

* fix linting issues

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(deps): bump github.com/gin-gonic/gin from 1.10.1 to 1.11.0 (#49)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.10.1...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.23.0

Toggle v1.23.0's commit message
feat(deps): bump github.com/muesli/mango-cobra from 1.2.0 to 1.3.0

Bumps [github.com/muesli/mango-cobra](https://github.com/muesli/mango-cobra) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/muesli/mango-cobra/releases)
- [Commits](muesli/mango-cobra@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/muesli/mango-cobra
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(deps): bump github.com/swaggo/gin-swagger from 1.6.0 to 1.6.1 (#42)

Bumps [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/swaggo/gin-swagger/releases)
- [Changelog](https://github.com/swaggo/gin-swagger/blob/master/.goreleaser.yml)
- [Commits](swaggo/gin-swagger@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/swaggo/gin-swagger
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #41 from xavidop/dependabot/go_modules/github.com/…

…spf13/cobra-1.10.1

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(deps): bump golang from 1.24-alpine to 1.25-alpine (#39)

Bumps golang from 1.24-alpine to 1.25-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com>