Experiment: Refactor to exclusively use GPT-5.1 and leverage new features #49

Closed
opened 2025-11-17 09:53:09 +00:00 by dikkadev · 0 comments
dikkadev commented 2025-11-17 09:53:09 +00:00 (Migrated from github.com)

Overview

This experiment aims to refactor the entire codebase so that turboCommit operates exclusively with GPT-5.1. The goal is to utilize the latest features, improvements, and settings provided in 5.1, and remove deprecated/obsolete logic tied to older models. See GPT-5.1 model features for a comprehensive list.

Key Tasks:

  • Refactor core logic and APIs to work only with GPT-5.1
  • Add support for new 'reasoning' settings (including none mode)
  • Add support for verbosity setting—make it configurable by CLI and config defaults
  • Remove legacy options/settings/bypass code that are no longer relevant
  • Update documentation to reflect the changes

Acceptance Criteria

  • turboCommit only allows GPT-5.1 usage
  • Supports all major features from 5.1, especially reasoning and verbosity controls
  • CLI and config options for reasoning (including none) and verbosity
  • All old/unsupported options fully removed
  • All new behaviors covered in docs

Reference:

## Overview This experiment aims to refactor the entire codebase so that turboCommit operates exclusively with GPT-5.1. The goal is to utilize the latest features, improvements, and settings provided in 5.1, and remove deprecated/obsolete logic tied to older models. See [GPT-5.1 model features](https://platform.openai.com/docs/guides/latest-model) for a comprehensive list. ### Key Tasks: - Refactor core logic and APIs to work only with GPT-5.1 - Add support for new 'reasoning' settings (including `none` mode) - Add support for verbosity setting—make it configurable by CLI and config defaults - Remove legacy options/settings/bypass code that are no longer relevant - Update documentation to reflect the changes ### Acceptance Criteria - turboCommit only allows GPT-5.1 usage - Supports all major features from 5.1, especially reasoning and verbosity controls - CLI and config options for reasoning (including `none`) and verbosity - All old/unsupported options fully removed - All new behaviors covered in docs **Reference:** - [GPT-5.1 official docs](https://platform.openai.com/docs/guides/latest-model)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lab/turboCommit#49
No description provided.