This website requires JavaScript.
Explore
Help
Register
Sign In
subculture-collective
/
edda
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
CI
44 workflow runs
Actor
All actors
PatrickFanella
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
blacktower/frontend
copilot/add-language-naming-convention-integration
copilot/add-quest-objective-tracking
copilot/add-unit-tests-for-world-generation
copilot/auto-create-default-user-campaign
copilot/create-llm-interview-flow
copilot/define-embedder-interface
copilot/define-toolfilter-interface-and-gamephase-enum
copilot/implement-add-remove-ability-tools
copilot/implement-apply-damage-and-apply-condition
copilot/implement-campaign-selection-screen
copilot/implement-claude-streaming-support
copilot/implement-combat-round-tool
copilot/implement-create-city-tool
copilot/implement-create-culture-tool
copilot/implement-create-economic-system-tool
copilot/implement-create-location-tool
copilot/implement-create-npc-tool
copilot/implement-create-subquest-tool
copilot/implement-establish-relationship-tool
copilot/implement-initiate-combat-tool
copilot/implement-llm-context-assembly
copilot/implement-modify-item-create-item
copilot/implement-ollama-embedding-provider
copilot/implement-present-choices-tool
copilot/implement-resolve-combat-tool
copilot/implement-token-budget-awareness
copilot/implement-tool-registry
copilot/implement-update-player-stats-tool
copilot/implement-update-player-status-tool
dependabot/go_modules/go_modules-1c326ae8dc
dependabot/npm_and_yarn/frontend/npm_and_yarn-7c6ac41456
feat/tui-state-driven-views
legal/gpl-3.0-or-later-20260809
main
recycle/nuc-hosted-projects-20260617/main
Merge branch 'main' into blacktower/frontend
CI #57
:
Commit
6c60eac293
pushed by
PatrickFanella
blacktower/frontend
2026-08-27 19:49:31 -05:00
1m19s
View workflow file
Merge pull request 'License project under GPL-3.0-or-later' (
#3
) from legal/gpl-3.0-or-later-20260809 into main
CI #56
:
Commit
b28c1e1807
pushed by
PatrickFanella
main
2026-08-27 14:34:03 -05:00
46s
View workflow file
docs: license project under GPL-3.0-or-later
CI #55
:
Commit
16df8202ff
pushed by
PatrickFanella
legal/gpl-3.0-or-later-20260809
2026-08-09 18:24:19 -05:00
1m6s
View workflow file
chore: rename game-master to edda
CI #54
:
Commit
aa10ada245
pushed by
PatrickFanella
recycle/nuc-hosted-projects-20260617/main
2026-08-09 13:40:12 -05:00
1m3s
View workflow file
testing overnight
CI #53
:
Commit
842f0c100f
pushed by
PatrickFanella
main
2026-08-09 13:39:09 -05:00
1m14s
View workflow file
feat(tui): data-driven character, inventory, quest views with real-time updates
CI #52
:
Commit
0ef5538913
pushed by
PatrickFanella
feat/tui-state-driven-views
2026-08-09 13:37:55 -05:00
1m0s
View workflow file
build(deps-dev): bump vite
CI #51
:
Commit
07dbc74f8c
pushed by
PatrickFanella
dependabot/npm_and_yarn/frontend/npm_and_yarn-7c6ac41456
2026-08-09 13:36:55 -05:00
1m10s
View workflow file
fix: address update_player_stats review feedback
CI #48
:
Commit
1892c62f23
pushed by
PatrickFanella
copilot/implement-update-player-stats-tool
2026-08-09 13:33:24 -05:00
58s
View workflow file
Deep-copy Tool.Parameters in List() to prevent registry mutation
CI #47
:
Commit
5d53c0fa0b
pushed by
PatrickFanella
copilot/implement-tool-registry
2026-08-09 13:32:26 -05:00
52s
View workflow file
fix: guard history trimming edge case
CI #46
:
Commit
cebe432074
pushed by
PatrickFanella
copilot/implement-token-budget-awareness
2026-08-09 13:31:33 -05:00
1m1s
View workflow file
Address review feedback: fix ErrNoRows handling, NPC combat-state validation, and surrender narrative
CI #45
:
Commit
a0d7efe17b
pushed by
PatrickFanella
copilot/implement-resolve-combat-tool
2026-08-09 13:30:32 -05:00
1m2s
View workflow file
Add present_choices tool with validation and tests
CI #44
:
Commit
e9922cb440
pushed by
PatrickFanella
copilot/implement-present-choices-tool
2026-08-09 13:29:30 -05:00
59s
View workflow file
chore(memory): address review feedback and finalize ollama embedder
CI #43
:
Commit
52d95f602e
pushed by
PatrickFanella
copilot/implement-ollama-embedding-provider
2026-08-09 13:28:31 -05:00
1m8s
View workflow file
fix: address PR review feedback in assembly package
CI #41
:
Commit
357b8905de
pushed by
PatrickFanella
copilot/implement-llm-context-assembly
2026-08-09 13:26:24 -05:00
1m5s
View workflow file
fix: address review feedback for initiate_combat implementation
CI #40
:
Commit
907cde803d
pushed by
PatrickFanella
copilot/implement-initiate-combat-tool
2026-08-09 13:25:19 -05:00
1m1s
View workflow file
fix establish_relationship strength update semantics
CI #39
:
Commit
2584e6993c
pushed by
PatrickFanella
copilot/implement-establish-relationship-tool
2026-08-09 13:24:18 -05:00
59s
View workflow file
fix: refine error tests and resolve CI compile regressions
CI #38
:
Commit
9ff4a4e204
pushed by
PatrickFanella
copilot/implement-create-subquest-tool
2026-08-09 13:23:19 -05:00
1m3s
View workflow file
fix: enforce required currency denominations and share string array parser
CI #35
:
Commit
2f9cf15545
pushed by
PatrickFanella
copilot/implement-create-economic-system-tool
2026-08-09 13:17:34 -05:00
59s
View workflow file
Address create_culture PR thread feedback
CI #34
:
Commit
40cf1a8b49
pushed by
PatrickFanella
copilot/implement-create-culture-tool
2026-08-09 13:16:34 -05:00
1m0s
View workflow file
refactor(create_city): reuse preloaded locations for district creation
CI #33
:
Commit
f0c1a748af
pushed by
PatrickFanella
copilot/implement-create-city-tool
2026-08-09 13:15:09 -05:00
54s
View workflow file
Apply PR review feedback: SSE robustness improvements
CI #31
:
Commit
aa58c23bb5
pushed by
PatrickFanella
copilot/implement-claude-streaming-support
2026-08-09 13:08:28 -05:00
1m6s
View workflow file
fix: address PR review follow-ups for campaign launcher
CI #30
:
Commit
cae5689360
pushed by
PatrickFanella
copilot/implement-campaign-selection-screen
2026-08-09 13:07:22 -05:00
1m8s
View workflow file
fix: address review feedback for combat mutation tools
CI #29
:
Commit
6d7106c548
pushed by
PatrickFanella
copilot/implement-apply-damage-and-apply-condition
2026-08-09 13:06:14 -05:00
1m4s
View workflow file
Update internal/engine/tool_filter.go
CI #27
:
Commit
a6ac8e99fe
pushed by
PatrickFanella
copilot/define-toolfilter-interface-and-gamephase-enum
2026-08-09 13:04:02 -05:00
1m12s
View workflow file
Address PR review: validate profile completeness, deep-copy history, fix docs
CI #25
:
Commit
c9b3b54b8c
pushed by
PatrickFanella
copilot/create-llm-interview-flow
2026-08-09 13:01:46 -05:00
1m18s
View workflow file
Address PR review comments: bootstrap, campaign, launcher fixes
CI #24
:
Commit
b52b5ae842
pushed by
PatrickFanella
copilot/auto-create-default-user-campaign
2026-08-09 13:00:27 -05:00
1m18s
View workflow file
test: expand linked-entity coverage for world generation handlers
CI #23
:
Commit
8b97fced62
pushed by
PatrickFanella
copilot/add-unit-tests-for-world-generation
2026-08-09 12:59:09 -05:00
1m25s
View workflow file
fix: address complete_objective review edge cases
CI #22
:
Commit
510e2787de
pushed by
PatrickFanella
copilot/add-quest-objective-tracking
2026-08-09 12:57:44 -05:00
1m25s
View workflow file
Address review: fix language_id empty handling, remove unused params, fix comment
CI #21
:
Commit
513a7c4795
pushed by
PatrickFanella
copilot/add-language-naming-convention-integration
2026-08-09 12:56:18 -05:00
1m27s
View workflow file
Merge remote-tracking branch 'origin/main' into blacktower/frontend
CI #20
:
Commit
f8888f4f21
pushed by
PatrickFanella
blacktower/frontend
2026-08-09 12:54:51 -05:00
1m15s
View workflow file
First
Previous
1
2
Next
Last