typesafeai-cli 0.3.1__tar.gz → 0.3.2__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.
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/PKG-INFO +4 -3
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/README.md +3 -2
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/install.sh +3 -7
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/pyproject.toml +1 -1
- typesafeai_cli-0.3.2/src/typesafe_cli/__init__.py +1 -0
- typesafeai_cli-0.3.1/src/typesafe_cli/__init__.py +0 -1
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/.gitignore +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/LICENSE +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/examples/README.md +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/examples/code-change/questions.json +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/examples/code-change/state.json +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/examples/ticket/questions.json +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/examples/ticket/state.json +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/cli.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/client.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/__init__.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/agent.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/ask.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/auth.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/decide.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/eval.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/extract.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/find.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/models.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/oneshot.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/rank.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/screen.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/skills.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/smoke.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/suggest_skill.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/commands/verify.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/config.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/data/__init__.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/data/typesafe-ai/CLI.md +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/data/typesafe-ai/SKILL.md +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/data/typesafe-cli/SKILL.md +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/detect.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/format.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/help.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/io.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/questions.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/__init__.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/decide.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/extract.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/find.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/rank.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/screen.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/skills.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/thresholds.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/recipes/verify.py +0 -0
- {typesafeai_cli-0.3.1 → typesafeai_cli-0.3.2}/src/typesafe_cli/schema.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: typesafeai-cli
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Agent CLI for TypeSafe System One (Jev)
|
|
5
5
|
Project-URL: Homepage, https://github.com/maddygoround/typesafeai-cli
|
|
6
6
|
Project-URL: Repository, https://github.com/maddygoround/typesafeai-cli
|
|
@@ -102,12 +102,13 @@ Python 3.10+ and a key from the [TypeSafe console](https://console.typesafe.ai/s
|
|
|
102
102
|
```bash
|
|
103
103
|
export TYPESAFE_API_KEY=apikey_…
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
curl -fsSL https://github.com/maddygoround/typesafeai-cli/releases/latest/download/install.sh | bash
|
|
106
106
|
# or: pipx install typesafeai-cli
|
|
107
|
+
# or: pip install typesafeai-cli
|
|
107
108
|
# or clone, then: uv sync && uv run typesafe --help
|
|
108
109
|
```
|
|
109
110
|
|
|
110
|
-
`install.sh`
|
|
111
|
+
`install.sh` pulls the GitHub wheel and puts `typesafe` on PATH. Optional: `TYPESAFE_BASE_URL`, `TYPESAFE_DEFAULT_MODEL`. `--key` / `--creds` are for scripts, not for agents scraping secrets.
|
|
111
112
|
|
|
112
113
|
## Commands
|
|
113
114
|
|
|
@@ -78,12 +78,13 @@ Python 3.10+ and a key from the [TypeSafe console](https://console.typesafe.ai/s
|
|
|
78
78
|
```bash
|
|
79
79
|
export TYPESAFE_API_KEY=apikey_…
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
curl -fsSL https://github.com/maddygoround/typesafeai-cli/releases/latest/download/install.sh | bash
|
|
82
82
|
# or: pipx install typesafeai-cli
|
|
83
|
+
# or: pip install typesafeai-cli
|
|
83
84
|
# or clone, then: uv sync && uv run typesafe --help
|
|
84
85
|
```
|
|
85
86
|
|
|
86
|
-
`install.sh`
|
|
87
|
+
`install.sh` pulls the GitHub wheel and puts `typesafe` on PATH. Optional: `TYPESAFE_BASE_URL`, `TYPESAFE_DEFAULT_MODEL`. `--key` / `--creds` are for scripts, not for agents scraping secrets.
|
|
87
88
|
|
|
88
89
|
## Commands
|
|
89
90
|
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
#
|
|
3
|
-
# pipx install typesafeai-cli
|
|
2
|
+
# Install the typesafe CLI from a GitHub release (default) or PyPI.
|
|
4
3
|
#
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
# ./install.sh
|
|
9
|
-
# TYPESAFE_CLI_VERSION=v0.2.0 ./install.sh
|
|
4
|
+
# curl -fsSL https://github.com/maddygoround/typesafeai-cli/releases/latest/download/install.sh | bash
|
|
5
|
+
# TYPESAFE_CLI_VERSION=v0.3.1 ./install.sh
|
|
10
6
|
# TYPESAFE_CLI_FROM=pypi ./install.sh
|
|
11
7
|
#
|
|
12
8
|
# Env:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.3.2"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.3.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|