Skip to content

chore: version 0.2.1#1

Merged
IMDelewer merged 6 commits into
mainfrom
dev
May 16, 2026
Merged

chore: version 0.2.1#1
IMDelewer merged 6 commits into
mainfrom
dev

Conversation

@IMDelewer

Copy link
Copy Markdown
Contributor

No description provided.

@reekeer reekeer deleted a comment from github-actions Bot May 16, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📋 PR Summary

chore: version 0.2.1

IMDelewer opened a pull request from devmain


📊 Overview

Metric Value
Commits 4
Changed Files 14
Additions +847
Deletions -486
Contributors 1

📈 Change Distribution

  • ♻️ Refactoring ██████████░░░░░░░░░░ 2
  • 🚀 CI ██████████░░░░░░░░░░ 2

♻️ Refactoring

2 commits
  • 3c601ed remove chat history and user concept from protocol, server, handshake — @IMDelewer
  • 99c74ce add Client/Server classes, remove logs, builtin commands, chat state — @IMDelewer

🚀 CI

2 commits

🎯 Main Impact Areas


📂 Most Changed Files

+ 474 - 0   .github/workflows/pr-summary.yml
+ 100 - 130 src/fognode/app.py
+ 213 - 0   AGENTS.md
+ 14  - 69  src/fognode/cli/entrypoint.py
+ 0   - 66  src/fognode/core/state.py
+ 12  - 53  src/fognode/core/server.py
+ 16  - 48  .github/workflows/build.yml
+ 6   - 47  src/fognode/types/protocol.py
+ 3   - 26  src/fognode/__init__.py
+ 0   - 20  src/fognode/types/__init__.py

🧩 Changed Directories

  • src/ — 11 files
  • .github/ — 2 files
  • root/ — 1 files

⚠️ High Impact Files

  • .github/workflows/pr-summary.yml (+474 / -0)
  • src/fognode/app.py (+100 / -130)
  • AGENTS.md (+213 / -0)

👥 Contributors


🔎 Raw Commit Messages

Show raw commits
refactor: remove chat history and user concept from protocol, server, handshake

refactor: add Client/Server classes, remove logs, builtin commands, chat state

ci: auto-release on main push using latest tag

ci: add pr summary


Generated automatically from PR metadata.

@github-actions

Copy link
Copy Markdown
Contributor

❌ PR Check Results

Lint & Type Checks

Check Status
Ruff ✅ Passed
Black ✅ Passed
Pyright ❌ Failed

Tests

Python Status
3.10 ✅ Passed
3.12 ✅ Passed
3.14 ✅ Passed

One or more checks failed. Fix the issues and push again.

@IMDelewer IMDelewer merged commit 5ae9d2c into main May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant