Skip to content

Releases: SkeneTechnologies/skene

v0.4.0rc2

23 Apr 20:45

Choose a tag to compare

v0.4.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0rc1...v0.4.0rc2

TUI v0.4.0rc2

23 Apr 20:58

Choose a tag to compare

TUI v0.4.0rc2 Pre-release
Pre-release

v0.4.0rc1

21 Apr 08:15

Choose a tag to compare

v0.4.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: tui-v0.3.2...v0.4.0rc1

v0.3.1

20 Mar 13:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.1rc1

20 Mar 09:29

Choose a tag to compare

v0.3.1rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1rc1

TUI v0.3.2

20 Mar 13:35

Choose a tag to compare

Skene v0.3.2 Release Notes

What's New

Skene Cloud Authentication & Upstream Storage — Signing in with Skene now configures your workspace automatically. After authenticating via the magic link, the TUI receives your upstream workspace slug, connects to Skene Cloud, and saves the upstream configuration — no manual setup required. Analysis results can now be pushed upstream to your Skene Cloud workspace.

Customizable Plan Sections (plan-steps.md) — Place a plan-steps.md file in your skene-context/ directory to override the default growth plan sections. The CLI sends your freeform markdown to the LLM to interpret your custom plan structure, giving you full control over what the growth plan covers.

Improved Plan Generation — The plan command now generates each section with a separate LLM call (multi-step orchestration), providing progress callbacks as each section completes. The planner prompt has been rewritten with a sharper "Council of Growth Engineers" persona that prioritizes high-leverage, compounding strategies over generic advice.

Better Terminal Theme Support — The TUI now detects custom ANSI themes (green-on-black, amber, etc.) by reading the terminal's foreground color saturation. When detected, the renderer drops to 16-color ANSI mode so colors respect your terminal palette instead of forcing brand hex values.

CLI Changes (v0.3.1)

  • Removed chat command, MCP server, and deprecated generate command — The TUI is now the primary interactive interface. MCP optional dependency, entry points (skene-mcp, skene-growth-mcp), and keywords removed.
  • Renamed skene init to skene push --init — Base schema setup is now part of the push workflow.
  • New centralized output module — All CLI output goes through skene.output (status, success, error, warning, debug). Loguru is file-only; Rich console writes to stderr to keep stdout clean for piping.
  • --verbose replaced with --quiet / --debug--quiet suppresses status messages; --debug shows diagnostics and logs LLM I/O to ~/.local/state/skene/debug/. Both flags available on analyze, plan, status, and push.
  • skene provider support in CLI--provider skene now works directly from the CLI, with production endpoint defaulting to www.skene.ai.
  • LLM refactorgenerate_content_with_usage is now the primary abstract method, returning token counts alongside content. All providers updated with accurate usage tracking.
  • Push command improvementspush supports --forward-url for upstream ingest and generates notify_event_log SQL when provided. Schema naming changed from skene.* to skene_growth.* to avoid conflicts.

TUI Changes (v0.3.2)

  • Custom ANSI theme detection — Detects non-standard foreground colors (high saturation) and forces the renderer to 16-color ANSI mode so CompleteAdaptiveColor picks the user's theme palette.
  • Adaptive color system refinement — Removed legacy hardcoded color variables (Cream, Sand, Charcoal, etc.) and applyLightColors(). All colors now use CompleteAdaptiveColor with TrueColor + ANSI tiers and light/dark variants.
  • Auth flow receives upstream slug — The callback server accepts a slug parameter from the auth website, which the TUI uses to auto-configure the upstream workspace URL and API key.
  • Upstream config fields — Config now includes upstream and upstream_api_key, read/written through the TOML config manager.
  • Skene provider unhidden — The Skene provider is now visible in the provider selection list (previously hidden).
  • Brand color update — Updated accent and game colors to match current brand palette.
  • Bug fixes — Footer rendering on window resize, button styling on light theme, provider list styling, game string cleanup.

TUI v0.3.2rc1

19 Mar 15:36

Choose a tag to compare

TUI v0.3.2rc1 Pre-release
Pre-release

TUI v0.3.1

10 Mar 23:02

Choose a tag to compare

TUI v0.3.1rc1

10 Mar 14:40
fdc846d

Choose a tag to compare

TUI v0.3.1rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: tui-v0.3.1a2...tui-v0.3.1rc1

TUI v0.3.1a2

10 Mar 11:22
0057ecf

Choose a tag to compare

TUI v0.3.1a2 Pre-release
Pre-release

What's Changed

  • Pin Python CLI version in TUI builds by @bmichele in #41
  • UX suggestions: simplify results view navigation + native copy-paste by @bmichele in #44
  • Show update notification on TUI welcome screen by @bmichele in #43

Full Changelog: tui-v0.3.1a1...tui-v0.3.1a2