Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
MarJC5
/
devner
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Full rewrite: Go CLI + TUI + Wails GUI + menubar + AI agent
- #1
#1
Merged
MarJC5
merged 24 commits into
main
MarJC5/devner:main
from
go
MarJC5/devner:go
Copy head branch name to clipboard
Apr 20, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Full rewrite: Go CLI + TUI + Wails GUI + menubar + AI agent
#1
MarJC5
merged 24 commits into
main
MarJC5/devner:main
from
go
MarJC5/devner:go
Copy head branch name to clipboard
Commits
Commits on Apr 20, 2026
feat(go): add v2 Go rewrite in devner-go/
Show description for cd0f002
MarJC5
and
claude
committed
cd0f002
View commit details
Copy full SHA for cd0f002
Browse repository at this point
refactor(go): flatten devner-go/ to repo root, remove v1 bash on this branch
Show description for 59fb3e1
MarJC5
and
claude
committed
59fb3e1
View commit details
Copy full SHA for 59fb3e1
Browse repository at this point
fix(caddy): switch to Caddyfile + docker restart for site reload
Show description for 46ef4ef
MarJC5
and
claude
committed
46ef4ef
View commit details
Copy full SHA for 46ef4ef
Browse repository at this point
docs: update README and add Makefile
Show description for 6d01e04
MarJC5
and
claude
committed
6d01e04
View commit details
Copy full SHA for 6d01e04
Browse repository at this point
feat(config): auto-create config.toml on first run
Show description for a4d821a
MarJC5
and
claude
committed
a4d821a
View commit details
Copy full SHA for a4d821a
Browse repository at this point
feat(llm): Infomaniak product_id support + devner models command
Show description for f93a31d
MarJC5
and
claude
committed
f93a31d
View commit details
Copy full SHA for f93a31d
Browse repository at this point
feat(llm): accept api_key directly in config (alongside api_key_env)
Show description for 0969ee0
MarJC5
and
claude
committed
0969ee0
View commit details
Copy full SHA for 0969ee0
Browse repository at this point
docs(README): Infomaniak setup with product_id and api_key
Show description for daa1a7a
MarJC5
and
claude
committed
daa1a7a
View commit details
Copy full SHA for daa1a7a
Browse repository at this point
feat(tools): typed composer / npm / wp_cli / artisan tools
Show description for 3cd199d
MarJC5
and
claude
committed
3cd199d
View commit details
Copy full SHA for 3cd199d
Browse repository at this point
docs: add composer/npm/wp_cli/artisan to tools table
MarJC5
committed
f8530d5
View commit details
Copy full SHA for f8530d5
Browse repository at this point
feat(cli): render agent output with glamour + lipgloss
Show description for a6c15cf
MarJC5
and
claude
committed
a6c15cf
View commit details
Copy full SHA for a6c15cf
Browse repository at this point
feat(cli): `devner shell init` to setup PATH + completion in rc files
Show description for c0a07ba
MarJC5
and
claude
committed
c0a07ba
View commit details
Copy full SHA for c0a07ba
Browse repository at this point
fix(agent): strengthen system prompt to stop hallucinating missing projects
Show description for 524610e
MarJC5
and
claude
committed
524610e
View commit details
Copy full SHA for 524610e
Browse repository at this point
feat(editor): open projects in a GUI editor from CLI or agent
Show description for fa10abc
MarJC5
and
claude
committed
fa10abc
View commit details
Copy full SHA for fa10abc
Browse repository at this point
feat(project): auto post-setup after `devner new` (.env, wp-config, migrate)
Show description for 3a7e7a8
MarJC5
and
claude
committed
3a7e7a8
View commit details
Copy full SHA for 3a7e7a8
Browse repository at this point
feat(prompt): focused chat TUI + hotkey bindings for mac/win/linux
Show description for e4721ac
MarJC5
and
claude
committed
e4721ac
View commit details
Copy full SHA for e4721ac
Browse repository at this point
feat(hotkey): install iTerm2 hotkey-window profile for `devner prompt`
Show description for 55526c1
MarJC5
and
claude
committed
55526c1
View commit details
Copy full SHA for 55526c1
Browse repository at this point
feat(macos): native DevnerPrompt.app — floating Cmd+D popup for the agent
Show description for b95b819
MarJC5
and
claude
committed
b95b819
View commit details
Copy full SHA for b95b819
Browse repository at this point
revert: drop native DevnerPrompt.app — keep it simple
Show description for 1a5568a
MarJC5
and
claude
committed
1a5568a
View commit details
Copy full SHA for 1a5568a
Browse repository at this point
revert: drop hotkey install helpers (iTerm2 profile + AHK/GNOME scripts)
Show description for 9518643
MarJC5
and
claude
committed
9518643
View commit details
Copy full SHA for 9518643
Browse repository at this point
fix(tui): silence Runtime stdout/stderr while TUI is active
Show description for ad1269d
MarJC5
and
claude
committed
ad1269d
View commit details
Copy full SHA for ad1269d
Browse repository at this point
feat(node): Vite / Next / Astro / plain-Node dev server support
Show description for 413cb0f
MarJC5
and
claude
committed
413cb0f
View commit details
Copy full SHA for 413cb0f
Browse repository at this point
feat(project): Nuxt, SvelteKit, and Vite --template (Vue/Svelte/Solid/Qwik/Preact/Lit)
Show description for b3961ea
MarJC5
and
claude
committed
b3961ea
View commit details
Copy full SHA for b3961ea
Browse repository at this point
feat(gui): native desktop app (Wails + React + Tailwind) and macOS menubar daemon
Show description for 4d32ea1
MarJC5
and
claude
committed
4d32ea1
View commit details
Copy full SHA for 4d32ea1
Browse repository at this point
You can’t perform that action at this time.