update changelog and context default (#1045)

This commit is contained in:
ekko
2026-05-26 19:35:48 +08:00
committed by GitHub
parent 82680f5c0b
commit 42f7b64ffb
17 changed files with 150 additions and 44 deletions
@@ -148,12 +148,12 @@ function selectBridgeCommand(command: { name: string; args: string; insertText?:
// --- Context info ---
const contextLength = ref(200000)
const FALLBACK_CONTEXT = 200000
const contextLength = ref(256000)
const FALLBACK_CONTEXT = 256000
// Context length editing
const showContextEditModal = ref(false)
const editingContextLimit = ref(200000)
const editingContextLimit = ref(256000)
const isSavingContextLimit = ref(false)
async function handleEditContextLimit() {