Model releases and developer tool updates #78
Today's Letter
- OpenAI GPT-5.6 Sol, Terra, and Luna reach GA on Amazon Bedrock
- GitHub Copilot app adds /security-review preview
- Vercel Chat SDK adds X adapter support
OpenAI GPT-5.6 Sol, Terra, and Luna reach GA on Amazon Bedrock

- AWS said GPT-5.6 Sol, Terra, and Luna became generally available on Amazon Bedrock on July 13, 2026
- The lineup splits into Sol for flagship reasoning, Terra for balanced production workloads, and Luna for lower-latency high-volume inference
- AWS said pricing matches OpenAI first-party rates, and Bedrock usage counts toward existing AWS commitments
- Bedrock adds prompt caching with explicit cache breakpoints for GPT-5.6, with cached input billed at a 90 percent discount and reusable for at least 30 minutes
- AWS said its next-generation inference engine pools capacity for bursty agent traffic while keeping inference in the selected AWS Region for data residency needs
- Model calls run under IAM policies, inside a VPC, and are logged in CloudTrail; classifier-flagged traffic can be retained for up to 30 days for abuse detection
- AWS also highlighted ChatGPT Work and the updated desktop app, with GPT-5.6 on Bedrock configurable through the Responses API
Source: aws.amazon.com
GitHub Copilot app adds /security-review preview

- GitHub introduced `/security-review` in the GitHub Copilot app as a public preview on 2026-07-14
- The command runs a security review on in-flight code changes inside the app, extending the AI-driven scanning already available in Copilot CLI
- Output includes high-confidence security findings with severity and confidence scoring, plus suggested fixes that can be applied and rechecked in the same workflow
- GitHub says the scan is tuned for common high-impact issues including injection flaws, cross-site scripting, insecure data handling, path traversal, and weak cryptography
- The feature is positioned as an on-demand local check before code lands, alongside GitHub code scanning, Dependabot, and secret scanning
- Public preview access is available to Copilot Free, Pro, Business, and Enterprise users
- The workflow is to open a project in the Copilot app, make code changes, and run `/security-review` against the current workstream
Source: github.blog
Vercel Chat SDK adds X adapter support
- Vercel added X adapter support to Chat SDK, extending the same bot codebase model to X alongside Slack, Discord, GitHub, Teams, Telegram, and WhatsApp
- The adapter supports replies to public @mentions and direct message conversations through X API v2 and the X Activity API
- Chat SDK exposes the integration through `@chat-adapter/x`, with a `createXAdapter()` setup pattern in the bot configuration
- The adapter handles CRC verification and webhook signature checks automatically for X event delivery
- It can also refresh OAuth tokens for long-running bots without requiring manual token rotation logic in the application
- X limits reactions to Likes only in this integration, and replies are posted after completion because X does not provide native streaming output
- Automated message behavior remains subject to X automation rules, so deployment constraints depend in part on X platform policy
Source: vercel.com
Jocoletter curates AI, software, and product trends for developers and builders.
#AWS #GitHub #Vercel