mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Prepare for publish
This commit is contained in:
@@ -4,6 +4,12 @@ All notable changes to the "claude-dev" extension will be documented in this fil
|
|||||||
|
|
||||||
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
|
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
|
||||||
|
|
||||||
|
## [1.4.0]
|
||||||
|
|
||||||
|
- Add Kodu provider with credit tracking (+ $20 free credits!)
|
||||||
|
- Add "Always allow read-only operations" setting to let Claude read files and view directories without needing approval (off by default)
|
||||||
|
- Implement sliding window context management to keep tasks going past 200k tokens
|
||||||
|
|
||||||
## [1.3.0]
|
## [1.3.0]
|
||||||
|
|
||||||
- Add task history
|
- Add task history
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import { validateApiConfiguration, validateMaxRequestsPerTask } from "../utils/v
|
|||||||
import { vscode } from "../utils/vscode"
|
import { vscode } from "../utils/vscode"
|
||||||
import ApiOptions from "./ApiOptions"
|
import ApiOptions from "./ApiOptions"
|
||||||
|
|
||||||
const IS_DEV = true
|
const IS_DEV = false // FIXME: use flags when packaging
|
||||||
|
|
||||||
type SettingsViewProps = {
|
type SettingsViewProps = {
|
||||||
version: string
|
version: string
|
||||||
|
|||||||
Reference in New Issue
Block a user