Skip to content

Commit c465ef3

Browse files
committed
update cli version
1 parent f260cc2 commit c465ef3

File tree

787 files changed

+323194
-5011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

787 files changed

+323194
-5011
lines changed

.blink/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"_": "This file can be source controlled. It contains no secrets.",
3+
"organizationId": "9d2cef66-36eb-4a32-bd83-e5aca9f993ee",
4+
"agentId": "3c4eef34-911d-4f0f-bc01-797a6dfca9c7"
5+
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/.env.local
1+
/.env.local
2+
.env.production

agent.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ import { streamText, tool } from "ai";
22
import * as blink from "blink";
33
import { z } from "zod";
44
import { convertToModelMessages } from "ai";
5-
import { getSchema, runQuery } from "./db.js";
6-
import { buildSystemPrompt } from "./prompt.js";
5+
import { getSchema, runQuery } from "./db.ts";
6+
import { buildSystemPrompt } from "./prompt.ts";
77

88
export default blink.agent({
9-
displayName: "gh-project-agent",
10-
119
async sendMessages({ messages }) {
1210
return streamText({
1311
//model: "openai/gpt-oss-120b",

bun.lock

Lines changed: 182 additions & 2 deletions
Large diffs are not rendered by default.

node_modules/.bin/nanoid

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/rollup

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/vite

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/vite-node

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/vitest

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/why-is-node-running

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)