Release v6.3.0 into Main#799
Merged
Merged
Conversation
* split image build * Add trigger release * Use absolute path for tiktoken script
Co-authored-by: Evan Stohlmann <evmann@amazon.com>
… scheduling mode for improved performance. When set to "true", the entrypoint script now passes the --async-scheduling flag to the vLLM server. (#758)
* PDF and multi-file support for file context * non-rag multifile uploads * add FileTypes and cull allowed extensions * pre-commit * fixing pdf worker import * update FileTypes to use standard MIME types --------- Co-authored-by: jmharold <jmharold@amazon.com>
Co-authored-by: Evan Stohlmann <estohlmann@gmail.com>
…hropic routes (#779) Add model info lookup to determine actual provider before resetting token limits. Previously, max_tokens was nullified for all models when Anthropic-specific headers were present. Now it only resets for non-Anthropic models, preventing incorrect token limit handling when routing Anthropic models through the Anthropic endpoint. Changes: - Add get_model_info() function to fetch model details from LiteLLM API - Extract actual provider/model path from litellm_params - Conditionally reset max_tokens only when model is not an Anthropic model - Fix typo in condition checking (max_tokens not in params -> max_tokens in params) - Added a Cache to store model Info with a Time to live (TTL) of 5 minutes by default.
Add comprehensive documentation for configuring Claude Code to work with LISA Serve models. The guide includes: - Prerequisites and reference links - Environment variable configuration steps - Model ID mapping for LISA endpoints - Verification and troubleshooting procedures - VSCode extension testing instructions Also adds navigation link in VitePress config to make the guide accessible from the documentation sidebar under the configuration section. This enables users to integrate Claude Code with their LISA deployments for local development workflows.
…proper formatting (#793)
estohlmann
approved these changes
Feb 27, 2026
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.
v6.3.0
UI Updates
Other Key Changes
Bug Fixes
Documentation
Acknowledgements
Full Changelog: https://github.com/awslabs/LISA/compare/v6.2.1..v6.3.0