-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Releases: Gitlawb/openclaude
Releases · Gitlawb/openclaude
v0.18.0
@github-actions
github-actions
b006457
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.18.0 (2026年06月10日)
Features
- add .gitattributes to enforce LF line endings (#1550) (1c27957)
- enable HISTORY_SNIP — model-callable snip tool for context management (#1407) (cdc8057)
- extend --fallback-model to interactive REPL sessions (#1346) (#1419) (14e5a41)
- github: expose all 21 Copilot models with context window metadata (#822) (#1535) (1e8c1ac)
- goal: add session-scoped /goal continuation (#1293) (102cc30)
- opengateway: surface the gateway's "auto" smart-routing model in /model (#1588) (5040c49)
- provider: add Atlas Cloud as official OpenAI-compatible provider (#1585) (5b01c2b)
Bug Fixes
- add error context to silent catches and debugger detection (#1479) (e9b211a)
- agent-routing: support API model aliases (#1546) (9a342b6)
- api: honor OpenAI-compatible retry classification (#1547) (f1013df)
- api: retry once with provider-capped max_tokens (#1235) (edabf33)
- claudemd: gate User-scope external @include behind hasClaudeMdEx... (#1223) (fde7aa0)
- context: avoid noisy metadata fallback errors (#1544) (12cbe92)
- mcp: fail-closed on token count error + respect maxChars budget (#1113) (bd8c6b1)
- mcp: pass MCP stdio server args as separate array elements to pr... (#1222) (0d4e247)
- openai-shim: guarantee reasoning_content continuity for DeepSeek... (#1228) (d67c6d7)
- openai-shim: include text for image-only user content (#1410) (7c05453)
- provider: preserve explicit startup env (#1560) (754cb61)
- replace codex input_text with standard text type in generic resp (#1449) (be05594)
- typecheck: add MCP component view types (#1564) (548bffc)
- typecheck: add missing type aliases to message and tools stubs (#1510) (ea75a51)
- typecheck: add missing xai entry to deprecation retirement date maps (#1509) (1d90960), closes #1486
- typecheck: add plugin command view types (#1565) (fc0a4b5)
- typecheck: add proper type parameters to useState(null) hooks (#1513) (0e30ee8), closes #1486
- typecheck: add wizard agent creation types (#1566) (65034db)
- typecheck: annotate diff rendering props (#1568) (e53d612)
- typecheck: declare bundled markdown and macro fields (#1562) (5c239eb)
- typecheck: declare Ink JSX intrinsics (#1571) (38b2d83)
- typecheck: declare optional native modules (#1563) (f129dd0)
- typecheck: import bun test helpers in truncate test (#1520) (8527a04)
- typecheck: narrow remote agent SDK logs (#1573) (7727a9f)
- typecheck: recreate missing FeedbackSurvey utils (#1580) (62c2c5b)
- typecheck: recreate missing Spinner types (#1579) (553342c)
- typecheck: replace dead-code literal comparisons with isAntEmployee() (#1512) (7078853)
- typecheck: restore control protocol type exports (#1497) (3a308c1)
- typecheck: tighten permission rule UI types (#1567) (6ee24f7)
- typecheck: type beta header accumulator (#1516) (a692fca)
- typecheck: type cache-busted credential tests (#1525) (9e942da)
- typecheck: type Doctor screen state (#1522) (6cb3493)
- typecheck: type FileWrite rejection state (#1574) (fba949c)
- typecheck: type Grove dialog state (#1521) (f726685)
- typecheck: type gRPC stream messages (#1572) (c2cc6ed)
- typecheck: type MCP doctor test fixtures (#1527) (38c0fe4)
- typecheck: type MCP XAA auth storage (#1570) (bf2d540)
- typecheck: type provider diagnostic tests ([#1517](https://github....
Assets 2
4 people reacted
v0.17.1
@github-actions
github-actions
1b7e550
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.17.0
@github-actions
github-actions
997efb8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.17.0 (2026年06月05日)
Features
- add conversation cache and session persistence (#705) (353e306)
- memory optimization to prevent OOM in multi-session scenarios (#1437) (22b1a19)
- minimax: add MiniMax M3 model with 1M context window (#1470) (e2fa248)
- nvidia-nim: dynamic model discovery via integrate.api.nvidia.com (#1099) (#1177) (890456b)
- opengateway: add MiniMax M3 and Qwen 3.7 Max to the model catalog (#1515) (8705cd3)
- opengateway: Gemini 3.1 Flash Lite GA model id (#1537) (ea09176)
- provider: auto-switch on rate limit via providerFallbackChain (#768) (#1176) (cfbce38)
- sponsors: add Atlas Cloud sponsor and sponsored tip (#1536) (73a2833)
- xiaomi: retire deprecated MiMo V2 Pro and V2 Omni (#1538) (b1a8026)
Bug Fixes
- api: tighten reasoning_content heuristic to prevent false-positi... (#1201) (1fc5116)
- BashTool: include captured output in non-zero-exit error result (#1231) (#1249) (8416faa)
- cron: enforce MAX_CRON_PROMPT_CHARS cap on durable cron prompt l... (#1224) (f7d42c2)
- plugins: use mergeHooksSettings in marketplace supplement path (#1055) (#1167) (a7fc408)
- preserve raw mode across component re-renders (issue #843) (#1198) (3bf6ccd)
- promptinput: keep bash-mode
!out of the local mirror (#1179) (#1182) (ad3e208) - security: prevent CRLF injection, path injection, and error message leakage (#1477) (7278cad)
- show all configured Mistral models and fix model selection priority (#1360) (#1418) (7df7cad)
- show vision-specific error when provider returns 404 for image requests (#1187) (8801a4c)
- test: stop use-input test from leaking a global stdin mock (#1501) (96ddec7)
- typecheck: make session history cache variant-safe (#1494) (e7abb81)
- typecheck: narrow hook event counts (#1496) (11e46af)
- typecheck: restore AppState hook generics (#1503) (343cd1a)
- typecheck: restore proactive module import surface (#1495) (e357d59)
- typecheck: restore typed add-dir source (#1504) (2c755d3)
- use mistral-vibe-cli-latest as default model for Mistral AI (#1188) (671faf2)
- vscode: send schema-valid permission responses (#1401) (8065f8d)
Assets 2
3 people reacted
v0.16.1
@github-actions
github-actions
e75bd67
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
7 people reacted
v0.16.0
@github-actions
github-actions
80e5c1d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.16.0 (2026年05月31日)
Features
- doctor: warn local-model users about large context contributors (#1238) (11f0e02)
- enable MCP_SKILLS — discover skill:// resources as invocable skills (#1408) (f111eaa)
- provider: add OpenCode Zen/Go subscription support (#1350) (5a22d60)
- set process.title to 'openclaude' (#1425) (f6d7a58)
Bug Fixes
- agents: route configured agent model overrides (#1390) (a8632b4)
- autocompact: retry circuit breaker after cooldown (#1375) (11d59ec)
- bash: show output for ! shell commands (#1265) (#1395) (ac3ae10)
- build: restore /dream slash command in bundled CLI (#1399) (132539f)
- ci: scan PR head for intent checks (#1461) (276ec6a)
- docs: update Xiaomi MiMo API URL in README. (#1424) (7cc8eda)
- fork: render forked-worker messages, drop unmirrored /fork command (#1451) (b900364)
- ink: correct stringWidth JS fallback for symbol characters (#1244) (83abfa5)
- launcher: route direct Node launch paths through launcher (#1363) (363583f)
- loader: batch markdown reads + cap file size to unblock startup (#1240) (bfb0667)
- ollama: cap deepseek v4 pro cloud output tokens (#1348) (8dd7cb0)
- onboarding: bound preflight probe + recover from connectivity failure (#1017) (#1400) (c5ca847)
- provider: allow remote Ollama without OPENAI_API_KEY (#952) (01ffbb6), closes #369
- provider: require API key input when adding OpenGateway (#1384) (7c23fb7)
- query: keep tool failure guard across unrelated successes (#1277) (cf305cc)
- release: verify npm latest tag and document @latest install (#1378) (f3d41c6)
- repl: show permission prompts while draft input is present (#1393) (70b4b07), closes #651
- sandbox: guard annotateStderrWithSandboxFailures against missing runtime method (fixes Bash on builds without sandbox-runtime) (#1452) (479b0e8)
- teammate-progress: keep cumulative token+tool counts across prompts (#475) (#1402) (5247fb8)
- test: prevent providerProfiles config mock from leaking across files (#1432) (690b3f0)
- thinking: disable thinking for unsupported Ollama models (#1376) (8513178)
- third-party provider compat — update, metrics, and refusal message (#1406) (dda5ea3)
Assets 2
3 people reacted
v0.15.0
@github-actions
github-actions
670744f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.15.0 (2026年05月26日)
Features
- agents: set active session agent from agents menu (#1349) (7419d38)
- configure API retry backoff (#370) (#1095) (d02c10b)
- query: robust multi-lingual and structural continuation nudge (#1280) (2f8aa50)
- safety: warn at startup when 3P provider + permissive mode skip the AI classifier (#1260) (4e8fa24)
Bug Fixes
- agent: allow custom model overrides (#1337) (785d3de)
- attribution: make git attribution opt-in by default (#1335) (6bc050e)
- codex-stream: recover tool args delivered only via done events (#1262) (2d26a46), closes #1259
- codex: allow credential storage fallback (#1347) (f15d236)
- json-schema: support top-level non-object roots via wrap/unwrap (#1261) (07d9b4f), closes #1256
- model: include profile models in descriptor picker (#1361) (2c87bfe)
- route MiniMax compacting through Anthropic-compatible API (#1154) (b3dc674)
- watchers: debounce skills and settings reload bursts (#1370) (ed91673)
Assets 2
7 people reacted
v0.14.0
@github-actions
github-actions
66ed9b6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.14.0 (2026年05月23日)
Features
- diagnostics: show request payload size breakdown (#1237) (0aff8de)
- opengateway: require API key on /v1/* and switch to bearer auth (#1322) (0fbfc12)
- xai: add xAI/Grok OAuth provider (browser + device-code) (#1284) (326f082)
Bug Fixes
- add 5-minute timeout to QueryGuard to prevent infinite spinner (#1255) (23254c2)
- allow non-OpenAI providers to skip OPENAI_API_KEY check (#1207) (4897d59)
- bash: preserve captured stdout in error message on non-zero exit (#1236) (a44a83f)
- compact: clear native tool results after time compaction (#1278) (9b3c904)
- grpc: register built-in agents so Agent tool isn't always empty (#1296) (c366f70)
- harden XAA OAuth callback state handling (#1299) (bafc2a1)
- input: preserve split utf8 keypresses (#1241) (a9f8642)
- MiMo remove unsupported body fields and preserve reasoning content (#1253) (aab2fbc)
- monitor: close permission dialog after selection (#1225) (1aa8aab)
- query: stop repeated tool-failure loops (#1219) (f71e769)
- recovery: keep thinking blocks on resume for reasoning-echo providers (#1248) (0d3c157)
- retry: adjust max_tokens on OpenRouter 402 credit shortfall (#1263) (892c054), closes #1125
- stdin,mcp: guard rawModeEnabledCount and defer MCP connections to prevent input freeze (#603) (#1268) (90360d3)
- TaskListV2: revert overflowX hidden that hides task text labels (#1215) (0fba154)
- treat blank Read.pages as omitted (#1269) (eca9dba)
- xml: guard escapeXml/escapeXmlAttr against null and undefined (#1250) (03f8791)
Assets 2
8 people reacted
v0.13.0
@github-actions
github-actions
f102b60
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.13.0 (2026年05月17日)
Features
Bug Fixes
- bashPermissions: apply MAX_SUBCOMMANDS cap in sandbox auto-allow path (#1057) (#1166) (c53ef18)
- gemini: parse raw tool call text (#1212) (2d20109)
- spinner: prevent layout shift during thinking and orphaned task icons (#1211) (8470832)
- websearch: surface adapter failure when auto mode falls back to native (#994) (#1168) (b3b7714)
Assets 2
9 people reacted
v0.12.1
@github-actions
github-actions
ca357cc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.12.0
@github-actions
github-actions
5959763
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
2 people reacted