You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***accounting:** exclude unknown usage from consumption totals ([4d32260](https://github.com/icoretech/codex-pooler/commit/4d322607bf4e49572b74a665395635822d16c647))
14
+
***accounting:** exclude unknown usage from reporting totals ([7e0a0a2](https://github.com/icoretech/codex-pooler/commit/7e0a0a2af5003a65f90332c3be3b6555151c672d))
15
+
***deps:** update dependency daisyui to ^5.6.0 ([#85](https://github.com/icoretech/codex-pooler/issues/85)) ([724a4e6](https://github.com/icoretech/codex-pooler/commit/724a4e6ebbecb8df6f08cae8ab74b42775915c28))
16
+
***gateway:** classify public sse transport interruptions ([e03967d](https://github.com/icoretech/codex-pooler/commit/e03967d3ed2894701a4e833cca58bf31d6d6ca72))
17
+
***gateway:** reject websocket starts during rollout drain ([bf5b3a8](https://github.com/icoretech/codex-pooler/commit/bf5b3a82aa50dc519bd1b9f3d4f6d483d9f76332))
18
+
***operations:** mark readiness unavailable during rollout drain ([59e0f34](https://github.com/icoretech/codex-pooler/commit/59e0f34e0f1f347a8cd04c1195668e2aa67aff23))
19
+
***websocket:** finalize rollout drains as owner drained ([166879e](https://github.com/icoretech/codex-pooler/commit/166879efa6c47cc7786830d301c240f8cfb6f8ee))
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/clients/hermes.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ model:
40
40
provider: openai-api
41
41
base_url: https://codex-pooler.example.com/v1
42
42
api_mode: codex_responses
43
-
context_length: 272000
43
+
context_length: 258400
44
44
supports_vision: true
45
45
46
46
agent:
@@ -63,7 +63,7 @@ mcp_servers:
63
63
64
64
Use `http://localhost:4000/v1` and `http://localhost:4000/mcp` for a local Codex Pooler instance.
65
65
66
-
Current Codex Pooler releases also expose an SDK-readable `context_length` value on `/v1/models`, derived from the Codex `context_window` metadata, so Hermes' automatic probes can resolve the 272k Pooler window. Keep `context_length: 272000` in Hermes config as a safe explicit override for older Pooler deployments or stale model metadata.
66
+
Current Codex Pooler releases also expose an SDK-readable `context_length` value on `/v1/models`, derived from the effective Codex `context_window` metadata, so Hermes' automatic probes can resolve the Pooler window. For `gpt-5.5`, the raw Codex window remains 272000 and the effective advertised value is currently 258400. Keep `context_length: 258400` in Hermes config as a safe explicit override for older Pooler deployments or stale model metadata.
67
67
68
68
Remote HTTP MCP servers require Hermes' `mcp` extra. If `hermes mcp test codex_pooler` reports `mcp.client.streamable_http is not available`, install MCP support into the Hermes environment, following the [Hermes MCP Integration docs](https://hermes-agent.nousresearch.com/docs/user-guide/features/mcp), and rerun the test.
0 commit comments