Open
Conversation
* 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>
* 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
…led (#4436) 🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-0486319d4f5940099912bb1743f7396b) Co-authored-by: Pochi <noreply@getpochi.com>
Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.