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
@@ -1,5 +1,12 @@
# Changelog

## [v0.1.2] - 2025-09-03

### Changed

- Deactivates pipeline tracking and activity tracking in `pipelex.toml`.
- Added IDE extension link to `README.md`.

## [v0.1.1] - 2025-09-02

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ Some complex pipelines require GCP credentials (See [GCP credentials](https://do
cocode swe-doc-update v1.0.0 path/to/your/local/repository

# Proofread documentation against codebase
cocode swe-doc-proofread --doc-dir docs path/to/your/local/repository
cocode swe-doc-proofread --doc-dir docs path/to/your/local/repository # Requires gemini access (gcp credentials file)

# Generate changelog from version diff
cocode swe-from-repo-diff write_changelog v1.0.0 path/to/your/local/repository
cocode swe-from-repo-diff write_changelog v1.0.0 path/to/your/local/repository # Requires Anthropic API key

# Update AI instructions (AGENTS.md, CLAUDE.md, cursor rules) based on code changes
cocode swe-ai-instruction-update v1.0.0 path/to/your/local/repository
Expand Down
4 changes: 2 additions & 2 deletions pipelex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ page_output_text_file_name = "page_text.md"

[pipelex.feature_config]
# WIP/Experimental feature flags
is_pipeline_tracking_enabled = true
is_activity_tracking_enabled = true
is_pipeline_tracking_enabled = false
is_activity_tracking_enabled = false
is_reporting_enabled = true

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cocode"
version = "0.1.1"
version = "0.1.2"
description = "Cocode is the friend of your code"
authors = [{ name = "Evotis S.A.S.", email = "evotis@pipelex.com" }]
maintainers = [{ name = "Pipelex staff", email = "oss@pipelex.com" }]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.