Skip to content

Comments

merge from upstream#5

Open
erfanium wants to merge 2296 commits intorumicode:mainfrom
TabbyML:main
Open

merge from upstream#5
erfanium wants to merge 2296 commits intorumicode:mainfrom
TabbyML:main

Conversation

@erfanium
Copy link
Member

No description provided.

liangfung and others added 28 commits March 12, 2025 15:23
* feat(ui): support specifying the repository when creating new pages

* update

* update: integrate

* update

* [autofix.ci] apply automated fixes

* update: api

* update: gql query

* update: display sources

* update

* update

* update

* update: styling

* update: display scores in dev mode

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
… before sending to embedding in llama.cpp (#3989)

Signed-off-by: Wei Zhang <kweizh@tabbyml.com>
…llama.cpp failed more than 5 times (#3990)

Signed-off-by: Wei Zhang <kweizh@tabbyml.com>
* chore(ui): hide empty activities

* update

* update: remove 'no data' condition
* fix(ui): correct code navigation in answer engine

* update
* fix(index): skip indexing existed commits

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…4004)

* refactor(db): remove deprecated columns from thread_messages table

* update schema
#4006)

* docs(changelog): add v0.26.0 release notes and remove unreleased entry

* fix: drop old data
aim-downloader@0.27.0-dev.0
hash-ids@0.27.0-dev.0
http-api-bindings@0.27.0-dev.0
llama-cpp-server@0.27.0-dev.0
ollama-api-bindings@0.27.0-dev.0
sqlx-migrate-validate@0.27.0-dev.0
tabby@0.27.0-dev.0
tabby-common@0.27.0-dev.0
tabby-crawler@0.27.0-dev.0
tabby-db@0.27.0-dev.0
tabby-db-macros@0.27.0-dev.0
tabby-download@0.27.0-dev.0
tabby-git@0.27.0-dev.0
tabby-index@0.27.0-dev.0
tabby-index-cli@0.27.0-dev.0
tabby-inference@0.27.0-dev.0
tabby-schema@0.27.0-dev.0
tabby-webserver@0.27.0-dev.0

Generated by cargo-workspaces
…4016)

* chore(ui): prefetch my activities

* feat(ui): disable repository edits while asking follow-up questions
* feat(page): support update page title

* update
* chore: save background_job stdout to local file

* chore(background_jobs): rotate logs by day

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* Update ee/tabby-webserver/src/path.rs

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Meng Zhang <meng@tabbyml.com>
…rd compatible. (#3999)

* refactor(chat-panel): refactor the chat panel server api to be backward compatible.

* [autofix.ci] apply automated fixes

* refactor: initialization processing.

* refactor: make onLoaded and onKeyboardEvent optional.

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…ed tab is less than 5 (#4020)

* feat(chat): enhance file search fallback when no open editors are found

* feat(chat): improve file retrieval when fewer than 5 open tabs are present
* 💬Generate LLM translations

* add chinese to readme

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…3996)

* feat(ui): option to disable password

* [autofix.ci] apply automated fixes

* update: update and fetch

* update: text copy

* update: add changelog

* update

* update

* Update .changes/unreleased/Features-20250318-131219.yaml

Co-authored-by: Meng Zhang <meng@tabbyml.com>

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Meng Zhang <meng@tabbyml.com>
* refactor(page): disable code file list from section attachment.

* update

* updatE

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
zwpaper and others added 30 commits August 1, 2025 02:06
* feat(server): support white label

* update: ui

* refetch branding logo

* update

* update

* update: query

* revert caddy change

* [autofix.ci] apply automated fixes

* lint

* [autofix.ci] apply automated fixes

* update: remove image button

* [autofix.ci] apply automated fixes

* update

* [autofix.ci] apply automated fixes

* update: license key

* update

* update: remove branding_name

* update

* update: feature enum

* update: lint

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* docs(changelog): add v0.30.2 release notes

* chore: add bump llamacpp

* update
…txt URLs (#4338)

* feat(crawler): append URL-encoded section titles as fragments to llms.txt URLs

This enhancement ensures that each section in llms.txt files gets a unique URL
by appending the URL-encoded section title as a fragment. This prevents URL
collisions when multiple sections share the same base URL and improves
navigation within crawled documents.

Changes:
- Add percent-encoding dependency for URL encoding
- Modify split_llms_content to append encoded titles as URL fragments
- Update metadata description to use base URL instead of full URL
- Add comprehensive tests for the new fragment URL behavior

🤖 Generated with [Pochi](https://getpochi.com)

Co-Authored-By: Pochi <noreply@getpochi.com>

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Pochi <noreply@getpochi.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
#4349)

- Increase max_connections from 1 to 20
- Add min_connections setting (2)
- Add acquire_timeout (6 seconds)
- Add idle_timeout (5 minutes)
- Add max_lifetime (1 hour)
- Add explicit type annotation for pool

These changes should improve performance and stability for in-memory databases
used in tests and test utilities.

🤖 Generated with [Pochi](https://getpochi.com)

Co-authored-by: Pochi <noreply@getpochi.com>
…4350)

Co-authored-by: Pochi <noreply@getpochi.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* feat(index): indexing repo in shard when more than 20

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* chore: add env for enabling index repo in shard

# Conflicts:
#	ee/tabby-webserver/src/service/background_job/mod.rs

* [autofix.ci] apply automated fixes

* fix(job): utilize to_std err to check whether the time is past (#4370)

* [autofix.ci] apply automated fixes

* fix(test): use cloudflare workers-ai llms.txt for test

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Add FAQ entry explaining that Tabby's root directory should not be placed on NFS filesystems due to SQLite's dependency on proper file locking mechanisms, which are often broken or missing in networked filesystems.

🤖 Generated with [Pochi](https://getpochi.com)

Co-authored-by: Pochi <noreply@getpochi.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Adds a new entry to the FAQ page explaining how to enable debug logging in the Tabby server.

🤖 Generated with [Pochi](https://getpochi.com)

Co-authored-by: Pochi <noreply@getpochi.com>
Co-authored-by: célina <hanouticelina@gmail.com>
🤖 Generated with [Pochi](https://getpochi.com)

Co-authored-by: Pochi <noreply@getpochi.com>
* chore(demo): forbit changing password in demo station

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* chore: fix tests

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* feat: omit email when sign up using invitation

* chore: fix tests
Co-authored-by: Wei Zhang <kweizh@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…4419)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Pochi <noreply@getpochi.com>
* feat(embedding): sunset embedding

* chore: make fix

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
aim-downloader@0.33.0-dev.0
hash-ids@0.33.0-dev.0
http-api-bindings@0.33.0-dev.0
llama-cpp-server@0.33.0-dev.0
ollama-api-bindings@0.33.0-dev.0
sqlx-migrate-validate@0.33.0-dev.0
tabby@0.33.0-dev.0
tabby-common@0.33.0-dev.0
tabby-crawler@0.33.0-dev.0
tabby-db@0.33.0-dev.0
tabby-db-macros@0.33.0-dev.0
tabby-download@0.33.0-dev.0
tabby-git@0.33.0-dev.0
tabby-index@0.33.0-dev.0
tabby-index-cli@0.33.0-dev.0
tabby-inference@0.33.0-dev.0
tabby-schema@0.33.0-dev.0
tabby-webserver@0.33.0-dev.0

Generated by cargo-workspaces
Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.