agr-opentui 0.2.1__tar.gz → 0.2.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.
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/.github/workflows/bump-version.yml +26 -2
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/.github/workflows/publish-pypi.yml +38 -1
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/PKG-INFO +7 -4
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/README.md +6 -3
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/pyproject.toml +1 -1
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/uv.lock +1 -1
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/.github/renovate.json5 +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/.github/workflows/build-bin.yml +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/.github/workflows/ci.yml +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/.gitignore +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/Makefile +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/agr_opentui/__init__.py +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/agr_opentui/bridge.py +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/bun.lock +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/bunfig.toml +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/package.json +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/skills.json +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/app.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/app_logic.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/commands.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/deps.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/main.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/runtime/doctor.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/runtime/handlers.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/runtime/modal_input_handler.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/add_flow.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/agr.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/agr_actions.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/clipboard.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/data.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/discover_filter.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/discover_labels.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/feedback.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/handle_match.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/input_mode.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/navigation.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/preview.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_actions.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_all.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_details.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_footer.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_help.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_list.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_missing_config.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_preview.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_run_modal.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_run_options.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_tabs.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_update_confirm.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/render_verify.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/runtime_ops.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/selection.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/skills_file.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/skills_source.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/ui_feedback.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/update.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/verify.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/verify_coordinator.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/services/visible_items.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/state.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/ui/controller.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/ui/layout.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/ui/render.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/ui/rows_render.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/src/ui.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/add_flow_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/agr_actions.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/agr_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/app_logic.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/clipboard_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/commands_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/data_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/discover_filter_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/discover_labels.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/feedback_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/handle_match_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/input_mode_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/navigation_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/preview_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_actions_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_all_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_details_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_footer_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_help_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_list_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_missing_config_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_preview_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_run_modal_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_run_options_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_tabs_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_update_confirm_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/render_verify_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/rows_render.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/runtime_doctor.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/runtime_handlers.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/runtime_ops_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/selection_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/skills_file_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/skills_source.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/ui_controller.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/ui_feedback_adapter.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/update_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/verify_coordinator_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/verify_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/test/visible_items_service.test.ts +0 -0
- {agr_opentui-0.2.1 → agr_opentui-0.2.2}/tsconfig.json +0 -0
|
@@ -15,7 +15,31 @@ on:
|
|
|
15
15
|
create_tag:
|
|
16
16
|
description: "Create and push git tag v<version> after bump"
|
|
17
17
|
required: true
|
|
18
|
-
default:
|
|
18
|
+
default: true
|
|
19
|
+
type: boolean
|
|
20
|
+
create_release:
|
|
21
|
+
description: "Create a GitHub release after tagging"
|
|
22
|
+
required: false
|
|
23
|
+
default: true
|
|
24
|
+
type: boolean
|
|
25
|
+
workflow_call:
|
|
26
|
+
inputs:
|
|
27
|
+
version:
|
|
28
|
+
description: "New version (example: 0.3.0)"
|
|
29
|
+
required: true
|
|
30
|
+
type: string
|
|
31
|
+
branch:
|
|
32
|
+
description: "Branch to update"
|
|
33
|
+
required: true
|
|
34
|
+
type: string
|
|
35
|
+
create_tag:
|
|
36
|
+
description: "Create and push git tag v<version> after bump"
|
|
37
|
+
required: true
|
|
38
|
+
type: boolean
|
|
39
|
+
create_release:
|
|
40
|
+
description: "Create a GitHub release after tagging"
|
|
41
|
+
required: false
|
|
42
|
+
default: true
|
|
19
43
|
type: boolean
|
|
20
44
|
|
|
21
45
|
permissions:
|
|
@@ -107,7 +131,7 @@ jobs:
|
|
|
107
131
|
git push origin "${TAG}"
|
|
108
132
|
|
|
109
133
|
- name: Create GitHub release
|
|
110
|
-
if: inputs.create_tag
|
|
134
|
+
if: inputs.create_tag && inputs.create_release
|
|
111
135
|
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
|
|
112
136
|
with:
|
|
113
137
|
tag_name: v${{ inputs.version }}
|
|
@@ -5,6 +5,20 @@ on:
|
|
|
5
5
|
types: [published]
|
|
6
6
|
workflow_dispatch:
|
|
7
7
|
inputs:
|
|
8
|
+
bump_version:
|
|
9
|
+
description: "Run bump-version before building and publishing"
|
|
10
|
+
required: true
|
|
11
|
+
type: boolean
|
|
12
|
+
default: false
|
|
13
|
+
version:
|
|
14
|
+
description: "New version to use when bump_version is enabled (example: 0.3.0)"
|
|
15
|
+
required: false
|
|
16
|
+
type: string
|
|
17
|
+
branch:
|
|
18
|
+
description: "Branch to build from (and bump when enabled)"
|
|
19
|
+
required: true
|
|
20
|
+
type: string
|
|
21
|
+
default: master
|
|
8
22
|
target:
|
|
9
23
|
description: "Where to publish the package"
|
|
10
24
|
required: true
|
|
@@ -14,11 +28,34 @@ on:
|
|
|
14
28
|
- testpypi
|
|
15
29
|
default: pypi
|
|
16
30
|
|
|
31
|
+
permissions:
|
|
32
|
+
contents: write
|
|
33
|
+
|
|
17
34
|
jobs:
|
|
35
|
+
bump-version:
|
|
36
|
+
if: github.event_name == 'workflow_dispatch' && inputs.bump_version
|
|
37
|
+
uses: ./.github/workflows/bump-version.yml
|
|
38
|
+
with:
|
|
39
|
+
version: ${{ inputs.version }}
|
|
40
|
+
branch: ${{ inputs.branch }}
|
|
41
|
+
create_tag: true
|
|
42
|
+
create_release: false
|
|
43
|
+
secrets: inherit
|
|
44
|
+
|
|
18
45
|
build:
|
|
46
|
+
needs: bump-version
|
|
47
|
+
if: ${{ always() && (needs.bump-version.result == 'success' || needs.bump-version.result == 'skipped') }}
|
|
19
48
|
runs-on: ubuntu-latest
|
|
20
49
|
steps:
|
|
21
|
-
- name: Checkout
|
|
50
|
+
- name: Checkout (workflow_dispatch branch)
|
|
51
|
+
if: github.event_name == 'workflow_dispatch'
|
|
52
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
53
|
+
with:
|
|
54
|
+
ref: ${{ inputs.branch }}
|
|
55
|
+
fetch-depth: 0
|
|
56
|
+
|
|
57
|
+
- name: Checkout (release ref)
|
|
58
|
+
if: github.event_name == 'release'
|
|
22
59
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
23
60
|
|
|
24
61
|
- name: Setup Python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agr-opentui
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.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
|
|
@@ -83,12 +83,15 @@ Discover flow:
|
|
|
83
83
|
|
|
84
84
|
## Requirements
|
|
85
85
|
|
|
86
|
-
|
|
87
|
-
- Zig (required by OpenTUI build tooling)
|
|
86
|
+
Runtime (using `agr-tui`):
|
|
88
87
|
- Python 3.10+
|
|
89
88
|
- `uv`
|
|
90
89
|
- `agr` + `agrx` on your `PATH`
|
|
91
90
|
|
|
91
|
+
Build/Development (working on this repo):
|
|
92
|
+
- Bun 1.3.8+
|
|
93
|
+
- Zig (required by OpenTUI build tooling)
|
|
94
|
+
|
|
92
95
|
## Install
|
|
93
96
|
|
|
94
97
|
```bash
|
|
@@ -171,7 +174,7 @@ git commit -m "chore: bump version to X.Y.Z"
|
|
|
171
174
|
Alternative: use `.github/workflows/bump-version.yml` via **Actions → bump-version → Run workflow** and provide:
|
|
172
175
|
- `version` (required): target version like `0.3.0`
|
|
173
176
|
- `branch` (required): target branch to update (default `master`)
|
|
174
|
-
- `create_tag` (required
|
|
177
|
+
- `create_tag` (required, default enabled): creates/pushes tag `v<version>` and creates a GitHub Release
|
|
175
178
|
|
|
176
179
|
## Discover List (`skills.json`)
|
|
177
180
|
|
|
@@ -60,12 +60,15 @@ Discover flow:
|
|
|
60
60
|
|
|
61
61
|
## Requirements
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
- Zig (required by OpenTUI build tooling)
|
|
63
|
+
Runtime (using `agr-tui`):
|
|
65
64
|
- Python 3.10+
|
|
66
65
|
- `uv`
|
|
67
66
|
- `agr` + `agrx` on your `PATH`
|
|
68
67
|
|
|
68
|
+
Build/Development (working on this repo):
|
|
69
|
+
- Bun 1.3.8+
|
|
70
|
+
- Zig (required by OpenTUI build tooling)
|
|
71
|
+
|
|
69
72
|
## Install
|
|
70
73
|
|
|
71
74
|
```bash
|
|
@@ -148,7 +151,7 @@ git commit -m "chore: bump version to X.Y.Z"
|
|
|
148
151
|
Alternative: use `.github/workflows/bump-version.yml` via **Actions → bump-version → Run workflow** and provide:
|
|
149
152
|
- `version` (required): target version like `0.3.0`
|
|
150
153
|
- `branch` (required): target branch to update (default `master`)
|
|
151
|
-
- `create_tag` (required
|
|
154
|
+
- `create_tag` (required, default enabled): creates/pushes tag `v<version>` and creates a GitHub Release
|
|
152
155
|
|
|
153
156
|
## Discover List (`skills.json`)
|
|
154
157
|
|
|
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
|
|
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
|
|
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
|