Skip to content

Releases: YangKangSung/task-beacon

Task Beacon 0.16.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 23:56
5df7dec

Task Beacon 0.16.0

Cron health. Each live job is judged from its own file: ♥ when the last due fire (next_run, or schedule after last_run) was honoured within a 10-minute grace, 💔 when the due time passed with no run recorded, ♡ when there is not enough data, ☁ for vendor-ticked jobs such as GitHub Actions. Shown on the Agent root, the Cron subhead, a per-source Health row, overdue jobs, the status bar, and a bottom-panel tile. Task Beacon: Cron Health… lists sources and jobs; the Hermes entry can run hermes cron status in a terminal on request. A small 5-field cron parser (names, ranges, steps, Vixie day-or semantics) and interval parser (every 2h, 30m, daily) back the computation. Claude Desktop local tasks (~/.claude/scheduled-tasks/*/SKILL.md) are now read as a source. Task Beacon still does not inspect processes or the OS scheduler.

Task Beacon 0.15.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 01:27
545d1b3

Task Beacon 0.15.1

Settings → Agent tab holds the runner command and an optional embedding model. References for a delegated brief are still shortlisted by word overlap; with todoView.aiEmbeddingModel set they are re-ranked through the provider's /embeddings, and the epic says which ranker was used. Delegated epics now follow their subtasks on every refresh — done, blocked, or in-progress — and hand-written epics are never touched.

Task Beacon 0.15.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 00:01
7f9a394

Task Beacon 0.15.0

Delegate to Agent. A brief becomes Projects/<slug>.md plus Tasks/<slug>-NN-<kind>.md subtasks (research / analysis / implement / schedule) when AI is configured, or one task when it is not. Finished tasks in the same wiki are attached as references so similar work keeps the shape that worked. schedule subtasks land as agent-cron plus a .task-beacon/jobs.json row. New todoView.agentRunner command template and Run with Agent open a terminal per task; only agent-task / agent-cron can be handed off. Task Beacon still does not run a scheduler.

Task Beacon 0.14.20

Choose a tag to compare

@github-actions github-actions released this 11 Sep 06:45
ecf6ea1

Task Beacon 0.14.20

Lead the listing as a lens for Official / Private / Agent work. The README capture is the sample workspace: Tree, Summary, Table, Chart, Cron Runs, and the bottom Task Beacon panel.

Task Beacon 0.14.19

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:05

Task Beacon 0.14.19

Any agent can put work on the board. The contract is wiki agent-task / agent-cron plus optional .task-beacon/jobs.json. Live readers now include Hermes, Claude Code scheduled_tasks.json, GitHub Actions schedules, and OpenCode scheduler files. Pause / run stay Hermes-only. Cursor and Codex cloud automations stay as wiki / jobs-file rows.