tsugite-codex-cli 0.16.0__tar.gz → 0.17.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -173,6 +173,7 @@ secrets/*
173
173
 
174
174
  # TODO: temp - I need to clean up the docs
175
175
  docs-old/
176
+ docs/design/
176
177
  examples/*
177
178
  !examples/tsugite-example-plugin/
178
179
  agents/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tsugite-codex-cli
3
- Version: 0.16.0
3
+ Version: 0.17.0
4
4
  Summary: Tsugite plugin: ChatGPT subscription auth via Codex CLI token store
5
5
  Requires-Python: >=3.11
6
- Requires-Dist: tsugite-cli==0.16.0
6
+ Requires-Dist: tsugite-cli==0.17.0
@@ -1,10 +1,10 @@
1
1
  [project]
2
2
  name = "tsugite-codex-cli"
3
- version = "0.16.0"
3
+ version = "0.17.0"
4
4
  description = "Tsugite plugin: ChatGPT subscription auth via Codex CLI token store"
5
5
  requires-python = ">=3.11"
6
6
  dependencies = [
7
- "tsugite-cli==0.16.0",
7
+ "tsugite-cli==0.17.0",
8
8
  ]
9
9
 
10
10
  [project.entry-points."tsugite.providers"]