Update: compress/hard constrained token usage (#136)

* setup truncation & folder structure

* fix: xml in prompt; qwen code in stats page

* fix: clear & continue logic

* preflight

* add maxSessionLimit in README
This commit is contained in:
Fan 2025-07-30 18:14:24 +08:00 committed by GitHub
parent a08bcb2f41
commit df5c4e8079
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 1117 additions and 386 deletions

View file

@ -172,6 +172,7 @@ export const useSlashCommandProcessor = (
},
session: {
stats: session.stats,
resetSession: session.resetSession,
},
}),
[
@ -183,6 +184,7 @@ export const useSlashCommandProcessor = (
clearItems,
refreshStatic,
session.stats,
session.resetSession,
onDebugMessage,
],
);