Draft
Conversation
* support video inputs in .chat * update docs for .chat
* Get rid of Endpoint and ExpectationService * Migrate user-protected endpoints to eggspress * eggspress better typedefs
* Map context_length for OpenRouter models OpenRouter's API returns context_length for each model, but it was not being mapped to the context field in the model list response. This caused the context window size to be missing for all OpenRouter models. Closes #2347 * Add context field to MistralAI and OpenAI model definitions Addresses reviewer feedback to support the context field in more providers. All 9 providers now consistently expose context window sizes via the context field. - MistralAI: 16 models (context matches known window sizes) - OpenAI: 27 models (128k for GPT series, 200k for o-series, 1M+ for GPT-4.1 and GPT-5.4)
* feat: signed upload urls * fix: make sessions write to dynamo * fix: add logs for failures
Drag sidebar apps order
…2739) * docs(kv): add sorting section with examples to list() API reference Added sorting section with examples for lexicographic order and zero-padding for numbers. * docs(kv): add sorting note to list() description * feat(playground): add kv-list-sort example * feat(playground): add kv-list-padding.html * add Sorting examples to kv list on doc/src/examples.js * docs(kv): add sorting examples to list.md examples section * Refine copy and code example * remove extra newline --------- Co-authored-by: Reynaldi Chernando <reynaldichernando@gmail.com>
* feat: s3 fs in oss * feat: new endpoints in OSS * fix: name of fs extension * perf: signed uploads * fix: await socket events to align fs events * fix: default bucket names * fix: backend tests * fix: deps * fix: order
* update gemini .chat models, add imagen, add gemini veo * add models * update documentation * add veo 3.1 lite, 1080p pricing
* Add kv.list() pagination playground example Create an interactive playground example for kv.list() that demonstrates cursor-based pagination with sample data (6 items, 2 per page). Also wire the pagination docs example to the playground by changing the code fence from plain html to html;kv-list. Fixes #2755 * fix: address review feedback - restore code example, create new pagination playground * minor refactor --------- Co-authored-by: Reynaldi Chernando <reynaldichernando@gmail.com>
* fix: proper shutdown * feat: enable singed uploads on oss * fix: s3 in oss * fix: thumbnails in oss
Do not unconditionally overwrite window.disable_temp_users during GUI init. If window.disable_temp_users is already set, keep it; otherwise fall back to options.disable_temp_users (or false). Added a clarifying comment explaining the behavior.
Move @esbuild/linux-x64 from dependencies to optionalDependencies in src/docs/package.json so the platform-specific esbuild binary is treated as optional. Update package-lock.json to reflect that change (adds platform-specific @esbuild entries, marks various packages as peer/optional, bumps @emnapi/wasi-threads to 1.2.1 and removes obsolete @emnapi core/runtime entries).
When reload_on_success is set, use '/' as the fallback redirect URL instead of the current page (window.location.href). This prevents redirecting back to the signup page after a successful signup while preserving any explicit options.redirect_url value.
The pages existed but were missing from the sidebar navigation, causing 404s when clicking their links under /UI/#additional-ui-elements.
…tation (#2778) * feat: add querying with prefix patterns example and documentation * refine --------- Co-authored-by: Reynaldi Chernando <reynaldichernando@gmail.com>
* Minor fix docs and update puter resource unit * change to 1 cent -> 1 mio microcents
* add gemini image models in .chat * update docs for gemini image .chat * actually snake case * fix multi-turn thoughtsignature
Drag sidebar apps order
Keep dashboard URL when opening items
…to dashboard-apps
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.