stepfun-ai/Step-Code
About the project
A TypeScript terminal coding agent that reads code, makes changes and runs tests, works with Step models, and supports MCP, Agent Skills, plugins and static site publishing.
Useful for
- Run step in a project and ask it to explain the stack and directory layout without edits
- Generate AGENTS.md via /init to document the project
- Delegate a long-running task with /goal and track progress in the status line
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 5 stars so far today, about 20 expected by the end of the day. The usual pace is 0 per day, so that's 20× as much.
- Before this, the repository barely got any stars — about 1 per day.
- The spike has held for 3 days in a row — not a one-off blip.
- GitHub Trending TypeScript today: #11, +37 stars.
- About 11 forks a day — people are taking the code.
- Recent forks include notable developers: @jasonkneen (439 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 386
- Today
- 5 · ≈ 20 by evening
- Forks
- 40
- Issues and pull requests
- 188
- Watchers
- 3
- Language
- TypeScript
- License
- MIT
- Created
- June 1, 2026
- Last push
- September 24, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 24, 2026GitHub Trending TypeScript today: #11, +37 stars
Similar by description
-
2.8
cline/cline
Open-source coding agent available as an SDK, IDE extension, CLI, or desktop app: reads your project, edits code, runs commands and tests with human-in-the-loop approval.
-
2.3
MoonshotAI/kimi-code
Kimi Code CLI is a terminal AI coding agent that reads and edits code, runs shell commands, searches files and fetches web pages, using Kimi models or other compatible providers.
-
3.7
anthropics/claude-code
An agentic coding tool that lives in the terminal: it understands your codebase, executes routine tasks, explains complex code, and handles git workflows via natural language commands.
-
1.7
jarrodwatts/claude-hud
A Claude Code plugin that displays session state right below the input line: context window usage, active tools, running subagents, and todo progress. It uses Claude Code's native statusline API, with no tmux or…