Releases: agynio/chat-app
Releases · agynio/chat-app
v0.4.4
What's Changed
- feat(chats): add user menu header by @casey-brooks in #67
- Handle OIDC auth errors by @casey-brooks in #69
- feat(chat): add message trace link by @casey-brooks in #71
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- fix(auth): support oidc logout by @casey-brooks in #65
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- test(e2e): add chat status switch by @casey-brooks in #63
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Fix realtime chat updates via Notifications stream by @casey-brooks in #61
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat(chats): update status and summary by @casey-brooks in #59
- feat: inline media display by @casey-brooks in #57
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- test(e2e): assert agent names by @casey-brooks in #51
- ci: add workflow dispatch trigger by @casey-brooks in #53
- fix(files): use grpc-web uploads by @casey-brooks in #55
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Features
- feat(orgs): add org switching (#47)
- feat(chats): add org-aware agents (#40)
- feat: align conversations UI (#35)
- feat(ci): add argos visual testing (#33)
- feat(e2e): add oidc login flow (#19)
Fixes
- fix(chat): prevent solo chats (#45)
- fix: resolve participant identities (#44)
- fix(e2e): remove mocks for real APIs (#38)
- Fix e2e file sync checks (#37)
- fix(ci): use main bootstrap ref (#25)
- fix(api): switch gateway to /api (#23)
Tests
- test(e2e): add agent chat coverage (#42)
- test(e2e): add mockauth sign-in flow (#29)
- test(e2e): add chat coverage (#27)
Other
- Create CODEOWNERS
Full Changelog: v0.1.6...v0.2.0