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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [4.8.2] - 2026-06-25

### Changed

- **abyss hooks are now opt-in.** Default install no longer auto-injects `SessionStart` + `PreToolUse`/`BeforeTool` hooks into Claude / Codex / Gemini settings. The `indexing-code` skill remains available for passive model-driven invocation. Pass `--with-hooks` to restore the previous behavior. Re-installing without `--with-hooks` strips prior marker-tagged entries; user-authored hooks are untouched (marker-based).
- **Bundled ccstatusline preset compacted to a single line.** Dropped redundant `↑input` / `↓output` / `⊡cached` token fields (already encoded in `session-cost`), `context-length` absolute count (covered by percentage), and `session-clock`. Now shows: `model · context-% · cost · git-root-dir`, separated by U+22EE (⋮).

## [4.8.1] - 2026-06-19

### Fixed
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": "code-abyss",
"version": "4.8.1",
"version": "4.8.2",
"description": "为 Claude Code / Codex CLI / Gemini CLI / OpenClaw 注入可切换人格、主动执行导向、5种输出风格与30个工程技能(含自我进化炼炉 + 代码关系图智能)",
"keywords": [
"claude",
Expand Down
Loading