Skip to content

v0.6.1 — It doesn't just execute anymore. It thinks first.

Latest

Choose a tag to compare

@garyqlin garyqlin released this 20 Jun 02:33
· 7 commits to main since this release

They attacked us. We shipped.

Yesterday, three freshly-registered bot accounts dumped "star farming" accusations into our issue tracker. All zero-repo, zero-commit, zero-bio shells. 80+ repos hit on the same day. We were on the list.

We didn't argue. We closed the issues and wrote code.


What's new in v0.6.1

🛠 CLI — gbase command

  • gbase init — create a new project with .env config and scaffolding
  • gbase chat — start interactive chat
  • gbase serve — start HTTP server
  • gbase --version — show version
  • Works after pip install gbase

📚 Documentation site

  • docs/ directory with: getting started, installation, core concepts, CLI reference, API reference
  • Clean markdown, ready for site generation

🧠 Thinking Module

  • L0 Context Scanner — scans target directories, maps dependencies, flags risks
  • L1 Thinking Router — classifies task type (code/design/research/logic), routes optimally
  • L3 Verification Engine — automatic post-execution syntax and logic checks
  • L4 Reflection — quality self-check after completion

🐛 Fixed

  • examples/01_hello_gbase.py — no longer says "GBase is not a pip library"
  • README Quick Start now shows both pip install and clone paths

Full changelog

Area Changes
CLI gbase/cli.py + __main__.py, entry point in pyproject.toml
Docs docs/ — 5 pages (getting started, install, concepts, CLI, API)
Example 01_hello_gbase.py — pip-first instructions
Thinking Embedded in kernel pre_process / post_process hooks
CI Green: check-format ✅ test ✅ lint ✅

Your framework that now thinks before it acts. And ships while others post.

pip install --upgrade gbase