Skip to content

Commit b27f457

Browse files
Fix/readme (#36)
* fix readme * bump version
1 parent 78568e3 commit b27f457

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v0.1.2] - 2025-09-03
4+
5+
### Changed
6+
7+
- Deactivates pipeline tracking and activity tracking in `pipelex.toml`.
8+
- Added IDE extension link to `README.md`.
9+
310
## [v0.1.1] - 2025-09-02
411

512
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Some complex pipelines require GCP credentials (See [GCP credentials](https://do
4343
cocode swe-doc-update v1.0.0 path/to/your/local/repository
4444

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

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

5151
# Update AI instructions (AGENTS.md, CLAUDE.md, cursor rules) based on code changes
5252
cocode swe-ai-instruction-update v1.0.0 path/to/your/local/repository

pipelex.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ page_output_text_file_name = "page_text.md"
1919

2020
[pipelex.feature_config]
2121
# WIP/Experimental feature flags
22-
is_pipeline_tracking_enabled = true
23-
is_activity_tracking_enabled = true
22+
is_pipeline_tracking_enabled = false
23+
is_activity_tracking_enabled = false
2424
is_reporting_enabled = true
2525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cocode"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Cocode is the friend of your code"
55
authors = [{ name = "Evotis S.A.S.", email = "evotis@pipelex.com" }]
66
maintainers = [{ name = "Pipelex staff", email = "oss@pipelex.com" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)