feat(skills): ask-colleague → colleague 1.63.0 (Qwen3.8, resume, per-seat effort) - #2
Conversation
|
|
PR Summary by Qodoask-colleague: add plan/resume, thinking-effort controls, and native mode support
AI Description
Diagram
High-Level Assessment
Files changed (5)
|
Code Review by Qodo
1.
|
Qodo triage — routed upstream, not patched hereThanks Qodo. Every finding on this PR lands on Under cite, don't import, a finding against a vendored script is fixed upstream and pulled back on the next sync — never patched downstream. A local patch is exactly the drift the skill ledger exists to prevent: the next re-sync silently reverts it, and in the meantime So none of these are being applied to this PR. They have been triaged and raised at the origin instead:
None of these were introduced by this PR; they are existing upstream state that fanning the skill out to 10 repos put in front of 8 independent reviewers at once. When colleague ships the fixes, this repo picks them up through a normal re-vendor. Verify the copy is clean with: diff -r ../colleague/.claude/skills/ask-colleague .claude/skills/ask-colleague
|
Resolves the version-bump collision between this branch (0.6.1 -> 0.7.0, ask-colleague 1.63.0 re-vendor) and main's PR #4 (0.6.1 -> 0.6.2, CLAUDE.md runtime prompt + README correction). No substantive overlap: the branch only touches .claude/skills/ask-colleague/** and docs/skill-sources.md, neither of which main modified. - pyproject.toml: keep 0.7.0 (minor supersedes main's patch) - CHANGELOG.md: keep both entries, 0.7.0 above 0.6.2 - uv.lock: take main's alphabetically re-sorted lock, re-run `uv lock` for 0.7.0 — the apparent conflict was uv moving the workspace-member block, not a dependency change Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|



Re-vendors all 5
ask-colleaguefiles byte-verbatim from the origin repo (agentculture/colleague@ 1.63.0), so this repo can drive the current local Qwen.What this brings
unsloth/Qwen3.8-27B-NVFP4(was the Qwen3.6 pin). The lobes gateway on:8001no longer serves 3.6, so the old default only worked via colleague's auto-refresh warning path.resume <task-id|last> [--detach]verb — pick a cut / timed-out / SIGTERM'd run back up from its persisted artifact, continuing on the originalcolleague/<id>work branch.--effort(acting seat),--seat-effort S=R(any seat),--role NAME(colleague#416). Rule of thumb:--effort offfor small well-specified briefs, default for ordinary work,xhighfor open-ended judgement.Files
.claude/skills/ask-colleague/:SKILL.md,scripts/ask-colleague.sh,prompts/explore.md,prompts/review.md,prompts/write.md.Byte-verbatim — no localization needed; colleague's Provenance paragraph is consumer-neutral. Verify with:
Verification
Live-tested against the running vLLM Qwen3.8-27B from rollout-cli before the fan-out:
ask-colleague explore --effort offcompleted in 10 steps with a correct answer, exercising both the new model default and the new--effortflag. Broadcast from rollout-cli via/mass-update --slug qwen-3-8.Runtime dep: the
colleagueCLI on PATH.