An open API service providing commit metadata for open source projects.

GitHub / MerrukTechnology/OpenCode-Native / commits

SHA Message Author Date Stats
228bc780 merge Merge pull request #46 from MerrukTechnology/dependabot/github_actions/action... Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
104ea350 ci(deps)(deps): bump the actions group with 2 updates
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
6464889d merge Merge pull request #42 from MerrukTechnology/dependabot/go_modules/google.gol... Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
d83cf073 build(deps)(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
922922fa merge Merge pull request #41 from MerrukTechnology/dependabot/go_modules/dependenci... Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
f4a5f876 build(deps)(deps): bump the dependencies group with 4 updates
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
7ad0fae8 Enhance Kilo provider streaming and tool tracking Yahya Lmallas <1****S@u****m> 6 months ago
8d35b513 Standardize code formatting and cleanup Yahya Lmallas <1****S@u****m> 6 months ago
73094b63 Add support for GPT-5 and O3 models Yahya Lmallas <1****S@u****m> 6 months ago
78317748 fix(provider): handle SSE ToolUseDelta events arriving before ToolUseStart (s... Yahya Lmallas <1****S@u****m> 6 months ago
24579649 fix(agent): add max cycles limit and rate limit detection to prevent infinite... Yahya Lmallas <1****S@u****m> 6 months ago
b64898bd fix: handle empty tool input and LSP race condition Yahya Lmallas <1****S@u****m> 6 months ago
8d85c688 git commit -m "fix(logging): use structured key-value logging for TUI exit to... Yahya Lmallas <1****S@u****m> 6 months ago
3dba9140 feat(flow): add error type categorization to flow step output Yahya Lmallas <1****S@u****m> 6 months ago
1bd52877 root: avoid variable shadowing Yahya Lmallas <1****S@u****m> 6 months ago
c09162bc refactor(tui): move dialog state and commands to dialog package Yahya Lmallas <1****S@u****m> 6 months ago
5da2911f fix(agent): use shared task service for PlanTaskTool and UpdateStepTool Yahya Lmallas <1****S@u****m> 6 months ago
baad335c fix(tui): resolve FIXME/TODO and implement thread-safe page tracking Yahya Lmallas <1****S@u****m> 6 months ago
77054909 fix(flow): correct error message string order in Conflicts.Error() Yahya Lmallas <1****S@u****m> 6 months ago
c9b4a703 feat(Flow): implement cycle detection and diagnostics for flow system Yahya Lmallas <1****S@u****m> 6 months ago
0c732059 Flow System: Conflict Handling, Cycle Detection, and Diagnostics Labels: area... Yahya Lmallas <1****S@u****m> 6 months ago
ee3b07f7 feat(flow): add duplicate flow ID detection and conflict reporting Yahya Lmallas <1****S@u****m> 6 months ago
ae865fff docs: add package comments and fix lint issues Yahya Lmallas <1****S@u****m> 6 months ago
4af4d616 fix: resolve duplicated tools import in provider.go Yahya Lmallas <1****S@u****m> 6 months ago
4c2a2844 fix: add context.Context to exec.Command calls Yahya Lmallas <1****S@u****m> 6 months ago
94329559 chore(docs): add technical debt tracking to AGENTS.md Yahya Lmallas <1****S@u****m> 6 months ago
8616e873 fix(core): propagate context.Context to all long-running operations Yahya Lmallas <1****S@u****m> 6 months ago
27849001 merge Merge pull request #32 from MerrukTechnology/dependabot/go_modules/dependenci... Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
beb10cfd build(deps)(deps): bump github.com/mark3labs/mcp-go
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
4bae4f92 fix(flow): add prompt validation and race condition handling Yahya Lmallas <1****S@u****m> 6 months ago
2fdceee3 feat(db): make root_session_id nullable in flow_states table Yahya Lmallas <1****S@u****m> 6 months ago
5ef32e5a fix(app): prevent nil-pointer panic when InitPrimaryAgents returns empty slice Yahya Lmallas <1****S@u****m> 6 months ago
8b5c3da1 fix: add guarded goroutine for lspSvc.Init with error handling and panic reco... Yahya Lmallas <1****S@u****m> 6 months ago
a3dd5876 chore: Upgrade Google GenAI to v1.49.0 Yahya Lmallas <1****S@u****m> 6 months ago
ae7f449f fix(lsp): handler leak in WaitForDiagnostics and clientsCh lock Yahya Lmallas <1****S@u****m> 6 months ago
8abf1f2f merge merge: incorporate upstream changes while preserving our features Yahya Lmallas <1****S@u****m> 6 months ago
dad61863 feat(cmd):add explicit project id to group sessions Artem Obukhov <a****v@p****o> 6 months ago
521be616 feat(llm): add Kilo provider with SSE decoder for fragmented tool calls Yahya Lmallas <1****S@u****m> 6 months ago
5ce8058d refactor(tools):fetch and read rename Artem Obukhov <a****v@p****o> 6 months ago
dc4dea43 refactor(tools):adjust name to match claude Artem Obukhov <a****v@p****o> 6 months ago
4cbd004e fix(dialog):correct scroll behaviour and room for bash cmd Artem Obukhov <a****v@p****o> 6 months ago
c15accd3 fix(flow):fall through behaviour removed, only explicit transitions Artem Obukhov <a****v@p****o> 6 months ago
a9d98778 fix(messages):ordering bug, evident when forking session, created_at is not e... Artem Obukhov <a****v@p****o> 6 months ago
b691b2ef chore(docs):remove host Artem Obukhov <a****v@p****o> 6 months ago
5a7dce47 fix(websearch):do not add tool if no providers configured Artem Obukhov <a****v@p****o> 6 months ago
8d886cb4 fix(tools):bug with non matching tool result blocks Artem Obukhov <a****v@p****o> 6 months ago
e9f07b33 feat(websearch):add new tool, initial impl Artem Obukhov <a****v@p****o> 6 months ago
ce3b4b8e docs(spec):websearch Artem Obukhov <a****v@p****o> 6 months ago
0f9c5208 feat: add 32 Kilo Gateway models with complete capability metadata Yahya Lmallas <1****S@u****m> 6 months ago
a69d8b8f feat(provider): add better handling, sentinel errors, and documentation to pr... Yahya Lmallas <1****S@u****m> 6 months ago
9d651c46 feat(tui): add responsive layout engine and pro theme, and some bug fixes for... Yahya Lmallas <1****S@u****m> 6 months ago
aed5567e merge merge: incorporate upstream changes from obukhovaa/opencode Yahya Lmallas <1****S@u****m> 6 months ago
4d20c7fb fix(cmd):adjust flag msg Artem Obukhov <a****v@p****o> 6 months ago
de33c836 fix(cmd):skip session flag when flow is provided Artem Obukhov <a****v@p****o> 6 months ago
b8706276 fix(flow,tui):do not spam structured output in flow, proper lsp shutdown Artem Obukhov <a****v@p****o> 6 months ago
7144dc3f fix(flow):resume properly, adjust output, fix init file Artem Obukhov <a****v@p****o> 6 months ago
136559d7 docs: add documentation comments to TUI components Yahya Lmallas <1****S@u****m> 6 months ago
9e8834fe merge merge: incorporate upstream changes with local adaptations Yahya Lmallas <1****S@u****m> 6 months ago
c540c7d5 goreleaser: fix again Yahya Lmallas <1****S@u****m> 6 months ago
6bdf07f5 goreleaser: fix release Yahya Lmallas <1****S@u****m> 6 months ago
7a4a2e6d goreleaser: cleanup Yahya Lmallas <1****S@u****m> 6 months ago
20988c05 goreleaser: no need for signing step for now Yahya Lmallas <1****S@u****m> 6 months ago
53bfcd73 goreleaser: cleanup Yahya Lmallas <1****S@u****m> 6 months ago
a02b339b goreleaser: cleanup Yahya Lmallas <1****S@u****m> 6 months ago
3e761d0c change outdated config flags for goreleaser Yahya Lmallas <1****S@u****m> 6 months ago
4366f50f feat(agents):list via command Artem Obukhov <a****v@p****o> 6 months ago
16841fb6 refactor!: replace pubsub broker with new implementation Yahya Lmallas <1****S@u****m> 6 months ago
69a65bdd llm/agent: fix incorrect behavior where valid struct outputs were not being u... Yahya Lmallas <1****S@u****m> 6 months ago
ac10d2f3 refining some docs, typo, enforce checking for duplicate id's and add test fo... Yahya Lmallas <1****S@u****m> 6 months ago
77c796b7 fix last merge to follow code style Yahya Lmallas <1****S@u****m> 6 months ago
3622f041 merge Merge remote-tracking branch 'upstream/main' into main Yahya Lmallas <1****S@u****m> 6 months ago
286d8a74 better ci Yahya Lmallas <1****S@u****m> 6 months ago
f8271ed6 linting: avoid unnecessary casting conversions Yahya Lmallas <1****S@u****m> 6 months ago
f1b42515 missed that in last commits Yahya Lmallas <1****S@u****m> 6 months ago
985d7de2 tools(ls): Don't apply hidden/ignored filters to paths within the initial sea... Yahya Lmallas <1****S@u****m> 6 months ago
dcad4b92 merge Merge pull request #28 from MerrukTechnology/dependabot/github_actions/action... Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
83739a26 merge Merge branch 'main' into dependabot/github_actions/actions-fbc9272af6 Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
88474f36 CI: just some ci fixes Yahya Lmallas <1****S@u****m> 6 months ago
c169d736 Tools(ls): fix a problem where rg and fallback are not the same Yahya Lmallas <1****S@u****m> 6 months ago
f19d8b13 ci(deps)(deps): bump the actions group with 6 updates
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1631f01d CI: Prepare to start using reusable actions Yahya Lmallas <1****S@u****m> 6 months ago
acba90c9 fix model test Yahya Lmallas <1****S@u****m> 6 months ago
80ade808 golangci-lint: add to makefile Yahya Lmallas <1****S@u****m> 6 months ago
4990f578 golagci-lint(fix): better config file to catch more problems, and fixed many ... Yahya Lmallas <1****S@u****m> 6 months ago
94cbaf4c Providers: add warning for empty reply from providers (Anthropic/GoogleAI), p... Yahya Lmallas <1****S@u****m> 6 months ago
48df8807 feat(commands):load markdown commands and call from chat Artem Obukhov <a****v@p****o> 6 months ago
ec61bc77 fix(tui):session prune chat refresh Artem Obukhov <a****v@p****o> 6 months ago
1b2efc97 feat(flow):session prefix and args validation Artem Obukhov <a****v@p****o> 6 months ago
9633b14c merge Merge pull request #27 from MerrukTechnology/dependabot/go_modules/google.gol... Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
6fb034a9 upgrade google genai to latest version Yahya Lmallas <1****S@u****m> 6 months ago
db71b2c7 CGO envirenement variable for older OS's Yahya Lmallas <1****S@u****m> 6 months ago
fe947a80 merge Merge branch 'main' into dependabot/go_modules/google.golang.org/genai-1.48.0 Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
cfc9e57d last try to fix codacy Yahya Lmallas <1****S@u****m> 6 months ago
fde000fe merge Merge pull request #24 from MerrukTechnology/dependabot/go_modules/modernc.or... Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
a9a1158b --skip=publish is not allowed. Valid options for skip are [before, post-hooks... Yahya Lmallas <1****S@u****m> 6 months ago
98a264ff merge Merge branch 'main' into dependabot/go_modules/google.golang.org/genai-1.48.0 Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
ce56ed7d merge Merge branch 'main' into dependabot/go_modules/modernc.org/sqlite-1.46.1 Yahya Lmallas <1****S@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
d3ca82c4 CI: better CI configurations, fix sarif problems, and fill up what was placeh... Yahya Lmallas <1****S@u****m> 6 months ago
c3e7d387 TOOL: try to fix ls tool Yahya Lmallas <1****S@u****m> 6 months ago
c4071bb4 codacy: unique id for category name Yahya Lmallas <1****S@u****m> 6 months ago

← Back to repository