Aaron Pham

Results 107 issues of Aaron Pham

**Describe the bug** Given the following folder structure ```prolog .git repo --- quartz --- content ... ``` running `cd docs && npx quartz build --serve` won't trigger reload if any...

bug

**Is your feature request related to a problem? Please describe.** Apparently this is a valid context to embed links within the vault ```prolog ![pdf](./local.pdf) ![markdown](./relative/path.md) ![markdown](thoughts/index) ``` **Describe the solution...

enhancement

This PR introduces the first iteration of structured output support for the V1 engine. While functional, it is not feature complete with the support in V0. We currently only support...

structured-output
ready
ci/build
v1

Reduce the amount of logs by allowing users to disable these TQDM via an envvar cc @DarkLight1337 Signed-off-by: Aaron Pham

A evergreen list of features and requests: ### features. - [x] [[ and ]] for jumping code block @aarnphm - [x] scrollview on code buffer based on chat window cursor...

### Feature request similar behaviour to `make` and `powershell` ideally it should work the same so that `:AvanteBuild` works with `lazy` ### Motivation _No response_ ### Other _No response_

enhancement
Stale

This PR aims to bring support for jump-forward decoding to vLLM. Jump-forward decoding is a technique where we prefill `m` next tokens based on the machine state. Let's say we...

structured-output
tpu
v1

This PR brings thinking support to structured outputs in V1. Currently, if you want to use thinking parser in conjunction with structured outputs, you have to use the V0 engine....

documentation
structured-output
v1

This PR adds a small helper to `FlexibleArgumentParser` to mark an argument as `deprecated`. It should also optional `deprecated_reason` to state the deprecation reasoning Signed-off-by: Aaron Pham

This PR implements future imports annotations to evaluate most type hint to string, when possible. Signed-off-by: Aaron Pham

ready