patchfeld 0.2.3__tar.gz → 0.2.4__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.
- {patchfeld-0.2.3 → patchfeld-0.2.4}/PKG-INFO +25 -1
- {patchfeld-0.2.3 → patchfeld-0.2.4}/README.md +24 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/pyproject.toml +1 -1
- {patchfeld-0.2.3 → patchfeld-0.2.4}/.gitignore +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/LICENSE +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/__main__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/actions.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/activity/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/activity/log.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/child_tools.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/fake_sdk_adapter.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/manager.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/permission_grants.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/permission_inbox.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/request_inbox.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/sdk_adapter.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/session.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/sort.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/agents/state.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/app.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/config.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/events.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/custom_widgets.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/defaults.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/engine.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/local_widgets.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/registry.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/spec.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/splitter.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/layout/titles.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/orchestrator/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/orchestrator/formatting.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/orchestrator/session.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/orchestrator/skills.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/orchestrator/slash_completion.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/orchestrator/tabs_tools.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/orchestrator/tools.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/agents_index.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/atomic.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/layout_store.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/layouts_store.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/orchestrator_sessions.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/paths.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/themes_store.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/transcript_store.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/persistence/workspace_store.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/theme/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/theme/engine.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/theme/spec.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/_file_lang.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/_terminal_keys.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/_terminal_render.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/activity_feed.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/agent_table.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/agent_transcript.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/change_cwd_screen.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/chrome.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/diff_viewer.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/file_editor.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/file_tree.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/file_viewer.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/history_screen.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/layout_switcher.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/log_tail.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/markdown.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/new_tab_screen.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/notebook.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/orchestrator_chat.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/permission_modal.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/permission_request_bar.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/resume_screen.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/rich_transcript.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/system_usage.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/terminal.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/theme_switcher.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/widgets/transcript_screen.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/workspace/__init__.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/patchfeld/workspace/spec.py +0 -0
- {patchfeld-0.2.3 → patchfeld-0.2.4}/website/README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: patchfeld
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: A Textual TUI for managing multiple Claude Code agent sessions
|
|
5
5
|
Project-URL: Homepage, https://github.com/jimmymills/patchfeld
|
|
6
6
|
Project-URL: Repository, https://github.com/jimmymills/patchfeld
|
|
@@ -330,6 +330,30 @@ pip install patchfeld
|
|
|
330
330
|
patchfeld
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
+
### Updating
|
|
334
|
+
|
|
335
|
+
Same tool you installed with — patchfeld releases regularly, so check for
|
|
336
|
+
updates whenever something feels stale:
|
|
337
|
+
|
|
338
|
+
```bash
|
|
339
|
+
pipx upgrade patchfeld # if installed via pipx
|
|
340
|
+
uv tool upgrade patchfeld # if installed via `uv tool`
|
|
341
|
+
pip install --upgrade patchfeld # if installed via pip in a venv
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
To force a specific version (e.g., pinning or rolling back):
|
|
345
|
+
|
|
346
|
+
```bash
|
|
347
|
+
pipx install --force patchfeld==0.2.2
|
|
348
|
+
uv tool install --force patchfeld==0.2.2
|
|
349
|
+
pip install patchfeld==0.2.2
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
The latest release lives on
|
|
353
|
+
[PyPI](https://pypi.org/project/patchfeld/) and tagged releases on
|
|
354
|
+
[GitHub](https://github.com/jimmymills/patchfeld/releases) — release
|
|
355
|
+
notes call out behavior changes and any migration steps.
|
|
356
|
+
|
|
333
357
|
### From source (for hacking on patchfeld itself)
|
|
334
358
|
|
|
335
359
|
```bash
|
|
@@ -295,6 +295,30 @@ pip install patchfeld
|
|
|
295
295
|
patchfeld
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
+
### Updating
|
|
299
|
+
|
|
300
|
+
Same tool you installed with — patchfeld releases regularly, so check for
|
|
301
|
+
updates whenever something feels stale:
|
|
302
|
+
|
|
303
|
+
```bash
|
|
304
|
+
pipx upgrade patchfeld # if installed via pipx
|
|
305
|
+
uv tool upgrade patchfeld # if installed via `uv tool`
|
|
306
|
+
pip install --upgrade patchfeld # if installed via pip in a venv
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
To force a specific version (e.g., pinning or rolling back):
|
|
310
|
+
|
|
311
|
+
```bash
|
|
312
|
+
pipx install --force patchfeld==0.2.2
|
|
313
|
+
uv tool install --force patchfeld==0.2.2
|
|
314
|
+
pip install patchfeld==0.2.2
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
The latest release lives on
|
|
318
|
+
[PyPI](https://pypi.org/project/patchfeld/) and tagged releases on
|
|
319
|
+
[GitHub](https://github.com/jimmymills/patchfeld/releases) — release
|
|
320
|
+
notes call out behavior changes and any migration steps.
|
|
321
|
+
|
|
298
322
|
### From source (for hacking on patchfeld itself)
|
|
299
323
|
|
|
300
324
|
```bash
|
|
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
|