Skip to content

Commit bcbe871

Browse files
committed
docs: improve GitHub discovery metadata
1 parent fdb91e2 commit bcbe871

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,30 @@
44

55
<h1 align="center">Noturcode</h1>
66

7-
<p align="center"><strong>Open-source session control for Claude Code, Codex, Pi, OMP, Hermes Agent, OpenCode, and coding-agent teams on macOS.</strong></p>
7+
<p align="center"><strong>Native macOS session manager for Claude Code, Codex, Pi, OMP, Hermes Agent, OpenCode, and other AI coding agents.</strong></p>
88

99
<p align="center">
10-
See every local agent at a glance, return to the exact iTerm2 pane, and open the real conversation, tools, files, and subagents without replacing your terminal.
10+
Track every local agent, return to its exact iTerm2 pane, and inspect its transcript, tools, files, models, tokens, and subagents without replacing your terminal.
1111
</p>
1212

1313
<p align="center">
14+
<a href="https://github.com/TimpiaAI/noturcode/actions/workflows/ci.yml"><img alt="CI status" src="https://github.com/TimpiaAI/noturcode/actions/workflows/ci.yml/badge.svg"></a>
15+
<a href="https://github.com/TimpiaAI/noturcode/releases/tag/v0.1.0"><img alt="Release v0.1.0" src="https://img.shields.io/badge/release-v0.1.0-7dd3fc"></a>
1416
<a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-7dd3fc"></a>
1517
<img alt="macOS 15+" src="https://img.shields.io/badge/macOS-15%2B-black">
16-
<img alt="Native Swift" src="https://img.shields.io/badge/native-Swift-f97316">
18+
<img alt="Swift" src="https://img.shields.io/badge/native-Swift-f97316">
1719
<img alt="Local only" src="https://img.shields.io/badge/data-local--only-86efac">
1820
</p>
1921

2022
![The real Noturcode notch session list showing Pi, OMP, and Hermes Agent sessions](docs/images/noturcode-notch-demo.png)
2123

2224
> These are captures of the native macOS app. They use sanitized fixture sessions, so no private transcript or project data appears.
2325
24-
## Why Noturcode
26+
## A native AI coding agent session manager for macOS
2527

26-
Running several coding agents creates a surprisingly physical problem: the useful work is scattered across tabs and splits. You lose the session that needs approval, notice a completed run late, or jump back to the wrong pane.
28+
Claude Code, Codex, Pi, OMP, Hermes Agent, and OpenCode can spread active work across many terminal tabs and splits. You can miss a session that needs approval, notice a completed run late, or return to the wrong pane.
2729

28-
Noturcode is a small native companion for the terminal you already use:
30+
Noturcode puts those local coding-agent sessions in one native macOS app:
2931

3032
- **Glance, then disappear.** Working, waiting, failed, and unread-completion states live in the notch or a compact external-display island.
3133
- **Return to the actual pane.** Session identity is captured when the agent connects; a click asks iTerm2 to reveal that exact session and visibly reports stale targets.
@@ -65,7 +67,7 @@ The table is intentionally capability-by-capability. “Detected” does not mea
6567

6668
## Install from source
6769

68-
Public notarized binaries are not published yet. Until the release pipeline is signed and verified, build from source:
70+
The current source release is [Noturcode v0.1.0](https://github.com/TimpiaAI/noturcode/releases/tag/v0.1.0). Public notarized binaries are not published yet. Until the release pipeline is signed and verified, build from source:
6971

7072
```sh
7173
git clone https://github.com/TimpiaAI/noturcode.git

0 commit comments

Comments
 (0)