Skip to content

chore: add anthropic vars to use local models with claude code (opt-in) - #195

Merged
bougyman merged 8 commits into
mainfrom
add-anthropic-env-vars
Sep 1, 2026
Merged

chore: add anthropic vars to use local models with claude code (opt-in)#195
bougyman merged 8 commits into
mainfrom
add-anthropic-env-vars

Conversation

@ruby-automation

Copy link
Copy Markdown
Contributor
  • chore: adds anthropic env vars to use claude with lemonade
  • chore: adds env vars and working workflow files for codex and claude
  • docs: add plan for phase 13, going towards more stowkoski friendly

ruby-automation and others added 8 commits August 24, 2026 09:12
…odel

mise.toml pointed ANTHROPIC_BASE_URL at a local lemonade proxy and
remapped every Claude model alias (Opus/Sonnet/Haiku/subagent) to
user.Qwen3.6-35B-A3B-ThinkingCoder, so every "claude" runner turn was
silently served by that local model instead of real Claude. Comment out
the override and switch the active workflow.yaml symlink to
workflow.opus.yaml so the claude runner uses real Anthropic models.
…e bodies

Add a new `lc issue comment ISSUE_ID [-m TEXT] [--body-file PATH]`
subcommand. --body-file (- for stdin) lets a caller supply a large
multi-line comment body without building it as a single shell argument -
closing the exact bug class that produced two malformed EXT-17 comments
(a literal backslash-n instead of a real newline, and an unexpanded
variable inside a quoted heredoc), both from an agent that had no safe
`mix lc` way to post a multi-line comment and hand-rolled curl/GraphQL
instead.

Also fixes a latent crash: Display.puts_text/2 had no text-mode clause
for a bare Comment, so showing one raised FunctionClauseError straight
into a real System.halt/1.

Update the per-stage agent prompts (global.md, investigate.md,
implement.md, merge.md) to post one Linear comment per milestone via
this command instead of maintaining a single "workpad" comment - an
earlier design in documents/phase-13-plan.adoc that upserted a comment
by marker match, dropped after live testing showed commentUpdate needs a
scope this project's Linear key doesn't reliably carry, and matching a
comment by string prefix is inherently indeterminate.
@bougyman
bougyman merged commit 91e4ca6 into main Sep 1, 2026
3 checks passed
@bougyman
bougyman deleted the add-anthropic-env-vars branch September 1, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants