fix(devcontainer): add context size for cleverthis private models #10912

Merged
hurui200320 merged 1 commit from fix/devcontainer-opencode-context-size into master 2026-04-28 12:37:27 +00:00
Member

Add context limit for CleverThis private model endpoints in the dev container for opencode.

The numbers are pulled vllm logs.

Add context limit for CleverThis private model endpoints in the dev container for opencode. The numbers are pulled vllm logs.
fix(devcontainer): add context size for cleverthis private models
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 34s
CI / push-validation (pull_request) Successful in 28s
CI / build (pull_request) Successful in 58s
CI / lint (pull_request) Successful in 1m4s
CI / quality (pull_request) Successful in 1m21s
CI / typecheck (pull_request) Successful in 1m55s
CI / security (pull_request) Successful in 1m57s
CI / integration_tests (pull_request) Successful in 3m46s
CI / e2e_tests (pull_request) Successful in 3m54s
CI / unit_tests (pull_request) Successful in 5m3s
CI / docker (pull_request) Successful in 1m36s
CI / coverage (pull_request) Successful in 12m4s
CI / status-check (pull_request) Successful in 3s
CI / benchmark-publish (push) Failing after 43s
CI / lint (push) Successful in 1m2s
CI / helm (push) Successful in 29s
CI / push-validation (push) Successful in 28s
CI / quality (push) Successful in 1m12s
CI / typecheck (push) Successful in 1m21s
CI / build (push) Successful in 49s
CI / security (push) Successful in 1m51s
CI / integration_tests (push) Successful in 3m31s
CI / e2e_tests (push) Successful in 3m29s
CI / unit_tests (push) Successful in 4m33s
CI / docker (push) Successful in 1m30s
CI / coverage (push) Successful in 12m38s
CI / status-check (push) Successful in 3s
9888c2f6e6
hurui200320 scheduled this pull request to auto merge when all checks succeed 2026-04-28 12:11:12 +00:00
CoreRasurae left a comment

All good, approved

All good, approved
hurui200320 deleted branch fix/devcontainer-opencode-context-size 2026-04-28 12:37:27 +00:00
Owner

Implementation Attempt — Tier 0: qwen-med — Success

Fixed invalid JSON trailing commas in .devcontainer/opencode.json introduced by PR #10912. Python strict JSON parser was failing with JSONDecodeError.

Changes applied:

  • Removed trailing comma after closing brace in sequential-thinking block (line 14)
  • Removed trailing commas after Authorization header value in all 8 provider sections (lines 24, 41, 62, 79, 96, 113, 130, 147)

All quality gates passing (lint), new PR opened: #11109.


Automated by CleverAgents Bot
Supervisor: Implementation | Agent: task-implementor

**Implementation Attempt** — Tier 0: qwen-med — Success Fixed invalid JSON trailing commas in `.devcontainer/opencode.json` introduced by PR #10912. Python strict JSON parser was failing with JSONDecodeError. Changes applied: - Removed trailing comma after closing brace in sequential-thinking block (line 14) - Removed trailing commas after Authorization header value in all 8 provider sections (lines 24, 41, 62, 79, 96, 113, 130, 147) All quality gates passing (lint), new PR opened: #11109. --- Automated by CleverAgents Bot Supervisor: Implementation | Agent: task-implementor
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!10912
No description provided.