summaryrefslogtreecommitdiffhomepage
path: root/tasks.md
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-12 01:16:33 +0900
committerAdam Malczewski <[email protected]>2026-06-12 01:16:33 +0900
commit839f5c02676a0b7def27ace7125fbec3aa08bda5 (patch)
treec72919e5bb8bf78ca4f213a152d68ebba9216715 /tasks.md
parent2d36581316be4adeecc1d7081d83664b5f3a7c69 (diff)
downloaddispatch-839f5c02676a0b7def27ace7125fbec3aa08bda5.tar.gz
dispatch-839f5c02676a0b7def27ace7125fbec3aa08bda5.zip
docs(tasks): add context window limit to roadmap (open items)
Diffstat (limited to 'tasks.md')
-rw-r--r--tasks.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks.md b/tasks.md
index adf8707..8ebbee7 100644
--- a/tasks.md
+++ b/tasks.md
@@ -255,6 +255,12 @@ persisted `TurnMetrics`.
`../dispatch-web`).
## Open items
+- **Context window LIMIT (next, sibling of context size):** expose the selected model's max
+ context-window token limit so the FE can render `contextSize / limit` (e.g. `1286 / 200000`).
+ Source = the provider/model catalog (`ModelInfo`); likely a field on the models response
+ and/or stamped alongside `contextSize`. "context size" = current usage (DONE); "context
+ window" = this limit (GLOSSARY). FE handoff `frontend-context-size-handoff.md` already flags
+ the denominator as not-yet-available.
- **`prefix.fingerprint` / `warm|real` cache-bust attributes (deferred):** decoupled
from dedup by the content-addressed decision; also gated on cache-warming being
built (not yet) so `warm|real` can't be honestly stamped. Later cache-bust-debug