Change Logs
v2.0.0
2025-06-23OTHERLTMへのリクエストにbasic authをかけるようになった
v1.3.7
2025-01-15FEATURE茶の間Cotomoのメタデータを表示するようにした
v1.3.6
2024-12-16UPDATEユーザー側の発言が、発言ごとにテキストモードのでの入力なのか、音声なのかを判別できるように
v1.3.5
2024-12-02UPDATE同一の reply_id でも、think_type によって llm_args が二種類あるため、think_type も条件に入れるようにしました
v1.3.4
2024-11-28FIXAdjust session data query, fetch data within 5 minutes before and 7 days after the session starts
FIXFix prompt message copy confirmation message
v1.3.3
2024-11-20UPDATEFetch session data on session info page, only in debug for now
UPDATEAdd user id in user's conversation bubble
UPDATEClicking on user icon in session info page navigate to the user info
UPDATEAdd header badge for local and prod
FIXFix buttons in session page not align on smaller screen size
v1.3.2
2024-11-19FIXMake table's row clickable agagin
v1.3.1
2024-11-15FIXFix timestamp formatted in wrong timezone, changed to Asia/Tokyo
FIXRemove name, profile, location from user info page
FIXRemove summary and add created_at, ended_at for sessions in user info page
FIXDisable feedback from user info page for now
v1.3.0
2024-11-11FEATUREAdd user list and user infopage
FEATUREAdd link to a specific message in a conversation
FEATUREAdd actions menu for navigate to/from feedback,sessions,users
FEATUREAdd error alert when backend error occurs
FEATUREAdd error JSON dump when backendd error occurs
UPDATEConnect to Audrey-backend and firebase for user data
v1.2.2
2024-11-07FEATUREAdd debug pane
FIXAdjust feedback query
FIXAdjust session query
FIXAdjust conversation query
FEATUREAdd STG badge option to show on the staging env.
FEATUREAdd DEV badge option to show on the development env.
v1.2.1
2024-11-06UPDATELimit conversation history to 24 hours after the session starts
FIXFilter only sessions that have user consent
FEATUREShow alert when not using user consent filter (for dev environment)
FIXLimit data to within one week (feedback, session)
v1.2.0
2024-11-31FEATUREAdd session page
v1.1.0
2024-11-23UPDATEChange to server based pagination for feedback data
FEATUREAdd table features
FEATUREAdd themes (light, dark, compact-light, compact-dark)
FEATUREAdd i18n (next-intl)
v1.0.0
2024-10-22FEATUREAdd login with Starley.jp email account
FEATUREAdd feedback page with data from BigQuery
FEATUREAdd pagination for the feedback page
