macos-computer-use-kit 0.2.0__tar.gz → 0.2.1__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.
Files changed (46) hide show
  1. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/CHANGELOG.md +6 -0
  2. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/PKG-INFO +2 -22
  3. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/PUBLISHING.md +3 -2
  4. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/dsh/package.json +1 -1
  5. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/pi/package.json +1 -1
  6. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/pyproject.toml +3 -2
  7. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/__init__.py +1 -1
  8. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/.github/workflows/ci.yml +0 -0
  9. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/.gitignore +0 -0
  10. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/CONTRIBUTING.md +0 -0
  11. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/LICENSE +0 -0
  12. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/README.md +0 -0
  13. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/install.sh +0 -0
  14. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/dsh/LICENSE +0 -0
  15. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/dsh/README.md +0 -0
  16. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/dsh/cordis.patch.yml +0 -0
  17. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/dsh/package-lock.json +0 -0
  18. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/dsh/src/index.ts +0 -0
  19. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/dsh/src/macosCu.ts +0 -0
  20. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/dsh/tsconfig.json +0 -0
  21. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/pi/LICENSE +0 -0
  22. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/pi/README.md +0 -0
  23. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/pi/extensions/macos-computer-use.ts +0 -0
  24. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/pi/package-lock.json +0 -0
  25. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/pi/skills/macos-computer-use/SKILL.md +0 -0
  26. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/pi/skills/macos-computer-use/reference/jev-best-practices.md +0 -0
  27. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/packages/pi/tsconfig.json +0 -0
  28. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/skill/SKILL.md +0 -0
  29. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/skill/reference/jev-best-practices.md +0 -0
  30. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/__main__.py +0 -0
  31. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/ax.py +0 -0
  32. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/cli.py +0 -0
  33. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/darwin.py +0 -0
  34. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/input_events.py +0 -0
  35. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/jev.py +0 -0
  36. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/overlay.py +0 -0
  37. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/paste.py +0 -0
  38. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/src/macos_computer_use/shot.py +0 -0
  39. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/tests/test_policy.py +0 -0
  40. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/tools/assist.py +0 -0
  41. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/tools/ax_tool.py +0 -0
  42. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/tools/guard.py +0 -0
  43. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/tools/jev_select.py +0 -0
  44. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/tools/overlay.py +0 -0
  45. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/tools/shot.py +0 -0
  46. {macos_computer_use_kit-0.2.0 → macos_computer_use_kit-0.2.1}/tools/smart_paste.py +0 -0
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project. The CLI, the pi package, and the dsh bundle
4
4
  share a version number.
5
5
 
6
+ ## 0.2.1
7
+
8
+ - Publish the Python package metadata with an SPDX license expression
9
+ (`license = "MIT"` + `license-files`, PEP 639) instead of embedding the full
10
+ MIT text in the metadata `License` field. No code or behaviour changes.
11
+
6
12
  ## 0.2.0
7
13
 
8
14
  First release meant for use outside the machine it was built on.
@@ -1,31 +1,11 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: macos-computer-use-kit
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: AX-first computer-use toolkit for AI agents on macOS: accessibility-tree targeting, process-scoped input, clipboard-safe paste, action read-back verification, visual feedback, and optional Jev semantic guards.
5
5
  Project-URL: Homepage, https://github.com/Sur-Cai/macos-computer-use-kit
6
6
  Project-URL: Repository, https://github.com/Sur-Cai/macos-computer-use-kit
7
7
  Project-URL: Issues, https://github.com/Sur-Cai/macos-computer-use-kit/issues
8
- License: MIT License
9
-
10
- Copyright (c) 2026 Sur-Cai
11
-
12
- Permission is hereby granted, free of charge, to any person obtaining a copy
13
- of this software and associated documentation files (the "Software"), to deal
14
- in the Software without restriction, including without limitation the rights
15
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
- copies of the Software, and to permit persons to whom the Software is
17
- furnished to do so, subject to the following conditions:
18
-
19
- The above copyright notice and this permission notice shall be included in all
20
- copies or substantial portions of the Software.
21
-
22
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
- SOFTWARE.
8
+ License-Expression: MIT
29
9
  License-File: LICENSE
30
10
  Keywords: accessibility,agent-tools,ai-agent,automation,computer-use,dsh-plugin,macos,opencode,pi-package
31
11
  Classifier: Development Status :: 4 - Beta
@@ -1,7 +1,8 @@
1
1
  # Publishing this toolkit
2
2
 
3
3
  Three artifacts can be published from this repository, all versioned in lockstep
4
- with the CLI (`0.2.0` today):
4
+ with the CLI (bump `pyproject.toml`, `packages/pi/package.json`, and
5
+ `packages/dsh/package.json` together):
5
6
 
6
7
  | Artifact | Registry | Command |
7
8
  | --- | --- | --- |
@@ -76,7 +77,7 @@ Users install with:
76
77
 
77
78
  ```bash
78
79
  dsh plugin --profile <name> add dsh-macos-computer-use # from npm (recommended)
79
- dsh plugin --profile <name> add ./dsh-macos-computer-use-0.2.0.tgz # from a packed tarball
80
+ dsh plugin --profile <name> add ./dsh-macos-computer-use-<version>.tgz # from a packed tarball
80
81
  ```
81
82
 
82
83
  The npm and tarball forms ship the prebuilt `lib/`, so no build permission is
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-macos-computer-use",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "AX-first computer use on macOS for DeepSeek Harness: accessibility-tree targeting instead of screenshot coordinate guessing, window-scoped input, action read-back verification, and blank-frame-checked screenshots, bridged to the macos-cu CLI.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-macos-computer-use",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "AX-first computer use on macOS for pi: accessibility-tree targeting instead of screenshot coordinate guessing, window-scoped input that never moves the user's cursor, clipboard-safe pasting, action read-back verification, blank-frame detection, and optional Jev semantic guards.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -4,10 +4,11 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "macos-computer-use-kit"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "AX-first computer-use toolkit for AI agents on macOS: accessibility-tree targeting, process-scoped input, clipboard-safe paste, action read-back verification, visual feedback, and optional Jev semantic guards."
9
+ license = "MIT"
10
+ license-files = ["LICENSE"]
9
11
  readme = "README.md"
10
- license = { file = "LICENSE" }
11
12
  requires-python = ">=3.10"
12
13
  keywords = [
13
14
  "computer-use",
@@ -4,6 +4,6 @@ The public surface is the ``macos-cu`` command line; every subcommand prints a
4
4
  single JSON object (or JSON lines) so an agent can consume the result directly.
5
5
  """
6
6
 
7
- __version__ = "0.2.0"
7
+ __version__ = "0.2.1"
8
8
 
9
9
  __all__ = ["__version__"]