tsugite-codex-cli 0.22.1__tar.gz → 0.23.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.
@@ -193,4 +193,6 @@ plugins/tsugite-daemon/tsugite_daemon/web/
193
193
  # Re-include frontend source that generic lib/ rules (incl. contributors' global
194
194
  # gitignores with Python-style `lib/`) would otherwise silently exclude.
195
195
  !plugins/tsugite-daemon/frontend/src/lib/
196
- !plugins/tsugite-daemon/frontend/src/lib/**
196
+ !plugins/tsugite-daemon/frontend/src/lib/**
197
+ # Per-job git worktrees provisioned by the daemon.
198
+ .tsugite-jobs/
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: tsugite-codex-cli
3
- Version: 0.22.1
3
+ Version: 0.23.0
4
4
  Summary: Tsugite plugin: ChatGPT subscription auth via Codex CLI token store
5
5
  Author: Justyn Shull
6
6
  Requires-Python: >=3.11
7
- Requires-Dist: tsugite-cli==0.22.1
7
+ Requires-Dist: tsugite-cli==0.23.0
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "tsugite-codex-cli"
3
- version = "0.22.1"
3
+ version = "0.23.0"
4
4
  description = "Tsugite plugin: ChatGPT subscription auth via Codex CLI token store"
5
5
  authors = [{ name = "Justyn Shull" }]
6
6
  requires-python = ">=3.11"
7
7
  dependencies = [
8
- "tsugite-cli==0.22.1",
8
+ "tsugite-cli==0.23.0",
9
9
  ]
10
10
 
11
11
  [project.entry-points."tsugite.providers"]