Skip to content

Releases: swadhinbiswas/Ghost

v0.1.1

11 Jun 11:41
v0.1.1
02291dc

Choose a tag to compare

Changelog

  • 02291dc fix: support bedrock models with .anthropic. prefix in model ID

v0.1.0

11 Jun 11:04
v0.1.0
2030550

Choose a tag to compare

Changelog

  • 5bb1653 Feat: make complete CLI TOOLS
  • 4b3d8a2 Feat:Agent event Added
  • db54fd8 Initial Commit
  • 8a801b6 Merge pull request #2 from swadhinbiswas/dependabot/github_actions/actions/checkout-6
  • 21bb94d Merge pull request #3 from swadhinbiswas/dependabot/github_actions/actions/deploy-pages-5
  • a51461b Merge pull request #4 from swadhinbiswas/dependabot/github_actions/goreleaser/goreleaser-action-7
  • d1c3cd5 Merge pull request #5 from swadhinbiswas/dependabot/github_actions/actions/upload-artifact-7
  • 9f04d48 Merge pull request #6 from swadhinbiswas/dependabot/github_actions/actions/upload-pages-artifact-5
  • 85a93b1 Merge pull request #7 from swadhinbiswas/dependabot/go_modules/charm.land/fantasy-0.31.0
  • d78a4a1 chore(ci): bump actions/checkout from 4 to 6
  • 7402dcf chore(ci): bump actions/deploy-pages from 4 to 5
  • ff8f356 chore(ci): bump actions/upload-artifact from 4 to 7
  • 2e9890f chore(ci): bump actions/upload-pages-artifact from 3 to 5
  • 1b673f3 chore(ci): bump goreleaser/goreleaser-action from 5 to 7
  • 3275e6e chore(deps): bump charm.land/fantasy from 0.17.1 to 0.31.0
  • e81c5d4 chore: add .gitignore and LICENSE, remove build artifacts and scratch files
  • a12c65d chore: add CODEOWNERS for review-based branch safety
  • aebd500 chore: in-progress UI refactor and gofmt formatting
  • 9510a1e chore: migrate and rebrand charmbracelet/crush to swadhinbiswas/ghost
  • 85fd337 ci(site): conditional base path — root for dev, /Ghost for Pages deploy
  • d113943 ci: add CI pipeline, site deploy, lint config and tooling
  • 06c1523 ci: use golangci-lint-action@v7 to match the v2 lint config
  • 4c35bcc feat : added Provider
  • 5d81331 feat(providers): remote NIM catalog and background startup model refresh
  • 0a328b0 feat(site): add Astro website and documentation
  • c764696 feat(site): isometric animated hero, cute ghost, root routing
  • 6fa0c39 feat: Add nofifier
  • b5751eb feat: added prompting system
  • 59fe418 feat: clean up session share persistence and UI wiring
  • 2030550 feat: redesign header.svg — full-screen hollow vibe with cinematic animations
  • fc1c4d5 feat:Added agent errors Var
  • deb52e6 fix(csync): use pointer receiver for Map.JSONSchemaAlias to satisfy go vet
  • 85ec6a4 fix: remove conflicting main() declarations from test files
  • d0bd597 fix: resolve 107 golangci-lint issues, improve header.svg, add .kiro/ to gitignore, add ghostcode.png
  • 85c33a3 phase1(week1): foundation - layout system and component framework
  • 9fc972e phase1: layout foundation and components
  • 59abba9 phase2: extract components