Skip to content

Commit 48e4763

Browse files
deepagent-aiclaude
andcommitted
Core v4.0.4 (#75)
Closes # - [ ] Bug fix - [ ] New feature - [ ] Refactor / code improvement - [ ] Documentation Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR. **If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!** _If this is a UI change, please include a screenshot or recording._ - [ ] I have tested my changes locally - [ ] I have not included unrelated changes in this PR _If you do not follow this template your PR will be automatically rejected._ --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f5039b5 commit 48e4763

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tmp
1313
dist
1414
ts-dist
1515
.turbo
16-
# Web/edge build artifacts (nitro .output, cloudflare .wrangler) e.g. packages/console, packages/stats
16+
# Web/edge build artifacts (nitro .output, cloudflare .wrangler) - e.g. packages/console, packages/stats
1717
.output
1818
.wrangler
1919
packages/console/app/public/sitemap.xml

packages/sdk/js/src/gen/sdk.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4860,7 +4860,7 @@ export class Groups extends HeyApiClient {
48604860
directory?: string
48614861
workspace?: string
48624862
name: string
4863-
type: "project" | "system" | "direct"
4863+
type: "project" | "system"
48644864
projectID?: string
48654865
member?: {
48664866
memberID: string

packages/sdk/js/src/gen/types.gen.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,6 +2142,12 @@ export type Config = {
21422142
max_concurrency?: number
21432143
}
21442144
}
2145+
v4PanelAutoConvene?: boolean
2146+
v4AgentPushEnabled?: boolean
2147+
v4EventDrivenIm?: boolean
2148+
v4MultiAgentRuntime?: boolean
2149+
v4EventDrivenArchive?: boolean
2150+
v4Steering?: boolean
21452151
}
21462152

21472153
export type ProjectListItem = {

packages/sdk/js/src/v2/gen/sdk.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4860,7 +4860,7 @@ export class Groups extends HeyApiClient {
48604860
directory?: string
48614861
workspace?: string
48624862
name: string
4863-
type: "project" | "system" | "direct"
4863+
type: "project" | "system"
48644864
projectID?: string
48654865
member?: {
48664866
memberID: string

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,6 +2142,12 @@ export type Config = {
21422142
max_concurrency?: number
21432143
}
21442144
}
2145+
v4PanelAutoConvene?: boolean
2146+
v4AgentPushEnabled?: boolean
2147+
v4EventDrivenIm?: boolean
2148+
v4MultiAgentRuntime?: boolean
2149+
v4EventDrivenArchive?: boolean
2150+
v4Steering?: boolean
21452151
}
21462152

21472153
export type ProjectListItem = {

0 commit comments

Comments
 (0)