Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/config-system.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# olliecode

## 0.4.0

### Minor Changes

- [`b464a92`](https://github.com/ollielabs/olliecode/commit/b464a92310c956ba30dcba4ac901ba1b90767f7d) Thanks [@platypusrex](https://github.com/platypusrex)! - Add user-configurable settings with JSON/JSONC config files

- Support global (`~/.config/ollie/config.json`) and project-level (`ollie.json`) config files with JSON and JSONC (comments, trailing commas) support, deep merging, and layer precedence
- Add configurable model, host, temperature, autonomy level, tool permissions, agent settings, compaction, TUI theme, and custom instruction files
- Add `/config` slash command to inspect active configuration sources, resolved values, effective permissions, and validation warnings
- Autonomy levels (paranoid/cautious/balanced/autonomous) control per-tool permission baselines with explicit overrides
- Partial recovery on validation errors: invalid fields fall back to defaults while preserving valid settings
- 83 unit tests covering config parsing, merging, resolution, and source attribution

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "olliecode",
"version": "0.3.0",
"version": "0.4.0",
"description": "An agentic coding tool powered by Ollama - local, private, and fast",
"author": "Frank Cooke <frankcooke79@gmail.com>",
"license": "MIT",
Expand Down