Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HyperTekOrg/hyperstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: hyperstack-react-v0.5.2
Choose a base ref
...
head repository: HyperTekOrg/hyperstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hyperstack-react-v0.5.3
Choose a head ref
  • 19 commits
  • 50 files changed
  • 5 contributors

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    cc4921c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815769a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7979075 View commit details
    Browse the repository at this point in the history
  4. chore: run prettier

    daliborturbeki committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    32f0249 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. chore: Update ore stack

    adiman9 committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    d308422 View commit details
    Browse the repository at this point in the history
  2. chore: Update ore stack

    adiman9 committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    6febc7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8d895d View commit details
    Browse the repository at this point in the history
  4. docs: fix minor style bug and improve style for workflow

    docs: fix minor style bug and improve style for workflow
    daliborturbeki authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    2e4c956 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. feat(cli): add explore command for stack and schema discovery

    Adds 'hs explore' command that queries the Hyperstack cloud API to
    discover available stacks and introspect their schemas. Supports three
    levels of detail: list all stacks, show entities/views for a stack, or
    show fields/types for a specific entity. Includes --json flag for
    machine-readable output used by AI coding agents.
    
    New API client methods for public registry endpoints (no auth required)
    and authenticated schema endpoints for user-owned stacks.
    adiman9 committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    17c3022 View commit details
    Browse the repository at this point in the history
  2. docs: add Build with AI section with agent skills, prompt cookbook, a…

    …nd tutorial
    
    New 'Build with AI' docs section covering:
    - Agent skills overview and one-command install (npx skills add)
    - Editor setup for Cursor, Claude Code, OpenCode, Windsurf, VS Code, Cline
    - Schema discovery with hs explore
    - Prompt cookbook with 8 ORE-focused copy-paste prompts
    - Finding IDLs guide for building custom stacks
    - Zero-code agentic tutorial for building an ORE mining dashboard
    
    Also updates homepage with Build with AI cards, adds hs explore to CLI
    reference, adds skills callout to quickstart, and configures llms.txt
    with project description and promoted pages.
    adiman9 committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    0af14d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b56807c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    365f251 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. docs: add agent bootstrap URL and restructure Build with AI as agent-…

    …first
    
    Adds docs/public/agent.md served at /agent.md, a plain text instruction
    file that any AI agent can read to self-setup Hyperstack (install CLI
    via Cargo/npm, install skills for 40+ editors via npx skills, discover
    stacks). Users paste one prompt to get everything working.
    
    Restructures the overview page to lead with the agent-driven setup path
    and moves manual instructions to a secondary section. Adds tip callout
    to the editor setup page pointing to the automated path.
    adiman9 committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    e25b6d0 View commit details
    Browse the repository at this point in the history
  2. docs: add CopyPrompt component and reorganize IDL documentation

    - Add CopyPrompt component for copy-to-clipboard prompt boxes
    - Move finding-idls.mdx from agent-skills to building-stacks
    - Update agent-skills prompts to use CopyPrompt and be more concise
    - Simplify editor setup with explicit --agent flags and unified .agents/skills/ paths
    - Add heatmap grid prompt to cookbook
    adiman9 committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    2c6ef93 View commit details
    Browse the repository at this point in the history
  3. chore: Docs lint

    adiman9 committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    b70dbfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4aa568 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51 from HyperTekOrg/agentic

    Agentic
    adiman9 authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    f0f2d03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14b456b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30d6c1b View commit details
    Browse the repository at this point in the history
Loading