Add WorkBuddy desktop setup recipe and 2026-09-12 thinking deviations - #5
Open
JJasonSun wants to merge 1 commit into
Open
Add WorkBuddy desktop setup recipe and 2026-09-12 thinking deviations#5JJasonSun wants to merge 1 commit into
JJasonSun wants to merge 1 commit into
Conversation
New file: - references/workbuddy_setup.md: field-by-field WorkBuddy custom-model configuration, including the bare-array format requirement, the startup purge cycle, effort field semantics, and runtime verification. New dated deviations (live-2026-09-12-c, Windows x64, Node.js fetch): - ecnu-reasoner alias default thinking: bare alias requests activate thinking server-side without a client-side thinking parameter. - ecnu-max reasoning_effort as thinking trigger: reasoning_effort alone activates thinking on ecnu-max, contradicting the documented gating. - Unavailable reasoning effort tiers: minimal and medium return intermittent HTTP 500; xhigh is undocumented but stable. - Rapid-request 401 metadata failure: sub-second sequential requests return 401 mimicking auth failure; four-second spacing eliminates it. Updated routing tables in SKILL.md, README.md, AGENTS.md, workflows.md, examples.md, and models.md to cross-reference the new recipe and deviations. All entries follow the existing dated-evidence format and pass validate_skill.py and the full test suite (69 passed, 1 skipped).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the WorkBuddy desktop custom-model configuration recipe and four new dated
deviations from an owner-authorized interactive integration session
(2026-09-12 through 2026-09-14, Windows x64, Node.js
fetchdirect HTTP).New file
references/workbuddy_setup.md— Field-by-field WorkBuddymodels.jsonconfiguration for ECNU models, including:
object-shaped files to
[]on every startup when the hardware gate fails).parseModelsJsonwhich does not accept arrays).
supportedEfforts,defaultEffort,canDisableThinking).thinkingLevelMap).thinkingis never in the request (catalog miss is harmless for ECNU).usage.completion_tokens_details.reasoning_tokens.New dated deviations (environment
live-2026-09-12-c)thinkingparameter needed.reasoning_effortalone activates thinking onecnu-max, contradicting the documented gating.minimalandmediumreturn intermittent HTTP 500;xhighis undocumented but stable.Updated routing tables
SKILL.md,README.md,AGENTS.md,workflows.md,examples.md, andmodels.mdnow cross-reference the new recipe and deviations.Validation
python3 scripts/validate_skill.py→ passedpython3 -m pytest tests/ -v→ 69 passed, 1 skipped, 57 subtests passedsk-[A-Za-z0-9_-]{16,}) → no matches/Users/,C:\Users\,/home/) → no matches(
active).Notes
reasoning tokens) are characterization samples, not quality benchmarks.
revalidation was performed in this session.