v0.8.20: library, privacy policy updates, slack docs disclaimer - #7408
Conversation
waleedlatif1
commented
Sep 2, 2026
- fix(docs): hide unreleased table expiration (fix(docs): hide unreleased table expiration #7401)
- feat(providers): add Gemini 3.8 Flash (feat(providers): add Gemini 3.8 Flash #7402)
- feat(library): What Is Human-in-the-Loop in AI Agents? (feat(library): What Is Human-in-the-Loop in AI Agents? #7403)
- chore(legal): clarify DPF certification scope (chore(legal): clarify DPF certification scope #7406)
- fix(slack): disclose paid plan requirement (fix(slack): disclose paid plan requirement #7407)
- fix(deployments): retire inactive-version side effects by row with bounded outbox continuation (fix(deployments): retire inactive-version side effects by row with bounded outbox continuation #7405)
Claude-Session: https://claude.ai/code/session_01LKqTj3FNr4iS5jMy1gZe2D Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Sim Pi Agent <pi@sim.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
…unded outbox continuation (#7405) * fix(deployments): retire inactive-version side effects by row with bounded outbox continuation * fix(deployments): fence webhook teardown on version inactivity and abort in undeploy cleanup
Greptile SummaryThe PR adds Gemini 3.8 Flash, publishes a human-in-the-loop library article, updates privacy and Slack disclosures, and hides the feature-flagged table-expiration type from documentation.
Confidence Score: 4/5The public table API contract mismatch should be fixed before merging so feature-enabled TTL tables remain representable by generated clients. OpenAPI generation removes a column type that the runtime API still accepts and can return for feature-enabled workspaces, making the published schema narrower than legitimate API behavior. Files Needing Attention: apps/sim/lib/api/contracts/tables.ts, scripts/openapi/generator.ts
|
| Filename | Overview |
|---|---|
| apps/sim/lib/api/contracts/tables.ts | Adds OpenAPI-only suppression of ttl, creating a mismatch with feature-enabled runtime request and response behavior. |
| scripts/openapi/generator.ts | Adds validated metadata-driven filtering of enum values during OpenAPI generation. |
| apps/sim/providers/models.ts | Adds Gemini 3.8 Flash metadata and makes it the recommended Google model without changing the provider default. |
| apps/sim/app/(landing)/privacy/privacy-content.tsx | Clarifies that DPF certification excludes human-resources data. |
| apps/sim/content/library/what-is-human-in-the-loop-in-ai-agents/index.mdx | Adds a new human-in-the-loop educational article and metadata. |
Reviews (1): Last reviewed commit: "fix(slack): disclose paid plan requireme..." | Re-trigger Greptile