文件历史

7 次代码提交

作者 SHA1 备注 提交日期
Seth Hobson 511f8345cf docs: refresh model references for Claude Sonnet 5 and Fable 5 (#612)
* feat(adapters): map sonnet tier to Claude Sonnet 5; Copilot fable to claude-fable-5

Claude Sonnet 5 is GA (Copilot GA 2026-06-30) and Copilot now serves
Fable 5 natively, so the sonnet/inherit aliases move off Sonnet 4.6 and
the Copilot fable alias no longer falls back to Opus 4.8. Catalog
verification date bumped to 2026-07.

* fix(plugin-eval): judge sonnet tier resolves to claude-sonnet-5

* docs: refresh model alias table and tier counts (Sonnet 5, five-tier, 66/22/52)

* docs(plugins): update model examples to Sonnet 5 / Opus 4.8

Replace claude-sonnet-4-6 with claude-sonnet-5 and Opus 4.7 mentions
with 4.8 in llm-application-dev; replace retired claude-3-5-sonnet in
performance-testing-review's ai-review. Drop temperature args from
migrated examples — Sonnet 5 rejects non-default sampling params.
2026-07-07 12:17:53 -04:00
Seth Hobson 20605a6ce9 docs: bump OpenAI references from GPT-5.2 to GPT-5.4
Covers all 18 occurrences across 9 files: marketplace.json description,
llm-application-dev plugin.json / README / agents / commands / skills
references, agent-orchestration multi-agent-optimize, and
performance-testing-review ai-review. No GPT-5.3 references existed.

JSON validated; pytest unaffected.
2026-04-16 13:19:42 -04:00
Seth Hobson 20d7a31a4f docs: bump Opus references from 4.6 to 4.7
- README.md: three-tier model strategy now lists Opus 4.7; Tier 1
  table entry and pricing bullet updated
- llm-application-dev README, ai-engineer agent, prompt-engineer agent:
  Anthropic model list now reads Opus 4.7, Sonnet 4.6, Haiku 4.5
- plugin-eval judge.py: model map resolves "opus" tier to
  claude-opus-4-7 (the ID the LLM judge layer hands to the SDK)

Sonnet 4.6 and Haiku 4.5 references left alone — those are the current
model versions for those tiers. Agent frontmatter is unaffected: all
184 agents already declare model as opus/sonnet/haiku/inherit, so the
new Opus version picks up automatically with no file changes.
2026-04-16 13:18:45 -04:00
Seth Hobson 086557180a chore: update model references to Claude 4.6 and GPT-5.2
- Claude Opus 4.5 → Opus 4.6, Claude Sonnet 4.5 → Sonnet 4.6 (Haiku stays 4.5)
- Update claude-sonnet-4-5 model IDs to claude-sonnet-4-6 in code examples
- Update SWE-bench stat from 80.9% to 80.8% for Opus 4.6
- Update GPT refs: GPT-5 → GPT-5.2, GPT-4o → gpt-5.2, GPT-4o-mini → GPT-5-mini
- Fix GPT-5.2-mini → GPT-5-mini (correct model name per OpenAI)
- Bump marketplace to v1.5.2 and affected plugin versions
2026-02-19 14:03:46 -05:00
Seth Hobson 1135ac6062 docs: update installation commands for llm-application-dev and conductor 2026-01-19 17:08:27 -05:00
Seth Hobson 56848874a2 style: format all files with prettier 2026-01-19 17:07:03 -05:00
Seth Hobson 8be0e8ac7a feat(llm-application-dev): modernize to LangGraph and latest models v2.0.0
- Migrate from LangChain 0.x to LangChain 1.x/LangGraph patterns
- Update model references to Claude 4.5 and GPT-5.2
- Add Voyage AI as primary embedding recommendation
- Add structured outputs with Pydantic
- Replace deprecated initialize_agent() with StateGraph
- Fix security: use AST-based safe math instead of unsafe execution
- Add plugin.json and README.md for consistency
- Bump marketplace version to 1.3.3
2026-01-19 15:43:25 -05:00