Skip to content

fix(tui): incorrect scroll to the latest message in history view #43

fix(tui): incorrect scroll to the latest message in history view

fix(tui): incorrect scroll to the latest message in history view #43

Workflow file for this run

name: "Build & Release"
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}