agr-opentui 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.
Files changed (109) hide show
  1. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.github/workflows/build-bin.yml +1 -1
  2. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/Makefile +1 -1
  3. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/PKG-INFO +24 -4
  4. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/README.md +23 -3
  5. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/pyproject.toml +1 -1
  6. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/uv.lock +1 -1
  7. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.github/CODEOWNERS +0 -0
  8. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  9. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  10. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.github/renovate.json5 +0 -0
  11. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.github/workflows/bump-version.yml +0 -0
  12. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.github/workflows/ci.yml +0 -0
  13. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.github/workflows/publish-pypi.yml +0 -0
  14. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/.gitignore +0 -0
  15. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/agr_opentui/__init__.py +0 -0
  16. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/agr_opentui/bridge.py +0 -0
  17. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/bun.lock +0 -0
  18. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/bunfig.toml +0 -0
  19. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/package.json +0 -0
  20. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/skills.json +0 -0
  21. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/app.ts +0 -0
  22. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/app_logic.ts +0 -0
  23. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/commands.ts +0 -0
  24. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/deps.ts +0 -0
  25. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/main.ts +0 -0
  26. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/runtime/doctor.ts +0 -0
  27. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/runtime/handlers.ts +0 -0
  28. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/runtime/modal_input_handler.ts +0 -0
  29. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/add_flow.ts +0 -0
  30. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/agr.ts +0 -0
  31. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/agr_actions.ts +0 -0
  32. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/clipboard.ts +0 -0
  33. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/data.ts +0 -0
  34. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/discover_filter.ts +0 -0
  35. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/discover_labels.ts +0 -0
  36. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/feedback.ts +0 -0
  37. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/handle_match.ts +0 -0
  38. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/input_mode.ts +0 -0
  39. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/navigation.ts +0 -0
  40. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/preview.ts +0 -0
  41. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_actions.ts +0 -0
  42. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_all.ts +0 -0
  43. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_details.ts +0 -0
  44. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_footer.ts +0 -0
  45. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_help.ts +0 -0
  46. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_list.ts +0 -0
  47. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_missing_config.ts +0 -0
  48. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_preview.ts +0 -0
  49. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_run_modal.ts +0 -0
  50. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_run_options.ts +0 -0
  51. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_tabs.ts +0 -0
  52. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_update_confirm.ts +0 -0
  53. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/render_verify.ts +0 -0
  54. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/runtime_ops.ts +0 -0
  55. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/selection.ts +0 -0
  56. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/skills_file.ts +0 -0
  57. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/skills_source.ts +0 -0
  58. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/ui_feedback.ts +0 -0
  59. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/update.ts +0 -0
  60. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/verify.ts +0 -0
  61. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/verify_coordinator.ts +0 -0
  62. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/services/visible_items.ts +0 -0
  63. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/state.ts +0 -0
  64. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/ui/controller.ts +0 -0
  65. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/ui/layout.ts +0 -0
  66. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/ui/render.ts +0 -0
  67. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/ui/rows_render.ts +0 -0
  68. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/src/ui.ts +0 -0
  69. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/add_flow_service.test.ts +0 -0
  70. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/agr_actions.test.ts +0 -0
  71. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/agr_service.test.ts +0 -0
  72. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/app_logic.test.ts +0 -0
  73. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/clipboard_service.test.ts +0 -0
  74. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/commands_service.test.ts +0 -0
  75. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/data_service.test.ts +0 -0
  76. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/discover_filter_service.test.ts +0 -0
  77. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/discover_labels.test.ts +0 -0
  78. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/feedback_service.test.ts +0 -0
  79. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/handle_match_service.test.ts +0 -0
  80. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/input_mode_service.test.ts +0 -0
  81. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/navigation_service.test.ts +0 -0
  82. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/preview_service.test.ts +0 -0
  83. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_actions_service.test.ts +0 -0
  84. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_all_service.test.ts +0 -0
  85. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_details_service.test.ts +0 -0
  86. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_footer_service.test.ts +0 -0
  87. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_help_service.test.ts +0 -0
  88. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_list_service.test.ts +0 -0
  89. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_missing_config_service.test.ts +0 -0
  90. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_preview_service.test.ts +0 -0
  91. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_run_modal_service.test.ts +0 -0
  92. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_run_options_service.test.ts +0 -0
  93. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_tabs_service.test.ts +0 -0
  94. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_update_confirm_service.test.ts +0 -0
  95. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/render_verify_service.test.ts +0 -0
  96. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/rows_render.test.ts +0 -0
  97. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/runtime_doctor.test.ts +0 -0
  98. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/runtime_handlers.test.ts +0 -0
  99. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/runtime_ops_service.test.ts +0 -0
  100. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/selection_service.test.ts +0 -0
  101. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/skills_file_service.test.ts +0 -0
  102. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/skills_source.test.ts +0 -0
  103. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/ui_controller.test.ts +0 -0
  104. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/ui_feedback_adapter.test.ts +0 -0
  105. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/update_service.test.ts +0 -0
  106. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/verify_coordinator_service.test.ts +0 -0
  107. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/verify_service.test.ts +0 -0
  108. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/test/visible_items_service.test.ts +0 -0
  109. {agr_opentui-0.3.1 → agr_opentui-0.3.2}/tsconfig.json +0 -0
@@ -60,7 +60,7 @@ jobs:
60
60
  echo "name=${name}" >> "$GITHUB_OUTPUT"
61
61
 
62
62
  - name: Rename binary
63
- run: mv bin/agr-tui "bin/${{ steps.name.outputs.name }}"
63
+ run: mv bin/agr-opentui "bin/${{ steps.name.outputs.name }}"
64
64
 
65
65
  - name: Upload artifact
66
66
  uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
@@ -2,7 +2,7 @@ BUN ?= bun
2
2
  PYTHON ?= python3
3
3
  ENTRY ?= src/main.ts
4
4
  OUT_DIR ?= bin
5
- OUT ?= $(OUT_DIR)/agr-tui
5
+ OUT ?= $(OUT_DIR)/agr-opentui
6
6
  DIST_DIR ?= dist
7
7
 
8
8
  .PHONY: build clean
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agr-opentui
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: OpenTUI frontend for agr
5
5
  Project-URL: Homepage, https://github.com/RelativeSure/agr-opentui
6
6
  Project-URL: Repository, https://github.com/RelativeSure/agr-opentui
@@ -37,6 +37,26 @@ An OpenTUI interface for the `agr`/`agrx` CLI: view configured skills, trigger `
37
37
  `agr-opentui` is an OpenTUI front-end for `agr`/`agrx`.
38
38
  The default discover source in this repo points to `https://github.com/kasperjunge/agent-resources`.
39
39
 
40
+ ## Install from PyPI
41
+
42
+ With `uv`:
43
+
44
+ ```bash
45
+ uv tool install agr-opentui
46
+ ```
47
+
48
+ With `pip`:
49
+
50
+ ```bash
51
+ python -m pip install agr-opentui
52
+ ```
53
+
54
+ Then run:
55
+
56
+ ```bash
57
+ agr-opentui
58
+ ```
59
+
40
60
  ## Usage
41
61
 
42
62
  Tabs:
@@ -95,7 +115,7 @@ Discover flow:
95
115
 
96
116
  ## Requirements
97
117
 
98
- ### Runtime (using `agr-tui`):
118
+ ### Runtime (using `agr-opentui`):
99
119
  - Python 3.10+
100
120
  - `uv`
101
121
  - `agr` + `agrx` on your `PATH`
@@ -113,7 +133,7 @@ or
113
133
  ```bash
114
134
  make build
115
135
  ```
116
- This creates `bin/agr-tui`.
136
+ This creates `bin/agr-opentui`.
117
137
 
118
138
 
119
139
  #### Install
@@ -135,7 +155,7 @@ Run it from the repo you want to manage (the current working directory is the ta
135
155
 
136
156
  ```bash
137
157
  cd /path/to/your/project
138
- agr-tui
158
+ agr-opentui
139
159
  ```
140
160
 
141
161
  `agr-opentui` itself does not need to contain your target repo's `agr.toml`.
@@ -14,6 +14,26 @@ An OpenTUI interface for the `agr`/`agrx` CLI: view configured skills, trigger `
14
14
  `agr-opentui` is an OpenTUI front-end for `agr`/`agrx`.
15
15
  The default discover source in this repo points to `https://github.com/kasperjunge/agent-resources`.
16
16
 
17
+ ## Install from PyPI
18
+
19
+ With `uv`:
20
+
21
+ ```bash
22
+ uv tool install agr-opentui
23
+ ```
24
+
25
+ With `pip`:
26
+
27
+ ```bash
28
+ python -m pip install agr-opentui
29
+ ```
30
+
31
+ Then run:
32
+
33
+ ```bash
34
+ agr-opentui
35
+ ```
36
+
17
37
  ## Usage
18
38
 
19
39
  Tabs:
@@ -72,7 +92,7 @@ Discover flow:
72
92
 
73
93
  ## Requirements
74
94
 
75
- ### Runtime (using `agr-tui`):
95
+ ### Runtime (using `agr-opentui`):
76
96
  - Python 3.10+
77
97
  - `uv`
78
98
  - `agr` + `agrx` on your `PATH`
@@ -90,7 +110,7 @@ or
90
110
  ```bash
91
111
  make build
92
112
  ```
93
- This creates `bin/agr-tui`.
113
+ This creates `bin/agr-opentui`.
94
114
 
95
115
 
96
116
  #### Install
@@ -112,7 +132,7 @@ Run it from the repo you want to manage (the current working directory is the ta
112
132
 
113
133
  ```bash
114
134
  cd /path/to/your/project
115
- agr-tui
135
+ agr-opentui
116
136
  ```
117
137
 
118
138
  `agr-opentui` itself does not need to contain your target repo's `agr.toml`.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "agr-opentui"
3
- version = "0.3.1"
3
+ version = "0.3.2"
4
4
  description = "OpenTUI frontend for agr"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -19,7 +19,7 @@ wheels = [
19
19
 
20
20
  [[package]]
21
21
  name = "agr-opentui"
22
- version = "0.3.1"
22
+ version = "0.3.2"
23
23
  source = { editable = "." }
24
24
  dependencies = [
25
25
  { name = "agr" },
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