You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommended default model is `gemini-2.5-flash`. Gemini `3.x` preview models were validated online as well, but they are still treated as preview options rather than the default stable recommendation.
121
+
105
122
### v0.6 Update
106
123
107
124
**Structured State + Hook Governance + Length Governance**
@@ -224,6 +241,16 @@ Different agents can use different models and providers. Writer on Claude (stron
224
241
225
242
Supports any OpenAI-compatible endpoint (`--provider custom`). Stream auto-fallback — when SSE isn't supported, InkOS retries with sync mode automatically. Fallback parser handles non-standard output from smaller models, and partial content recovery kicks in on stream interruption.
226
243
244
+
### Google Native Provider
245
+
246
+
InkOS also supports `--provider google` for Gemini's native API. The following were validated online:
247
+
248
+
- non-stream text generation via `generateContent`
249
+
- Gemini-native function/tool calling turns
250
+
- replaying tool results back to Gemini, including preserving and forwarding `thoughtSignature`
251
+
252
+
Current boundary: this is the validated scope today, not a claim of full provider parity. The recommended default remains `gemini-2.5-flash`; Gemini `3.x` preview models were validated, but are not the default stable recommendation.
253
+
227
254
### Reliability
228
255
229
256
Every chapter creates an automatic state snapshot — `inkos write rewrite` rolls back any chapter to its pre-write state. The Writer outputs a pre-write checklist (context scope, resources, pending hooks, risks) and a post-write settlement table; the Auditor cross-validates both. File locking prevents concurrent writes. Post-write validator includes cross-chapter repetition detection and 11 hard rules with auto spot-fix.
0 commit comments