pi-spark 0.13.0 → 0.13.1

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.
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  [Pi](https://pi.dev/) package that polishes your daily experience and keeps you at the frontier of agentic workflows.
6
6
 
7
+ ![Overview](./assets/screenshot-overview.png)
8
+
7
9
  ## Features
8
10
 
9
11
  ### Compact TUI: editor, footer, and fullscreen
@@ -14,6 +16,8 @@ pi-spark ships with custom editor, footer, and fullscreen rendering, replacing t
14
16
  - The footer shows session information, extension statuses, cost, and context usage on one line.
15
17
  - The fullscreen rendering clears the terminal screen and scrollback on session start and exit, and pins the editor and footer to the bottom.
16
18
 
19
+ ![Compact TUI](./assets/screenshot-tui.png)
20
+
17
21
  ### Credits
18
22
 
19
23
  pi-spark shows the active provider's credit balance or rate-limit usage in the status line, so you can keep an eye on what's left without leaving the terminal.
@@ -21,6 +25,8 @@ pi-spark shows the active provider's credit balance or rate-limit usage in the s
21
25
  - Supported providers: DeepSeek, Fireworks, Moonshot, OpenAI Codex, OpenRouter, and Vercel AI Gateway.
22
26
  - Most provider fetching follows [CodexBar](https://github.com/steipete/codexbar). Fireworks is the exception: its balance sits behind an internal gRPC API, reverse-engineered from the `firectl` binary (see [docs/fireworks.md](./docs/fireworks.md)).
23
27
 
28
+ ![Credits](./assets/screenshot-credits.png)
29
+
24
30
  ### Presets
25
31
 
26
32
  pi-spark lets you define named model presets in `spark.json` (see [Configuration](#configuration)), so you can switch between models and thinking levels without retyping provider details. The active preset is shown on the editor's top border.
@@ -29,6 +35,8 @@ pi-spark lets you define named model presets in `spark.json` (see [Configuration
29
35
  - Start pi on a given preset with `pi --preset <name>`.
30
36
  - Cycle presets with `ctrl+super+p` (forward) and `ctrl+shift+super+p` (backward); `super` is `command` on macOS and needs a terminal that forwards it.
31
37
 
38
+ ![Presets](./assets/screenshot-presets.png)
39
+
32
40
  ### Recap
33
41
 
34
42
  pi-spark generates a short recap of the current session after it goes idle, or on demand, inspired by [Claude Code's session recap](https://code.claude.com/docs/en/interactive-mode#session-recap).
@@ -37,6 +45,8 @@ pi-spark generates a short recap of the current session after it goes idle, or o
37
45
  - Run `/recap` to generate one manually at any time.
38
46
  - The recap can use its own model, configured separately from your working model.
39
47
 
48
+ ![Recap](./assets/screenshot-recap.png)
49
+
40
50
  ### Agent tools: `name` and `model`
41
51
 
42
52
  pi-spark provides the pi coding agent with tools to inspect and manipulate itself. Currently, `name` and `model` tools are included.
@@ -44,6 +54,8 @@ pi-spark provides the pi coding agent with tools to inspect and manipulate itsel
44
54
  - `name` sets or updates the current session's name.
45
55
  - `model` shows the active model or lists pi models.
46
56
 
57
+ ![Agent tools](./assets/screenshot-tools.png)
58
+
47
59
  ## Configuration
48
60
 
49
61
  pi-spark reads config from `~/.pi/agent/spark.json` and from the current project's `.pi/spark.json`. Project config overrides matching global fields.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-spark",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Pi package that polishes your daily experience and keeps you at the frontier of agentic workflows.",
5
5
  "keywords": [
6
6
  "pi-coding-agent",
Binary file