Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build test live fmt vet package package-host clean

BIN := bin/kandev-plugin-task-manager
VERSION := 0.1.0
VERSION := 0.1.1
STAGE := .build/stage
PKG_OUT := kandev-plugin-task-manager-$(VERSION).tar.gz

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ Download the tarball from [Releases](../../releases), then either:
- **Settings → Plugins → Install** and upload it, or
- drop it in `~/.kandev/plugins/` and press **Sync**.

The hotkey is remappable in **Settings → Keyboard shortcuts**. A CPU chip also
appears in the top bar on the Kanban and Tasks views, and opens the same panel.
The hotkey is remappable in **Settings → Plugins → Task Manager**. A CPU chip
also appears in the top bar on the Kanban and Tasks views, and opens the same
panel.

![The panel open over the Kanban board, with the CPU chip in the top bar](docs/media/in-app.png)

Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: "kandev-plugin-task-manager"
api_version: 1
version: "0.1.0"
version: "0.1.1"
display_name: "Task Manager"
description: "Per-task CPU and memory for running agents — a hotkey task manager over the real host process tree."
author: "kandev"
Expand Down Expand Up @@ -36,6 +36,6 @@ ui:
keybindings:
- id: "open-task-manager"
# Ctrl+Shift+Esc on Linux/Windows, Cmd+Shift+Esc on macOS.
# Remappable in Settings > Keyboard shortcuts.
# Remappable in Settings > Plugins > Task Manager.
default: "mod+shift+escape"
description: "Open the per-task CPU / memory task manager"
Loading