-
419af40ca2
feat(agent): POST timeline events to vibn-frontend ingest API
main
mawkone
2026-04-01 11:48:57 -07:00
-
1ff020cf53
fix(prompt): require all 12 PRD sections, no truncation, finalize only when complete
mawkone
2026-03-17 17:10:07 -07:00
-
1cb173a822
fix(prompt): save phase and continue immediately — no confirmation wait
mawkone
2026-03-17 17:00:25 -07:00
-
9b1f25fa4a
rename: replace Atlas with Vibn in agent system prompt and greeting
mawkone
2026-03-17 16:25:47 -07:00
-
772f5357a8
Fix Atlas init: add user turn so Gemini doesn't reject empty conversation
mawkone
2026-03-17 15:56:50 -07:00
-
8ae640c911
feat: update orchestrator prompt and knowledge context injection
mawkone
2026-03-09 22:32:05 -07:00
-
ba4b94790c
feat(mirror): support GitHub PAT for private repo mirroring
mawkone
2026-03-09 18:05:09 -07:00
-
c00080bc67
feat: add ImportAnalyzer agent and GitHub mirror endpoint
mawkone
2026-03-09 11:31:00 -07:00
-
b04d7b2e13
feat(phase-2): Theia HTTP sync via sync-server on port 3001
mawkone
2026-03-07 13:38:07 -08:00
-
7f10009b4f
feat(phase-2): Theia container bridge via docker exec
mawkone
2026-03-07 13:26:07 -08:00
-
214e8c1037
feat: auto-approve — commit + deploy on session completion
mawkone
2026-03-07 13:17:25 -08:00
-
551fdb9e54
feat: add AnthropicVertexClient for claude-* models
mawkone
2026-03-07 12:54:39 -08:00
-
9c8a08a686
fix: revert Tier B/C to glm-5-maas — claude not enabled in GCP project
mawkone
2026-03-07 12:49:25 -08:00
-
487c13317c
fix: retry 429 with backoff; switch Tier B/C to claude-sonnet-4-6
mawkone
2026-03-07 12:25:51 -08:00
-
b16a216e0e
add /agent/approve endpoint — commit, push and trigger deploy
mawkone
2026-03-07 11:36:47 -08:00
-
5aeddace91
wire up /agent/execute and /agent/stop endpoints
mawkone
2026-03-06 18:01:30 -08:00
-
335c7a7e97
feat(atlas): signal post-PRD next step with NEXT_STEP marker for architecture trigger
mawkone
2026-03-03 21:18:33 -08:00
-
d2ee04db59
feat: add /generate endpoint for structured one-shot LLM calls
mawkone
2026-03-03 21:11:19 -08:00
-
6185e71578
feat: Atlas emits PHASE_COMPLETE marker to trigger save button in UI
mawkone
2026-03-02 20:24:08 -08:00
-
d9496ce847
Fix web_search: switch from Jina AI (now requires key) to DuckDuckGo HTML scraping
mawkone
2026-03-02 19:49:09 -08:00
-
6fc4d52232
Fix: escape backtick in atlas prompt template literal
mawkone
2026-03-02 19:44:35 -08:00
-
229f1fc7a3
Give Atlas access to web_search tool
mawkone
2026-03-02 19:12:18 -08:00
-
e8fdbff9f4
Atlas: opening message, isInit flag, strip trigger from history
mawkone
2026-03-02 16:55:16 -08:00
-
ecd207108c
feat: add web_search tool to Atlas using Jina AI free search
mawkone
2026-03-01 20:10:53 -08:00
-
e503e4312d
feat: add Atlas PRD agent for product discovery
mawkone
2026-03-01 15:56:26 -08:00
-
e29dccf745
refactor: implement three-layer agent architecture (agents / prompts / skills)
mawkone
2026-03-01 15:38:42 -08:00
-
e91e5e0e37
refactor: split tools.ts into registry-based domain files
mawkone
2026-03-01 15:27:29 -08:00
-
7a601b57b8
fix: rotate Gitea token and prevent empty assistant messages in history
mawkone
2026-02-27 20:17:34 -08:00
-
3417578c28
fix: decode GCP_SA_KEY_BASE64 for Vertex AI auth (avoids Dockerfile injection issues)
mawkone
2026-02-27 20:00:21 -08:00
-
229987e788
fix: use service account JSON key for Vertex AI auth instead of metadata server
mawkone
2026-02-27 19:51:48 -08:00
-
1dafd05371
fix: replace gcloud shell-out with google-auth-library for Vertex AI tokens
mawkone
2026-02-27 19:38:07 -08:00
-
59fe313963
fix: add all missing source files (llm.ts, updated agent-runner/agents)
mawkone
2026-02-27 19:33:59 -08:00
-
f2fc976637
fix: force NODE_ENV=development during npm ci so tsc is installed
mawkone
2026-02-27 19:30:40 -08:00
-
d9368e4abd
fix: compile dist from source in Docker, fix ChatResult interface
mawkone
2026-02-27 19:27:42 -08:00
-
837b6e8b8d
feat: persistent conversation + save_memory tool
mawkone
2026-02-27 18:55:33 -08:00
-
5cb1e82169
feat: Master Orchestrator — persistent chat with full project context and awareness tools
mawkone
2026-02-26 15:53:58 -08:00
-
7d426c36e2
feat: Add GET /api/status endpoint with job stats and update PROJECT.md
Vibn Agent Runner
2026-02-26 23:30:15 +00:00
-
24b18e98bd
feat: add simple test file and script
Vibn Agent Runner
2026-02-26 23:29:40 +00:00
-
f969fb3b6b
fix: capture raw body for HMAC before express.json() middleware
mawkone
2026-02-26 15:27:38 -08:00
-
d3b04fcd22
feat: Gitea webhook with HMAC-SHA256 auth, agent label routing, auto-close issues
mawkone
2026-02-26 15:24:21 -08:00
-
1eadbb6631
feat: Add PROJECT.md documentation for vibn-agent-runner
Vibn Agent Runner
2026-02-26 23:04:01 +00:00
-
45bca13479
fix: clean git credentials before push to avoid double-auth URLs
mawkone
2026-02-26 15:01:42 -08:00
-
d3c3270309
fix: set git identity for agent commits in container
mawkone
2026-02-26 14:58:16 -08:00
-
0de41a3401
fix: create /workspaces dir, clone repo before running agent
mawkone
2026-02-26 14:55:29 -08:00
-
8870f2b1e0
init: vibn-agent-runner — Gemini autonomous agent backend
mawkone
2026-02-26 14:50:20 -08:00