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

## [Unreleased]

## [4.7.1] - 2026-06-12

> **Patch: the documented install command now works.** `-t` was used everywhere in the docs but never implemented in the parser.

### Fixed

- **`-t` / `-u` short flags implemented.** The README quickstart, site install cards, and CLAUDE.md all used `npx code-abyss -t claude -y`, but the arg parser only matched `--target` — so `-t` was silently ignored, the target stayed unset, and the command fell into the interactive picker (breaking outright under `-y` on a non-TTY). `-t` is now an alias for `--target`, `-u` for `--uninstall`, both reflected in `--help`.

### Changed

- **Quickstart surfaces code-graph enablement.** README + zh-CN README lead with `--with-abyss` (one-shot binary download so the pre-edit hooks work out of the box), document `--with-mcp`, clarify what plain `-y` installs, and add a verify step (`abyss --version`, `abyss index`).
- **Site install + code-graph sections.** A tip row surfaces `--with-abyss` / `--with-mcp`; the code-graph section shows the SCIP benchmark as a row of precision pills (Go/TS/Python/Rust) instead of a crammed sentence; footer version corrected to v4.7.0.

## [4.7.0] - 2026-06-12

> **Product-line release.** Code Abyss (the agent integration layer) ships aligned with `abyss` v0.3.3 (the code graph engine) as one product line.
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.7.0",
"version": "4.7.1",
"description": "为 Claude Code / Codex CLI / Gemini CLI / OpenClaw 注入可切换人格、主动执行导向、5种输出风格与30个工程技能(含自我进化炼炉 + 代码关系图智能)",
"keywords": [
"claude",
Expand Down
Loading