open-code-review/internal
Tao Xin 24c2dd0cde
Some checks are pending
CodeQL Advanced / Analyze (go) (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Pages / build (push) Waiting to run
CI / test (push) Waiting to run
CI / windows (push) Waiting to run
CI / cross-compile (amd64, darwin) (push) Waiting to run
CI / cross-compile (amd64, windows) (push) Waiting to run
CI / cross-compile (arm64, darwin) (push) Waiting to run
CI / cross-compile (arm64, linux) (push) Waiting to run
CI / cross-compile (arm64, windows) (push) Waiting to run
Deploy Pages / deploy (push) Blocked by required conditions
feat(language): add support for .ipynb files (#980)
* chore: new extensions for `.ipynb`

* docs: update site docs

* chore(allowlist): skip Jupyter .ipynb_checkpoints autosaves

Jupyter writes autosave copies of a notebook into a sibling
.ipynb_checkpoints/ directory. Now that .ipynb is in the extension
allowlist, an accidentally committed checkpoint would be reviewed as a
regular file and produce comments duplicating those on the real
notebook. Exclude the directory by default, alongside the other
tool-generated artifacts.

---------

Co-authored-by: kite <lizhengfeng.lzf@alibaba-inc.com>
2026-08-18 20:24:20 +08:00
..
agent fix(diff): re-file comments whose code lives in another file (#921) 2026-08-15 19:20:41 +08:00
config feat(language): add support for .ipynb files (#980) 2026-08-18 20:24:20 +08:00
delegate chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
diff fix(diff): re-file comments whose code lives in another file (#921) 2026-08-15 19:20:41 +08:00
gitcmd chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
llm feat(config): resolve api_key/auth_token from a command (#236) (#605) 2026-08-17 14:40:37 +08:00
llmloop fix(diff): re-file comments whose code lives in another file (#921) 2026-08-15 19:20:41 +08:00
mcp test: raise statement coverage to 90% and enforce it in CI (#747) 2026-08-06 12:55:44 +08:00
model chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
pathutil test: raise statement coverage to 90% and enforce it in CI (#747) 2026-08-06 12:55:44 +08:00
release chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
scan feat(config): resolve api_key/auth_token from a command (#236) (#605) 2026-08-17 14:40:37 +08:00
session feat(config): resolve api_key/auth_token from a command (#236) (#605) 2026-08-17 14:40:37 +08:00
stdout refactor(telemetry): replace PrintTraceSummary positional params with TraceSummary struct (#909) 2026-08-15 12:19:28 +08:00
suggestdiff chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
telemetry refactor(telemetry): replace PrintTraceSummary positional params with TraceSummary struct (#909) 2026-08-15 12:19:28 +08:00
tool chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
viewer feat(config): resolve api_key/auth_token from a command (#236) (#605) 2026-08-17 14:40:37 +08:00